| Modifier and Type | Method and Description |
|---|---|
ICMLStaticBlock |
ICMLFieldObjectFactory.createStaticBlockField(AbstractAnnotateController controllor,
java.lang.reflect.Field field,
java.lang.String[] parameters)
Create a static block object based on the annotation filed and parameters
|
| Modifier and Type | Method and Description |
|---|---|
ICMLStaticBlock |
AbstractAnnotateController.getStaticBlockField(java.lang.String fieldName)
Retrieve controller static block field by fieldName
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICMLControlBlock
CML control block interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMLControlBlock1stOrderAdapter
ControlBlock1stOrder implementation adapter
|
class |
CMLControlBlockAdapter
ICMLControlBlock interface implementation adapter
|
class |
CMLStaticBlockAdapter
ICMLStaticBlock interface implementation adapter
|
| Modifier and Type | Method and Description |
|---|---|
ICMLStaticBlock |
CMLFieldObjectFactory.createStaticBlockField(AbstractAnnotateController controllor,
java.lang.reflect.Field field,
java.lang.String[] parameters)
Create a static block object based on the annotation filed and parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelayControlBlock
An implementation of delay block
|
class |
FilterControlBlock
A filter controller implementation
|
class |
FilterNthOrderBlock
Transfer Function:
[ ( 1 + t1 s ) / ( 1 + t2 s )^m ] ^n
This block is represented by
[ FilterControlBlock ]^n [ DelayControlBlock ] ^ (m-1) * n
|
class |
GainBlock
An implementation of gain block
|
class |
IntegrationControlBlock
An implementation of integration block
|
class |
PIControlBlock
An implementation of PI controller block
|
class |
TFunc2ndOrderBlock
An implementation of 2nd order transfer function block
Transfer Function:
y = [ k / ( 1 + a s + b s^2 ) ] u
Differential eqn
dot(x1) = | 0 1 | |x1| + | 0 | u
dot(x2) | -1/b -a/b | |x2| |k/b|
y = [ 1 0 ] |x1| = x1
|x2|
x2(0) = 0
x1(0) = k * u(0);
y(0) = k * u(0);
|
class |
WashoutControlBlock
An implementation of washout block
Transfer function K * ( T * s ) / ( 1 + T * s )
|
| Modifier and Type | Class and Description |
|---|---|
class |
BusFreqMeasurementImpl
An implementation of bus frequency measurement device.
|