Class SequentialFunctionChart.SfcTransition
java.lang.Object
neqsim.process.controllerdevice.SequentialFunctionChart.SfcTransition
- All Implemented Interfaces:
Serializable
- Enclosing class:
SequentialFunctionChart
A transition between two steps in the SFC. A transition has a source step, target step, and a
guard condition.
- Version:
- 1.0
- Author:
- NeqSim
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate BooleanSupplierprivate static final longprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionSfcTransition(String fromStep, String toStep, BooleanSupplier guard) Constructs a transition. -
Method Summary
Modifier and TypeMethodDescriptionGets the source step name.getGuard()Gets the guard condition.Gets the target step name.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
fromStep
-
toStep
-
guard
-
-
Constructor Details
-
SfcTransition
Constructs a transition.- Parameters:
fromStep- source step nametoStep- target step nameguard- the guard condition
-
-
Method Details
-
getFromStep
-
getToStep
-
getGuard
-