Uses of Class
org.processmining.plugins.pnml.simple.PNMLNet
-
Packages that use PNMLNet Package Description org.processmining.plugins.pnml.simple -
-
Uses of PNMLNet in org.processmining.plugins.pnml.simple
Fields in org.processmining.plugins.pnml.simple with type parameters of type PNMLNet Modifier and Type Field Description protected java.util.List<PNMLNet>PNMLModule. netsMethods in org.processmining.plugins.pnml.simple that return types with arguments of type PNMLNet Modifier and Type Method Description java.util.List<PNMLNet>PNMLRoot. getNet()java.util.List<PNMLNet>PNMLModule. getNets()Method parameters in org.processmining.plugins.pnml.simple with type arguments of type PNMLNet Modifier and Type Method Description voidPNMLRoot. setNet(java.util.List<PNMLNet> net)voidPNMLModule. setNets(java.util.List<PNMLNet> nets)
-