Package | Description |
---|---|
org.processmining.plugins.stochasticpetrinet.external | |
org.processmining.plugins.stochasticpetrinet.simulator |
Modifier and Type | Class and Description |
---|---|
class |
Building |
class |
Compartment |
class |
Room
A representation of a room which can be allocated to activities.
|
Modifier and Type | Field and Description |
---|---|
protected Location |
Location.parentLocation |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Location> |
Location.childLocations |
Modifier and Type | Method and Description |
---|---|
Location |
Location.getParentLocation() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Location> |
Location.getChildLocations() |
Modifier and Type | Method and Description |
---|---|
void |
Location.setParentLocation(Location parentLocation) |
Modifier and Type | Method and Description |
---|---|
edu.uci.ics.jung.graph.Graph<Location,java.lang.Double> |
WorldConfiguration.getLocationGraph() |
Modifier and Type | Method and Description |
---|---|
void |
WorldConfiguration.setLocationGraph(edu.uci.ics.jung.graph.Graph<Location,java.lang.Double> locationGraph) |
Constructor and Description |
---|
WorldConfiguration(edu.uci.ics.jung.graph.Graph<Location,java.lang.Double> locationGraph,
java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,java.util.Set<Allocation>> transitionLocationMapping,
boolean locationEnabled) |