Uses of Class
org.processmining.framework.models.yawl.YAWLNode

Packages that use YAWLNode
org.processmining.framework.models.yawl   
 

Uses of YAWLNode in org.processmining.framework.models.yawl
 

Subclasses of YAWLNode in org.processmining.framework.models.yawl
 class YAWLCondition
          Title: YAWL Condition
 class YAWLTask
          Title: YAWL Task
 

Methods in org.processmining.framework.models.yawl that return types with arguments of type YAWLNode
 java.util.Collection<YAWLNode> YAWLDecomposition.getNodes()
           
 

Constructors in org.processmining.framework.models.yawl with parameters of type YAWLNode
YAWLEdge(YAWLNode fromNode, YAWLNode toNode)
          Create a reset YAWL edge with given source and destination.
YAWLEdge(YAWLNode fromNode, YAWLNode toNode, boolean isDefaultFlow, java.lang.String predicate, java.lang.String ordering)
          Create a normal YAWL edge with given source, destination, predicate, ordering, and whether it is a default edge.