Package | Description |
---|---|
org.processmining.plugins.pnml.base | |
org.processmining.plugins.pnml.exporting |
Modifier and Type | Method and Description |
---|---|
Pnml.PnmlType |
Pnml.getType()
Gets the type.
|
static Pnml.PnmlType |
Pnml.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Pnml.setType(Pnml.PnmlType type)
Set the type of this PNML object.
|
Constructor and Description |
---|
Pnml(Pnml.PnmlType type)
Creates a fresh PNML object, given the type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PnmlExportNet.exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context,
ConfigurableResetInhibitorNet resetInhibitorNet,
java.io.File file,
Pnml.PnmlType type) |
protected void |
PnmlExportNet.exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context,
InhibitorNet inhibitorNet,
java.io.File file,
Pnml.PnmlType type) |
protected void |
PnmlExportNet.exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context,
OpenNet openNet,
java.io.File file,
Pnml.PnmlType type) |
protected void |
PnmlExportNet.exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context,
Petrinet net,
java.io.File file,
Pnml.PnmlType type) |
protected void |
PnmlExportNet.exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context,
ResetInhibitorNet resetInhibitorNet,
java.io.File file,
Pnml.PnmlType type) |
protected void |
PnmlExportNet.exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context,
ResetNet resetNet,
java.io.File file,
Pnml.PnmlType type) |
java.lang.String |
PnmlExportNet.exportPetriNetToPNMLOrEPNMLString(org.processmining.framework.plugin.PluginContext context,
Petrinet net,
Pnml.PnmlType type,
boolean xmlTag) |