Uses of Class
org.processmining.plugins.pnml.base.Pnml.PnmlType
-
Packages that use Pnml.PnmlType Package Description org.processmining.plugins.pnml.base org.processmining.plugins.pnml.exporting -
-
Uses of Pnml.PnmlType in org.processmining.plugins.pnml.base
Methods in org.processmining.plugins.pnml.base that return Pnml.PnmlType Modifier and Type Method Description Pnml.PnmlTypePnml. getType()Gets the type.static Pnml.PnmlTypePnml.PnmlType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Pnml.PnmlType[]Pnml.PnmlType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.pnml.base with parameters of type Pnml.PnmlType Modifier and Type Method Description voidPnml. setType(Pnml.PnmlType type)Set the type of this PNML object.Constructors in org.processmining.plugins.pnml.base with parameters of type Pnml.PnmlType Constructor Description Pnml(Pnml.PnmlType type)Creates a fresh PNML object, given the type. -
Uses of Pnml.PnmlType in org.processmining.plugins.pnml.exporting
Methods in org.processmining.plugins.pnml.exporting with parameters of type Pnml.PnmlType Modifier and Type Method Description protected voidPnmlExportNet. exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, OpenNet openNet, java.io.File file, Pnml.PnmlType type)protected voidPnmlExportNet. exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, ConfigurableResetInhibitorNet resetInhibitorNet, java.io.File file, Pnml.PnmlType type)protected voidPnmlExportNet. exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, InhibitorNet inhibitorNet, java.io.File file, Pnml.PnmlType type)protected voidPnmlExportNet. exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, Petrinet net, java.io.File file, Pnml.PnmlType type)protected voidPnmlExportNet. exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, ResetInhibitorNet resetInhibitorNet, java.io.File file, Pnml.PnmlType type)protected voidPnmlExportNet. exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, ResetNet resetNet, java.io.File file, Pnml.PnmlType type)java.lang.StringPnmlExportNet. exportPetriNetToPNMLOrEPNMLString(org.processmining.framework.plugin.PluginContext context, Petrinet net, Pnml.PnmlType type, boolean xmlTag)
-