| Interface | Description |
|---|---|
| Expression<E> |
Represents an Expression that evaluates some internal state and returns the result.
|
| ScriptContext |
Base interface for Databene Script actors to interoperate with their environment.
|
| Class | Description |
|---|---|
| Assignment |
Represents an assignment of an expression (result) to a target name.
|
| BeanSpec |
A bean specification which can declare if it wraps a 'value' or just represents a 'reference'.
|
| DatabeneScriptParser |
Parses Benerator Script statements and converts expressions and statements to Java objects.
|
| DefaultScriptContext |
Default implementation of the
ScriptContext interface. |
| ExpressionBasedFilter<E> |
Filter implementation based on a boolean filter Expression. |
| PrimitiveType |
Describes a primitive benerator type.
|
| QNBeanSpecExpression |
Expression instance that evaluates the Benerator script notation for Java object specification
as one of the following:
reference: myInstance
class name: com.my.SpecialClass
constructor invocation: new com.my.SpecialClass(3, 'test')
JavaBean property syntax: new com.my.SpecialClass[id=3, name='test']
Created at 08.10.2009 18:15:15 |
| QNExpression |
Expression implementation that evaluates a qualified name as attributes of an object reference or
static fields of a Java class. |
| QNInvocationExpression |
Expression implementation that evaluates an invocation syntax on a qualified name
as static method call or call on an object reference. |
| Transition |
Represents the transition of one state to another.
|
| WeightedSample<E> |
Represents a single sample value for a generator.
|
| WeightedSampleComparator<E> |
Comparator which compares WeightedSample objects by their 'weight' property value. |
| WeightedTransition |
Transition class that adds a weight property.
|
| WeightUtil |
Provides utility methods for handling weighted data.
|
Copyright © 2011–2014 Volker Bergmann. All rights reserved.