org.databene.benerator.script
Class DefaultConstruction<E>

java.lang.Object
  extended by org.databene.commons.expression.DynamicExpression<E>
      extended by org.databene.benerator.script.Construction<E>
          extended by org.databene.benerator.script.DefaultConstruction<E>
All Implemented Interfaces:
org.databene.commons.Expression<E>

public class DefaultConstruction<E>
extends Construction<E>

Instantiates a class by default constructor.

Created: 25.10.2009 08:32:58

Since:
0.6.0
Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.benerator.script.Construction
className
 
Constructor Summary
DefaultConstruction(java.lang.String className)
           
 
Method Summary
 E evaluate(org.databene.commons.Context context)
           
 
Methods inherited from class org.databene.benerator.script.Construction
getClassName, getType
 
Methods inherited from class org.databene.commons.expression.DynamicExpression
isConstant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConstruction

public DefaultConstruction(java.lang.String className)
Method Detail

evaluate

public E evaluate(org.databene.commons.Context context)


Copyright © 2011. All Rights Reserved.