Uses of Class
org.lorislab.p6.process.flow.model.SequenceFlow
-
Packages that use SequenceFlow Package Description org.lorislab.p6.process.flow.model -
-
Uses of SequenceFlow in org.lorislab.p6.process.flow.model
Fields in org.lorislab.p6.process.flow.model declared as SequenceFlow Modifier and Type Field Description @Valid SequenceFlowGateway. sequenceFlowMethods in org.lorislab.p6.process.flow.model that return SequenceFlow Modifier and Type Method Description static SequenceFlowSequenceFlow. valueOf(String name)Returns the enum constant of this type with the specified name.static SequenceFlow[]SequenceFlow. values()Returns an array containing the constants of this enum type, in the order they are declared.
-