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

Packages that use YAWLModel
org.processmining.converting   
org.processmining.framework.models.yawl   
org.processmining.framework.models.yawl.algorithms   
org.processmining.mining.yawlmining   
 

Uses of YAWLModel in org.processmining.converting
 

Methods in org.processmining.converting that return YAWLModel
 YAWLModel PDMtoYAWL.convert(PDMModel model)
           
 YAWLModel WFNetToYAWL.convert(PetriNet net)
          Convert the given Petri net into a YAWL model.
 

Methods in org.processmining.converting with parameters of type YAWLModel
protected  void PDMtoYAWL.printTestOutput(YAWLModel model)
           
 

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

Methods in org.processmining.framework.models.yawl with parameters of type YAWLModel
 void YAWLTask.writeToDot(java.io.Writer bw, java.util.HashMap map, YAWLModel model)
          Write the task to dot.
 void YAWLDecomposition.writeToDot(java.io.Writer bw, YAWLModel model)
          Wrties the decomposition to dot.
 

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

Methods in org.processmining.framework.models.yawl.algorithms that return YAWLModel
static YAWLModel YAWLReader.read(java.io.InputStream input)
          Read the YAWL file waiting in the given stream, recognize a YAWL model, and store it as a MiningResult.
 

Methods in org.processmining.framework.models.yawl.algorithms with parameters of type YAWLModel
static void YAWLReader.parseDecomposition(org.w3c.dom.Node rootNode, YAWLModel model, boolean isRootNet)
          Add a decomposition to the given model, starting from the given node.
 

Uses of YAWLModel in org.processmining.mining.yawlmining
 

Fields in org.processmining.mining.yawlmining declared as YAWLModel
protected  YAWLModel YAWLResult.model
           
 

Constructors in org.processmining.mining.yawlmining with parameters of type YAWLModel
YAWLResult(LogReader log, YAWLModel model)
          Set the loaded YAWL model