Uses of Class
org.processmining.plugins.stochasticpetrinet.external.Role
-
Packages that use Role Package Description org.processmining.plugins.stochasticpetrinet.external -
-
Uses of Role in org.processmining.plugins.stochasticpetrinet.external
Methods in org.processmining.plugins.stochasticpetrinet.external that return types with arguments of type Role Modifier and Type Method Description java.util.List<Role>Role. getCanBePerformedByRoles()java.util.List<Role>Resource. getRoles()Methods in org.processmining.plugins.stochasticpetrinet.external with parameters of type Role Modifier and Type Method Description voidRole. addCanPerform(Role roleToPerform)voidResource. addRole(Role role)voidResource. removeRole(Role role)
-