Uses of Class
org.processmining.models.graphbased.directed.petrinetwithdata.Guard
-
Packages that use Guard Package Description org.processmining.models.graphbased.directed.petrinetwithdata -
-
Uses of Guard in org.processmining.models.graphbased.directed.petrinetwithdata
Methods in org.processmining.models.graphbased.directed.petrinetwithdata that return types with arguments of type Guard Modifier and Type Method Description java.util.Map<Transition,Guard>PetriNetWithData. getGuards()Methods in org.processmining.models.graphbased.directed.petrinetwithdata with parameters of type Guard Modifier and Type Method Description voidGuard. addGuardAND(Guard grd)voidGuard. addGuardOR(Guard grd)voidPetriNetWithData. assignGuard(Transition t, Guard grd)
-