Uses of Class
org.processmining.plugins.pnml.base.Pnml
-
-
Uses of Pnml in org.processmining.plugins.pnml.base
Methods in org.processmining.plugins.pnml.base that return Pnml Modifier and Type Method Description PnmlPnml. convertFromNet(java.util.Map<PetrinetGraph,Marking> markedNets, java.util.Map<PetrinetGraph,java.util.Collection<Marking>> finalMarkedNets, org.processmining.models.connections.GraphLayoutConnection layout)PnmlPnml. convertFromNet(java.util.Map<PetrinetGraph,Marking> markedNets, org.processmining.models.connections.GraphLayoutConnection layout)PnmlPnml. convertFromNet(PetrinetGraph net, Marking marking, java.util.Collection<Marking> finalMarkings, java.util.Map<java.lang.String,org.processmining.models.graphbased.AbstractGraphElement> idMap, org.processmining.models.connections.GraphLayoutConnection layout)PnmlPnml. convertFromNet(PetrinetGraph net, Marking marking, java.util.Collection<Marking> finalMarkings, org.processmining.models.connections.GraphLayoutConnection layout)PnmlPnml. convertFromNet(PetrinetGraph net, Marking marking, java.util.Map<java.lang.String,org.processmining.models.graphbased.AbstractGraphElement> idMap, org.processmining.models.connections.GraphLayoutConnection layout)PnmlPnml. convertFromNet(PetrinetGraph net, Marking marking, org.processmining.models.connections.GraphLayoutConnection layout)Methods in org.processmining.plugins.pnml.base with parameters of type Pnml Modifier and Type Method Description protected voidPnmlElement. checkValidity(Pnml pnml)Default check for validity: No action.protected java.lang.StringPnmlElement. exportAttribute(java.lang.String tag, java.lang.String value, Pnml pnml)Default way to export some attribute.protected java.lang.StringPnmlElement. exportAttributes(Pnml pnml)Exports all standard attributes: None.java.lang.StringPnmlElement. exportElement(Pnml pnml)Exports the element.protected java.lang.StringPnml. exportElements(Pnml pnml)Exports the child elements to String.protected java.lang.StringPnmlElement. exportElements(Pnml pnml)Exports all standard elements: None.protected voidPnmlElement. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all standard attributes: None.voidPnmlElement. importElement(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports the given element.protected booleanPnml. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlElement. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all standard child elements: None.protected voidPnmlElement. importText(java.lang.String text, Pnml pnml)Imports standard text: No action. -
Uses of Pnml in org.processmining.plugins.pnml.elements
Methods in org.processmining.plugins.pnml.elements that return Pnml Modifier and Type Method Description PnmlDefaultPnmlElementFactory. createPnml()Methods in org.processmining.plugins.pnml.elements with parameters of type Pnml Modifier and Type Method Description protected voidPnmlArc. checkValidity(Pnml pnml)Checks validity.protected voidPnmlNet. checkValidity(Pnml pnml)Check the validity of this net.protected voidPnmlNode. checkValidity(Pnml pnml)Checks the validity of this node.protected voidPnmlReferencePlace. checkValidity(Pnml pnml)Check validity.protected voidPnmlReferenceTransition. checkValidity(Pnml pnml)Check validity.protected java.lang.StringPnmlArc. exportAttributes(Pnml pnml)Exports all attributes.protected java.lang.StringPnmlNet. exportAttributes(Pnml pnml)Exports all known attributes (id and type).protected java.lang.StringPnmlNode. exportAttributes(Pnml pnml)Exports all attributes.protected java.lang.StringPnmlReferencePlace. exportAttributes(Pnml pnml)Exports all attributes.protected java.lang.StringPnmlReferenceTransition. exportAttributes(Pnml pnml)Exports all known attributes.protected java.lang.StringPnmlAnnotation. exportElements(Pnml pnml)protected java.lang.StringPnmlArc. exportElements(Pnml pnml)Exports all child elements.protected java.lang.StringPnmlBasicObject. exportElements(Pnml pnml)Exports all elements.protected java.lang.StringPnmlNet. exportElements(Pnml pnml)Exports all pages.protected java.lang.StringPnmlNode. exportElements(Pnml pnml)Exports all child elements.protected java.lang.StringPnmlPage. exportElements(Pnml pnml)Exports all child elements.protected java.lang.StringPnmlPage. exportElements(Pnml pnml, java.lang.String lineSeparator)Exports all child elements.protected java.lang.StringPnmlPlace. exportElements(Pnml pnml)Exports all child elements.protected java.lang.StringPnmlText. exportElements(Pnml pnml)Exports the text.protected java.lang.StringPnmlTransition. exportElements(Pnml pnml)protected voidPnmlArc. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all known attributes.protected voidPnmlNet. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all known attributes (id and type).protected voidPnmlNode. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all known attributes.protected voidPnmlReferencePlace. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all known attributes.protected voidPnmlReferenceTransition. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all known attributes.protected booleanPnmlAnnotation. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlArc. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlBasicObject. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlNet. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlNode. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlPage. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlPlace. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlTransition. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected voidPnmlText. importText(java.lang.String text, Pnml pnml)Imports the text. -
Uses of Pnml in org.processmining.plugins.pnml.elements.extensions
Methods in org.processmining.plugins.pnml.elements.extensions with parameters of type Pnml Modifier and Type Method Description protected voidPnmlInitialMarking. checkValidity(Pnml pnml)protected voidPnmlInscription. checkValidity(Pnml pnml)protected java.lang.StringPnmlArcType. exportElements(Pnml pnml)Exports the arc type.protected java.lang.StringPnmlInitialMarking. exportElements(Pnml pnml)Exports the initial marking.protected java.lang.StringPnmlInscription. exportElements(Pnml pnml)Exports the inscription.protected booleanPnmlArcType. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlInitialMarking. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlInscription. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known. -
Uses of Pnml in org.processmining.plugins.pnml.elements.extensions.configurations
Methods in org.processmining.plugins.pnml.elements.extensions.configurations with parameters of type Pnml Modifier and Type Method Description protected java.lang.StringPnmlFeature. exportAttributes(Pnml pnml)protected java.lang.StringPnmlGroup. exportAttributes(Pnml pnml)protected java.lang.StringPnmlParameter. exportAttributes(Pnml pnml)protected java.lang.StringPnmlConfiguration. exportElements(Pnml pnml)protected java.lang.StringPnmlFeature. exportElements(Pnml pnml)protected java.lang.StringPnmlGroup. exportElements(Pnml pnml)protected voidPnmlFeature. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected voidPnmlGroup. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected voidPnmlParameter. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected booleanPnmlConfiguration. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected booleanPnmlFeature. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected booleanPnmlGroup. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml) -
Uses of Pnml in org.processmining.plugins.pnml.elements.extensions.opennet
Methods in org.processmining.plugins.pnml.elements.extensions.opennet with parameters of type Pnml Modifier and Type Method Description voidPnmlModule. convertToOpenNet(OpenNet openNet, Marking marking, Pnml pnml, org.processmining.models.connections.GraphLayoutConnection layout)Converts the PNML module into an Open net.protected java.lang.StringPnmlLabelConnection. exportAttributes(Pnml pnml)protected java.lang.StringPnmlMarkedPlace. exportAttributes(Pnml pnml)protected java.lang.StringPnmlFinalMarking. exportElements(Pnml pnml)protected java.lang.StringPnmlFinalMarkings. exportElements(Pnml pnml)protected java.lang.StringPnmlMarkedPlace. exportElements(Pnml pnml)protected java.lang.StringPnmlModule. exportElements(Pnml pnml)protected java.lang.StringPnmlPort. exportElements(Pnml pnml)protected java.lang.StringPnmlPorts. exportElements(Pnml pnml)protected voidPnmlLabelConnection. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected voidPnmlMarkedPlace. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected booleanPnmlFinalMarking. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected booleanPnmlFinalMarkings. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected booleanPnmlMarkedPlace. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected booleanPnmlModule. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected booleanPnmlPort. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)protected booleanPnmlPorts. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml) -
Uses of Pnml in org.processmining.plugins.pnml.elements.graphics
Methods in org.processmining.plugins.pnml.elements.graphics with parameters of type Pnml Modifier and Type Method Description protected voidPnmlAnnotationGraphics. checkValidity(Pnml pnml)Checks validity.protected voidPnmlDimension. checkValidity(Pnml pnml)Checks validity.protected voidPnmlNodeGraphics. checkValidity(Pnml pnml)Checks validity.protected voidPnmlOffset. checkValidity(Pnml pnml)Checks validity.protected voidPnmlPosition. checkValidity(Pnml pnml)Checks validity.protected java.lang.StringPnmlDimension. exportAttributes(Pnml pnml)Exports the dimension.protected java.lang.StringPnmlFill. exportAttributes(Pnml pnml)Exports all attributes.protected java.lang.StringPnmlFont. exportAttributes(Pnml pnml)Exports all attributes.protected java.lang.StringPnmlLine. exportAttributes(Pnml pnml)Exports all attributes.protected java.lang.StringPnmlOffset. exportAttributes(Pnml pnml)Exports the dimension.protected java.lang.StringPnmlPosition. exportAttributes(Pnml pnml)Exports the dimension.protected java.lang.StringPnmlAnnotationGraphics. exportElements(Pnml pnml)Exports the annotation graphics.protected java.lang.StringPnmlArcGraphics. exportElements(Pnml pnml)Exports the arc graphics.protected java.lang.StringPnmlNodeGraphics. exportElements(Pnml pnml)Exports the annotation graphics.protected voidPnmlDimension. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports the known attributes.protected voidPnmlFill. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all known attributes.protected voidPnmlFont. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all known attributes.protected voidPnmlLine. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports all known attributes.protected voidPnmlOffset. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports the known attributes.protected voidPnmlPosition. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Imports the known attributes.protected booleanPnmlAnnotationGraphics. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlArcGraphics. importElements(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)Checks whether the current start tag is known.protected booleanPnmlNodeGraphics. 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 Modifier and Type Method Description protected PnmlPnmlImportUtils. createPnml()PnmlPnmlImportUtils. importPnmlFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)PnmlPnmlImportUtils. importPnmlFromStream(org.processmining.framework.plugin.PluginContext context, FullPnmlElementFactory pnmlFactory, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)Methods in org.processmining.plugins.pnml.importing with parameters of type Pnml Modifier and Type Method Description java.lang.ObjectPnmlImportUtils. connectNet(org.processmining.framework.plugin.PluginContext context, Pnml pnml, PetrinetGraph net)java.lang.ObjectPnmlImportUtils. 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 Modifier and Type Method Description protected voidPnmlToolSpecific. checkValidity(Pnml pnml)protected java.lang.StringPnmlToolSpecific. exportAttributes(Pnml pnml)protected voidPnmlToolSpecific. importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)
-