public class BlockFieldAnWrapper<T> extends BaseFieldAnWrapper<T>
| Constructor and Description |
|---|
BlockFieldAnWrapper(java.lang.String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInitOrder()
Get the field init order number
|
ExpCalculator |
getInputExp()
Get the input expression
|
boolean |
hasInput(CMLVarEnum type)
Check if this block field has the RefPoint as input
|
boolean |
isDebug() |
boolean |
isInitialized()
Check if this block has been initialized
|
void |
setInitialized(boolean b)
Set block init status
|
void |
setInitOrder(int initOrder)
Set the field init order number
|
void |
setInputExp(ExpCalculator inputExp)
Set the input expression
|
java.lang.String |
toString() |
getBlock, getY0Exp, hasOutput, isFeedback, setBlock, setFeedback, setY0ExpgetFieldName, getParameters, setParameterspublic BlockFieldAnWrapper(java.lang.String name)
name - block field namepublic boolean isDebug()
public ExpCalculator getInputExp()
public void setInputExp(ExpCalculator inputExp)
inputExp - an expression objectpublic int getInitOrder()
public void setInitOrder(int initOrder)
initOrder - init numberpublic boolean hasInput(CMLVarEnum type)
hasInput in class BaseFieldAnWrapper<T>public boolean isInitialized()
public void setInitialized(boolean b)
b - the statuspublic java.lang.String toString()
toString in class CMLBaseField