public class EccTransition_FBcl
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EccTransition_FBcl.Create |
Modifier and Type | Field and Description |
---|---|
boolean |
bTransient |
(package private) org.vishia.execode.Execode |
condition
The condition is a complex expression, here given as Execode like in
Statement_FBcl
null if no extra condition. |
EccState_FBcl |
dstState
The state which is active after the here linked action.
|
EvinoutType_FBcl |
event
The event which should be given for this transition.
|
static java.util.List<EccTransition_FBcl> |
nullist
Empty list to iterate without content.
|
EccState_FBcl |
preState
The stateAction is valid if the current state of an ECC ("Execution Control Chart" in IEC61499 terms)
is this state, or if this element is null.
|
java.lang.String |
sCond
Name of the triggering event or null if only condition is valid.
|
Modifier | Constructor and Description |
---|---|
protected |
EccTransition_FBcl(EccState_FBcl preState,
EccState_FBcl dstState,
EvinoutType_FBcl event,
java.lang.String cond)
Only the Create can create.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static java.util.List<EccTransition_FBcl> nullist
public final EccState_FBcl preState
public final EccState_FBcl dstState
preState
is null, or vice versa..public final java.lang.String sCond
org.vishia.execode.Execode condition
Statement_FBcl
null if no extra condition.public final boolean bTransient
public final EvinoutType_FBcl event
protected EccTransition_FBcl(EccState_FBcl preState, EccState_FBcl dstState, EvinoutType_FBcl event, java.lang.String cond)