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

Packages that use YAWLDecomposition
org.processmining.framework.models.yawl   
org.processmining.framework.models.yawl.algorithms   
 

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

Methods in org.processmining.framework.models.yawl that return YAWLDecomposition
 YAWLDecomposition YAWLModel.getDecomposition(java.lang.String id)
           
 

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

Methods in org.processmining.framework.models.yawl with parameters of type YAWLDecomposition
 void YAWLModel.addDecomposition(java.lang.String id, YAWLDecomposition decomposition)
          Adds a given decomposition with a given name to the YAWL model.
 

Uses of YAWLDecomposition in org.processmining.framework.models.yawl.algorithms
 

Methods in org.processmining.framework.models.yawl.algorithms with parameters of type YAWLDecomposition
static void YAWLReader.parseCondition(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
          Add a normal condition to the given decomposition, starting from the given node.
static void YAWLReader.parseFlowsInto(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
          Adds a normal edge to the given decomposition, starting from the given node.
static void YAWLReader.parseInputCondition(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
          Add an input condition to the given decomposition, starting from the given node.
static void YAWLReader.parseOutputCondition(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
          Add an output condition to the given decomposition, starting from the given node.
static void YAWLReader.parseProcessControlElements(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
          Add all nodes and edges to given decomposition, starting from the given node
static void YAWLReader.parseRemovesTokens(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
          Adds a reset edge to the given decomposition, starting from the given node.
static void YAWLReader.parseTask(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
          Add a task to the given decomposition, starting from the given node.