| Package | Description |
|---|---|
| com.interpss.dstab.controller.annotate | |
| com.interpss.dstab.controller.annotate.util | |
| com.interpss.dstab.controller.wrapper |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BaseFieldAnWrapper<? extends ICMLBlock>> |
AbstractAnnotateController.getFieldWrapperList()
controller field list
|
| Modifier and Type | Method and Description |
|---|---|
static BaseFieldAnWrapper<? extends ICMLBlock> |
AnControllerHelper.getBlockFieldWrapper(java.lang.String blockName,
java.util.List<BaseFieldAnWrapper<? extends ICMLBlock>> fieldWrapperList)
Get ControlBlockField or StaticBlockField identified by the blockName
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AnControllerHelper.assignInitOrder(java.util.List<BaseFieldAnWrapper<? extends ICMLBlock>> fieldWrapperList)
Recursively assign controller field init order number
|
static boolean |
AnControllerHelper.assignInitOrderChildController(AbstractChildAnnotateController.Direction direction,
java.util.List<BaseFieldAnWrapper<? extends ICMLBlock>> fieldWrapperList)
assign inti order number to child controller
|
static java.lang.Object |
AnControllerHelper.getBlock(java.lang.String blockName,
java.util.List<BaseFieldAnWrapper<? extends ICMLBlock>> fieldWrapperList)
Get ControlBlock (DelayControlBlock ...
|
static BaseFieldAnWrapper<? extends ICMLBlock> |
AnControllerHelper.getBlockFieldWrapper(java.lang.String blockName,
java.util.List<BaseFieldAnWrapper<? extends ICMLBlock>> fieldWrapperList)
Get ControlBlockField or StaticBlockField identified by the blockName
|
static double |
AnControllerHelper.getControlBlockState(java.lang.String blockName,
java.util.List<BaseFieldAnWrapper<? extends ICMLBlock>> fieldWrapperList)
Get control block state
|
static int |
AnControllerHelper.getHighestInitOrder(java.util.List<BaseFieldAnWrapper<? extends ICMLBlock>> fieldWrapperList)
Get the highest init order number
|
static int |
AnControllerHelper.getLowestInitOrder(java.util.List<BaseFieldAnWrapper<? extends ICMLBlock>> fieldWrapperList)
Get the lowest init order number
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockFieldAnWrapper<T>
A base class for define ControlBlockField and StaticBlockField
|
class |
ControlBlockFieldAnWrapper
A control block field holder class.
|
class |
ControllerFieldAnWrapper
Holder for a child CML contrller object
|
class |
FunctionFieldAnWrapper<T>
A function field holder class.
|
class |
StaticBlockFieldAnWrapper
A static block field holder class
|