| Modifier and Type | Method and Description |
|---|---|
static ICMLStaticBlock.StaticBlockType |
CMLSymbolMapper.mapTypeStr2BlockType(java.lang.String str)
Map block type string to block type
|
| Modifier and Type | Method and Description |
|---|---|
static ICMLStaticBlock.StaticBlockType |
ICMLStaticBlock.StaticBlockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICMLStaticBlock.StaticBlockType[] |
ICMLStaticBlock.StaticBlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ICMLStaticBlock.StaticBlockType |
CMLStaticBlockAdapter.getType()
get static block type
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMLStaticBlockAdapter.setType(ICMLStaticBlock.StaticBlockType type)
set static block type
|
| Constructor and Description |
|---|
DelayControlBlock(ICMLStaticBlock.StaticBlockType type,
double k,
double t,
double max,
double min)
constructor
|
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
|
FilterControlBlock(ICMLStaticBlock.StaticBlockType type,
double k,
double t1,
double t2,
double max,
double min)
constructor
|
GainBlock(ICMLStaticBlock.StaticBlockType type,
double k,
double max,
double min)
constructor
|
IntegrationControlBlock(ICMLStaticBlock.StaticBlockType type,
double k,
double max,
double min)
constructor
|
PIControlBlock(ICMLStaticBlock.StaticBlockType type,
double kp,
double ki,
double max,
double min)
constructor
|