Uses of Class
org.lorislab.p6.process.model.Node
-
Packages that use Node Package Description org.lorislab.p6.process.model org.lorislab.p6.process.model.runtime -
-
Uses of Node in org.lorislab.p6.process.model
Subclasses of Node in org.lorislab.p6.process.model Modifier and Type Class Description classEndEventclassExclusiveGatewayclassGatewayclassInclusiveGatewayclassParallelGatewayclassScriptTaskclassServiceTaskclassStartEventFields in org.lorislab.p6.process.model with type parameters of type Node Modifier and Type Field Description Map<String,Node>ProcessDefinition. nodes -
Uses of Node in org.lorislab.p6.process.model.runtime
Fields in org.lorislab.p6.process.model.runtime with type parameters of type Node Modifier and Type Field Description Map<String,Node>ProcessDefinitionRuntime. startNodes
-