| Modifier and Type | Method and Description |
|---|---|
static double[][] |
CMLSymbolMapper.getVarValues2D(java.util.List<ExpCalculator> expList,
AbstractAnnotateController controller)
Compute variable values for the expression list
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExpCalculator> |
ICMLFunctionExpression.getInputExpList()
get the input expression list
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ICMLFunctionExpression.addInputExp(ExpCalculator exp)
add a input expression, describing an input expression
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExpCalculator> |
CMLFunctionExpressionAdapter.getInputExpList()
Get the input expression list
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMLFunctionExpressionAdapter.addInputExp(ExpCalculator exp)
Add a input expression to the input expression list
|
| Constructor and Description |
|---|
DelayControlBlock(ICMLStaticBlock.StaticBlockType type,
double k,
double t,
double max,
ExpCalculator minExp)
constructor
|
DelayControlBlock(ICMLStaticBlock.StaticBlockType type,
double k,
double t,
ExpCalculator maxExp,
double min)
constructor
|
DelayControlBlock(ICMLStaticBlock.StaticBlockType type,
double k,
double t,
ExpCalculator maxExp,
ExpCalculator minExp)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
ExpCalculator |
BlockFieldAnWrapper.getInputExp()
Get the input expression
|
ExpCalculator |
BaseFieldAnWrapper.getY0Exp()
Get the y0 expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockFieldAnWrapper.setInputExp(ExpCalculator inputExp)
Set the input expression
|
void |
BaseFieldAnWrapper.setY0Exp(ExpCalculator exp)
Set the y0 expression
|
| Modifier and Type | Method and Description |
|---|---|
ExpCalculator |
LimitExpression.getMaxExp()
get the upper limit expression function
|
ExpCalculator |
LimitExpression.getMinExp()
get the lower limit expression function
|
| Constructor and Description |
|---|
LimitExpression(double max,
ExpCalculator minExp)
Constructor
|
LimitExpression(ExpCalculator maxExp,
double min)
Constructor
|
LimitExpression(ExpCalculator maxExp,
ExpCalculator minExp)
Constructor
|