| Modifier and Type | Method and Description |
|---|---|
ICMLLookupTableFunction |
ICMLFieldObjectFactory.createLookupTableFunctionField(AbstractAnnotateController controllor,
java.lang.reflect.Field field,
ILookupTable.Type lookupTabletype,
java.lang.String[] dataPoints)
Create a FunctionExpression object based on the annotation filed and parameters
|
| Modifier and Type | Method and Description |
|---|---|
ICMLLookupTableFunction |
AbstractAnnotateController.getLookupTableFunctionField(java.lang.String fieldName)
Retrieve controller lookup table function field by fieldName
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMLLookupTableFunctionAdapter
ICMLLookupTableFunction interface implementation adapter
|
| Modifier and Type | Method and Description |
|---|---|
ICMLLookupTableFunction |
CMLFieldObjectFactory.createLookupTableFunctionField(AbstractAnnotateController controllor,
java.lang.reflect.Field field,
ILookupTable.Type lookupTabletype,
java.lang.String[] dataPoints)
Create a FunctionExpression object based on the annotation filed and parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupTableFunction
A function for calculating y = k * u
|