Uses of Class
org.processmining.petrinets.PetriNetFileFormat
-
Packages that use PetriNetFileFormat Package Description org.processmining.petrinets -
-
Uses of PetriNetFileFormat in org.processmining.petrinets
Methods in org.processmining.petrinets that return PetriNetFileFormat Modifier and Type Method Description static PetriNetFileFormatPetriNetFileFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PetriNetFileFormat[]PetriNetFileFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-