|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Pnml in org.processmining.plugins.pnml |
---|
Methods in org.processmining.plugins.pnml that return Pnml | |
---|---|
Pnml |
Pnml.convertFromNet(java.util.Map<PetrinetGraph,Marking> markedNets,
org.processmining.models.connections.GraphLayoutConnection layout)
|
Pnml |
Pnml.convertFromNet(PetrinetGraph net,
Marking marking,
org.processmining.models.connections.GraphLayoutConnection layout)
|
Pnml |
Pnml.convertFromNet(PetrinetGraph net,
Marking marking,
java.util.Map<java.lang.String,org.processmining.models.graphbased.AbstractGraphElement> idMap,
org.processmining.models.connections.GraphLayoutConnection layout)
|
Methods in org.processmining.plugins.pnml with parameters of type Pnml | |
---|---|
protected void |
PnmlArc.checkValidity(Pnml pnml)
Checks validity. |
protected void |
PnmlElement.checkValidity(Pnml pnml)
Default check for validity: No action. |
protected void |
PnmlNet.checkValidity(Pnml pnml)
Check the validity of this net. |
protected void |
PnmlNode.checkValidity(Pnml pnml)
Checks the validity of this node. |
protected void |
PnmlReferencePlace.checkValidity(Pnml pnml)
Check validity. |
protected void |
PnmlReferenceTransition.checkValidity(Pnml pnml)
Check validity. |
protected java.lang.String |
PnmlElement.exportAttribute(java.lang.String tag,
java.lang.String value,
Pnml pnml)
Default way to export some attribute. |
protected java.lang.String |
PnmlArc.exportAttributes(Pnml pnml)
Exports all attributes. |
protected java.lang.String |
PnmlElement.exportAttributes(Pnml pnml)
Exports all standard attributes: None. |
protected java.lang.String |
PnmlNet.exportAttributes(Pnml pnml)
Exports all known attributes (id and type). |
protected java.lang.String |
PnmlNode.exportAttributes(Pnml pnml)
Exports all attributes. |
protected java.lang.String |
PnmlReferencePlace.exportAttributes(Pnml pnml)
Exports all attributes. |
protected java.lang.String |
PnmlReferenceTransition.exportAttributes(Pnml pnml)
Exports all known attributes. |
java.lang.String |
PnmlElement.exportElement(Pnml pnml)
Exports the element. |
protected java.lang.String |
Pnml.exportElements(Pnml pnml)
Exports the child elements to String. |
protected java.lang.String |
PnmlAnnotation.exportElements(Pnml pnml)
|
protected java.lang.String |
PnmlArc.exportElements(Pnml pnml)
Exports all child elements. |
protected java.lang.String |
PnmlBasicObject.exportElements(Pnml pnml)
Exports all elements. |
protected java.lang.String |
PnmlElement.exportElements(Pnml pnml)
Exports all standard elements: None. |
protected java.lang.String |
PnmlNet.exportElements(Pnml pnml)
Exports all pages. |
protected java.lang.String |
PnmlNode.exportElements(Pnml pnml)
Exports all child elements. |
protected java.lang.String |
PnmlPage.exportElements(Pnml pnml)
Exports all child elements. |
protected java.lang.String |
PnmlPlace.exportElements(Pnml pnml)
Exports all child elements. |
protected java.lang.String |
PnmlText.exportElements(Pnml pnml)
Exports the text. |
protected java.lang.String |
PnmlTransition.exportElements(Pnml pnml)
|
protected void |
PnmlArc.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all known attributes. |
protected void |
PnmlElement.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all standard attributes: None. |
protected void |
PnmlNet.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all known attributes (id and type). |
protected void |
PnmlNode.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all known attributes. |
protected void |
PnmlReferencePlace.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all known attributes. |
protected void |
PnmlReferenceTransition.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all known attributes. |
void |
PnmlElement.importElement(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports the given element. |
protected boolean |
Pnml.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlAnnotation.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlArc.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlBasicObject.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlElement.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all standard child elements: None. |
protected boolean |
PnmlNet.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlNode.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlPage.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlPlace.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlTransition.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
|
protected void |
PnmlElement.importText(java.lang.String text,
Pnml pnml)
Imports standard text: No action. |
protected void |
PnmlText.importText(java.lang.String text,
Pnml pnml)
Imports the text. |
Uses of Pnml in org.processmining.plugins.pnml.extensions |
---|
Methods in org.processmining.plugins.pnml.extensions with parameters of type Pnml | |
---|---|
protected void |
PnmlInitialMarking.checkValidity(Pnml pnml)
|
protected void |
PnmlInscription.checkValidity(Pnml pnml)
|
protected java.lang.String |
PnmlArcType.exportElements(Pnml pnml)
Exports the arc type. |
protected java.lang.String |
PnmlInitialMarking.exportElements(Pnml pnml)
Exports the initial marking. |
protected java.lang.String |
PnmlInscription.exportElements(Pnml pnml)
Exports the inscription. |
protected boolean |
PnmlArcType.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlInitialMarking.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlInscription.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
Uses of Pnml in org.processmining.plugins.pnml.extensions.opennet |
---|
Methods in org.processmining.plugins.pnml.extensions.opennet with parameters of type Pnml | |
---|---|
void |
PnmlModule.convertToOpenNet(OpenNet openNet,
Marking marking,
Pnml pnml,
org.processmining.models.connections.GraphLayoutConnection layout)
Converts the PNML module into an Open net. |
protected java.lang.String |
PnmlLabelConnection.exportAttributes(Pnml pnml)
|
protected java.lang.String |
PnmlMarkedPlace.exportAttributes(Pnml pnml)
|
protected java.lang.String |
PnmlFinalMarking.exportElements(Pnml pnml)
|
protected java.lang.String |
PnmlFinalMarkings.exportElements(Pnml pnml)
|
protected java.lang.String |
PnmlMarkedPlace.exportElements(Pnml pnml)
|
protected java.lang.String |
PnmlModule.exportElements(Pnml pnml)
|
protected java.lang.String |
PnmlPort.exportElements(Pnml pnml)
|
protected java.lang.String |
PnmlPorts.exportElements(Pnml pnml)
|
protected void |
PnmlLabelConnection.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
|
protected void |
PnmlMarkedPlace.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
|
protected boolean |
PnmlFinalMarking.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
|
protected boolean |
PnmlFinalMarkings.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
|
protected boolean |
PnmlMarkedPlace.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
|
protected boolean |
PnmlModule.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
|
protected boolean |
PnmlPort.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
|
protected boolean |
PnmlPorts.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
|
Uses of Pnml in org.processmining.plugins.pnml.graphics |
---|
Methods in org.processmining.plugins.pnml.graphics with parameters of type Pnml | |
---|---|
protected void |
PnmlAnnotationGraphics.checkValidity(Pnml pnml)
Checks validity. |
protected void |
PnmlDimension.checkValidity(Pnml pnml)
Checks validity. |
protected void |
PnmlNodeGraphics.checkValidity(Pnml pnml)
Checks validity. |
protected void |
PnmlOffset.checkValidity(Pnml pnml)
Checks validity. |
protected void |
PnmlPosition.checkValidity(Pnml pnml)
Checks validity. |
protected java.lang.String |
PnmlDimension.exportAttributes(Pnml pnml)
Exports the dimension. |
protected java.lang.String |
PnmlFill.exportAttributes(Pnml pnml)
Exports all attributes. |
protected java.lang.String |
PnmlFont.exportAttributes(Pnml pnml)
Exports all attributes. |
protected java.lang.String |
PnmlLine.exportAttributes(Pnml pnml)
Exports all attributes. |
protected java.lang.String |
PnmlOffset.exportAttributes(Pnml pnml)
Exports the dimension. |
protected java.lang.String |
PnmlPosition.exportAttributes(Pnml pnml)
Exports the dimension. |
protected java.lang.String |
PnmlAnnotationGraphics.exportElements(Pnml pnml)
Exports the annotation graphics. |
protected java.lang.String |
PnmlArcGraphics.exportElements(Pnml pnml)
Exports the arc graphics. |
protected java.lang.String |
PnmlNodeGraphics.exportElements(Pnml pnml)
Exports the annotation graphics. |
protected void |
PnmlDimension.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports the known attributes. |
protected void |
PnmlFill.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all known attributes. |
protected void |
PnmlFont.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all known attributes. |
protected void |
PnmlLine.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all known attributes. |
protected void |
PnmlOffset.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports the known attributes. |
protected void |
PnmlPosition.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports the known attributes. |
protected boolean |
PnmlAnnotationGraphics.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlArcGraphics.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
protected boolean |
PnmlNodeGraphics.importElements(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Checks whether the current start tag is known. |
Uses of Pnml in org.processmining.plugins.pnml.importing |
---|
Methods in org.processmining.plugins.pnml.importing that return Pnml | |
---|---|
Pnml |
PnmlImportUtils.importPnmlFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
|
Methods in org.processmining.plugins.pnml.importing with parameters of type Pnml | |
---|---|
java.lang.Object |
PnmlImportUtils.connectNet(org.processmining.framework.plugin.PluginContext context,
Pnml pnml,
PetrinetGraph net)
|
java.lang.Object |
PnmlImportUtils.connectOpenNet(org.processmining.framework.plugin.PluginContext context,
Pnml pnml,
OpenNet openNet)
|
Uses of Pnml in org.processmining.plugins.pnml.toolspecific |
---|
Methods in org.processmining.plugins.pnml.toolspecific with parameters of type Pnml | |
---|---|
protected void |
PnmlToolSpecific.checkValidity(Pnml pnml)
|
protected java.lang.String |
PnmlToolSpecific.exportAttributes(Pnml pnml)
|
protected void |
PnmlToolSpecific.importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |