Modifier and Type | Method and Description |
---|---|
ICMLFunctionExpression |
CMLFieldObjectFactory.createFunctionExpressionField(AbstractAnnotateController controllor,
java.lang.reflect.Field field,
java.lang.String[] parameters)
Create a FunctionExpression object based on the annotation filed and parameters
|
ICMLFunctionExpression |
ICMLFieldObjectFactory.createFunctionExpressionField(AbstractAnnotateController controllor,
java.lang.reflect.Field field,
java.lang.String[] parameters)
Create a FunctionExpression object based on the annotation filed and parameters
|
Modifier and Type | Method and Description |
---|---|
ICMLFunctionExpression |
AbstractAnnotateController.getFunctionExpressionField(java.lang.String fieldName)
Retrieve controller function expression field by fieldName
|
Modifier and Type | Class and Description |
---|---|
class |
CMLFunctionExpressionAdapter
ICMLFunctionExpression interface implementation adapter
|
Modifier and Type | Class and Description |
---|---|
class |
GainExpFunction
A function for calculating y = k * (u1-u2+u3)
|
class |
GateValueExpFunction |
class |
HighValueExpFunction
A function to select high input value y = max[u1Expression, u2Expression].
|
class |
LowValueExpFunction
A function to select low input value y = min[u1Expression, u2Expression].
|