Class TransitionElement
-
- All Implemented Interfaces:
Serializable
public class TransitionElement extends AbstractVertexElement
The Transition element denotes that a certain transition matched. It contains information about the matched transition.
-
-
Constructor Summary
Constructors Constructor Description TransitionElement(ActiveFlow _currentFlow, boolean _bInputConsuming, ScriptEnvironmentI _scriptEnv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
boolean
isInputConsuming()
String
toString()
-
Methods inherited from class AbstractVertexElement
getDescription, getName, getVertexId
-
Methods inherited from class AbstractElementWithScriptingAndMetadata
getMetadata
-
Methods inherited from class AbstractElementWithScripting
getChangedFlowVariables
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in classPathElement
-
isInputConsuming
public boolean isInputConsuming()
-
toString
public String toString()
- Overrides:
toString
in classAbstractVertexElement
-
-