Uses of Class
org.processmining.plugins.pnml.Pnml.PnmlType

Packages that use Pnml.PnmlType
org.processmining.plugins.pnml   
org.processmining.plugins.pnml.exporting   
 

Uses of Pnml.PnmlType in org.processmining.plugins.pnml
 

Methods in org.processmining.plugins.pnml that return Pnml.PnmlType
 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.
 

Methods in org.processmining.plugins.pnml with parameters of type Pnml.PnmlType
 void Pnml.setType(Pnml.PnmlType type)
          Set the type of this PNML object.
 

Constructors in org.processmining.plugins.pnml with parameters of type Pnml.PnmlType
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
protected  void PnmlExportNet.exportPetriNetToPNMLOrEPNMLFile(org.processmining.contexts.uitopia.UIPluginContext context, OpenNet openNet, java.io.File file, Pnml.PnmlType type)
           
protected  void PnmlExportNet.exportPetriNetToPNMLOrEPNMLFile(org.processmining.contexts.uitopia.UIPluginContext context, Petrinet net, java.io.File file, Pnml.PnmlType type)