|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.yawl.algorithms.YAWLReader
public class YAWLReader
Title: YAWL parser/reader
Description: Parses and reads the incoming YAWL file, and loads the corresponding model into the ProM framework.
Copyright: Copyright (c) 2004
Company:
Method Summary | |
---|---|
static void |
parseCondition(org.w3c.dom.Node rootNode,
YAWLDecomposition decomposition)
Add a normal condition to the given decomposition, starting from the given node. |
static void |
parseDecomposition(org.w3c.dom.Node rootNode,
YAWLModel model,
boolean isRootNet)
Add a decomposition to the given model, starting from the given node. |
static void |
parseFlowsInto(org.w3c.dom.Node rootNode,
YAWLDecomposition decomposition)
Adds a normal edge to the given decomposition, starting from the given node. |
static void |
parseInputCondition(org.w3c.dom.Node rootNode,
YAWLDecomposition decomposition)
Add an input condition to the given decomposition, starting from the given node. |
static void |
parseOutputCondition(org.w3c.dom.Node rootNode,
YAWLDecomposition decomposition)
Add an output condition to the given decomposition, starting from the given node. |
static void |
parseProcessControlElements(org.w3c.dom.Node rootNode,
YAWLDecomposition decomposition)
Add all nodes and edges to given decomposition, starting from the given node |
static void |
parseRemovesTokens(org.w3c.dom.Node rootNode,
YAWLDecomposition decomposition)
Adds a reset edge to the given decomposition, starting from the given node. |
static void |
parseTask(org.w3c.dom.Node rootNode,
YAWLDecomposition decomposition)
Add a task to the given decomposition, starting from the given node. |
static YAWLModel |
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 inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static YAWLModel read(java.io.InputStream input) throws java.lang.Exception
input
- The given stream
java.lang.Exception
- If anything failspublic static void parseDecomposition(org.w3c.dom.Node rootNode, YAWLModel model, boolean isRootNet)
rootNode
- The given nodemodel
- The given modelpublic static void parseProcessControlElements(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
rootNode
- The given nodedecomposition
- The given decompositionpublic static void parseInputCondition(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
rootNode
- The given nodedecomposition
- The given decompositionpublic static void parseOutputCondition(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
rootNode
- The given nodedecomposition
- The given decompositionpublic static void parseCondition(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
rootNode
- The given nodedecomposition
- The given decompositionpublic static void parseTask(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
rootNode
- The given nodedecomposition
- The given decompositionpublic static void parseFlowsInto(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
rootNode
- The given nodedecomposition
- The given decompositionpublic static void parseRemovesTokens(org.w3c.dom.Node rootNode, YAWLDecomposition decomposition)
rootNode
- The given nodedecomposition
- The given decomposition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |