Class Resource
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.external.Entity
-
- org.processmining.plugins.stochasticpetrinet.external.Resource
-
- All Implemented Interfaces:
Allocatable
- Direct Known Subclasses:
Person
public abstract class Resource extends Entity implements Allocatable
-
-
Constructor Summary
Constructors Constructor Description Resource(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRole(Role role)java.util.List<Role>getRoles()voidremoveRole(Role role)-
Methods inherited from class org.processmining.plugins.stochasticpetrinet.external.Entity
getName, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.plugins.stochasticpetrinet.external.Allocatable
getCapacity, getName
-
-