|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PDMModel in org.processmining.analysis.pdm |
---|
Constructors in org.processmining.analysis.pdm with parameters of type PDMModel | |
---|---|
PDMAnalysisUI(PDMModel model)
|
Uses of PDMModel in org.processmining.converting |
---|
Methods in org.processmining.converting with parameters of type PDMModel | |
---|---|
PetriNet |
PDMModelToPetriNetPlugin.convert(PDMModel model)
Converts the PDMModel into a petri net by starting with the root element and creating a prepare and produce transition for every data element. |
PetriNet |
PDMToSimplePetriNet.convert(PDMModel model)
|
YAWLModel |
PDMtoYAWL.convert(PDMModel model)
|
Uses of PDMModel in org.processmining.framework.models.pdm |
---|
Methods in org.processmining.framework.models.pdm with parameters of type PDMModel | |
---|---|
void |
PDMOperation.addInputElement(java.lang.String dataElementID,
PDMModel model)
Adds a data element with dataElementID to the list of input elements. |
void |
PDMOperation.addOutputElement(java.lang.String dataElementID,
PDMModel model)
Adds a data element with dataElementID to the list of output elements. |
void |
PDMOperation.addResource(java.lang.String resourceID,
PDMModel model)
Adds a resource, with resourceID, to the list of resource. |
void |
PDMDataElement.writeToDot(java.io.Writer bw,
PDMModel model)
Writes a data element to DOT as a circle with the label 'dataElementID'. |
void |
PDMOperation.writeToDot(java.io.Writer bw,
PDMModel model)
Writes the operation to dot. |
Constructors in org.processmining.framework.models.pdm with parameters of type PDMModel | |
---|---|
PDMDataElement(PDMModel model,
java.lang.String id)
Creates a Data Element with identifier "id" |
|
PDMOperation(PDMModel model,
java.lang.String id)
Creates the operation with opID 'id'. |
Uses of PDMModel in org.processmining.framework.models.pdm.algorithms |
---|
Methods in org.processmining.framework.models.pdm.algorithms that return PDMModel | |
---|---|
static PDMModel |
PDMReader.read(java.io.InputStream input)
Read the PDM file waiting in the given stream, recognize a PDM model and store it. |
Methods in org.processmining.framework.models.pdm.algorithms with parameters of type PDMModel | |
---|---|
static void |
PDMReader.parseDataElement(org.w3c.dom.Node rootNode,
PDMModel model)
Parses an XML node of the type DataElement |
static void |
PDMReader.parseInputElements(org.w3c.dom.Node rootNode,
PDMOperation operation,
PDMModel model)
Parses an XML node of the type Input. |
static void |
PDMReader.parseOperation(org.w3c.dom.Node rootNode,
PDMModel model)
Parses an XML node of the type Operation |
static void |
PDMReader.parseOutputElements(org.w3c.dom.Node rootNode,
PDMOperation operation,
PDMModel model)
Parses an XML node of the type Output. |
static void |
PDMReader.parseResource(org.w3c.dom.Node rootNode,
PDMModel model)
Parses an XML node of the type Resource |
static void |
PDMReader.parseResourceRef(org.w3c.dom.Node rootNode,
PDMOperation operation,
PDMModel model)
Parses an XML node of the type ResourceRef. |
static void |
PDMReader.parseRootElement(org.w3c.dom.Node rootNode,
PDMModel model)
Parses an XML node of the type RootElementRef |
PDMProcessModel |
PDMDesignReader.read(java.io.InputStream input,
PDMModel model)
Read the PDM file waiting in the given stream, recognize a PDM model and store it. |
Constructors in org.processmining.framework.models.pdm.algorithms with parameters of type PDMModel | |
---|---|
PDMDesignReader(PDMModel model)
Create the reader |
Uses of PDMModel in org.processmining.mining.pdmmining |
---|
Fields in org.processmining.mining.pdmmining declared as PDMModel | |
---|---|
protected PDMModel |
PDMResult.model
|
Constructors in org.processmining.mining.pdmmining with parameters of type PDMModel | |
---|---|
PDMResult(LogReader log,
PDMModel model)
Set the loaded YAWL model |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |