Modifier and Type | Class and Description |
---|---|
class |
CMLDisplayField
For describing a display field, such as "str.Efd, mach.efd"
|
Modifier and Type | Method and Description |
---|---|
static double[] |
CMLSymbolMapper.getVarValues(java.util.List<CMLVarRec> recList,
AbstractAnnotateController controller)
Compute variable values for the var rec list
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CMLVarRec> |
ICMLFunction.getVarRecList()
get the input var rec list
|
Modifier and Type | Method and Description |
---|---|
boolean |
ICMLFunction.addCMLVarRec(CMLVarRec rec)
add a var rec, describing an input variable
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CMLVarRec> |
CMLFunctionAdapter.getVarRecList()
Get the input var rec list
|
Modifier and Type | Method and Description |
---|---|
boolean |
CMLFunctionAdapter.addCMLVarRec(CMLVarRec rec)
Add a input var rec to the input var list
|
Modifier and Type | Class and Description |
---|---|
static class |
ExpCalculator.Rec
The expression string is convert to a list of Rec.
|