|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.pdm.algorithms.PDMDesignReader
public class PDMDesignReader
Title: PDM design reader
Description: Parses and reads the incoming PDM design file, loads the corresponding activities into the ProM framework and connects it to the corresponding elements of the PDM model.
Copyright: Copyright (c) 2006
Company:
Constructor Summary | |
---|---|
PDMDesignReader()
|
|
PDMDesignReader(PDMModel model)
Create the reader |
Method Summary | |
---|---|
PDMDesign |
getDesign()
|
void |
parseActivity(org.w3c.dom.Node rootNode,
PDMDesign design)
Parses an XML node of the type Activity |
void |
parseDesign(org.w3c.dom.Node rootNode,
PDMProcessModel pm)
Parses an XML node of the type Design |
void |
parseOperation(org.w3c.dom.Node rootNode,
PDMActivity activity)
Parses an XML node of the type Operation |
PDMProcessModel |
read(java.io.InputStream input,
PDMModel model)
Read the PDM file waiting in the given stream, recognize a PDM model and store it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDMDesignReader()
public PDMDesignReader(PDMModel model)
Method Detail |
---|
public PDMProcessModel read(java.io.InputStream input, PDMModel model) throws java.lang.Exception
java.lang.Exception
public void parseDesign(org.w3c.dom.Node rootNode, PDMProcessModel pm)
rootNode
- Nodemodel
- PDMDesignpublic void parseActivity(org.w3c.dom.Node rootNode, PDMDesign design)
rootNode
- Nodemodel
- PDMModelpublic void parseOperation(org.w3c.dom.Node rootNode, PDMActivity activity)
rootNode
- Nodemodel
- PDMModelpublic PDMDesign getDesign()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |