Uses of Class
org.processmining.plugins.stochasticpetrinet.external.Location
-
Packages that use Location Package Description org.processmining.plugins.stochasticpetrinet.external org.processmining.plugins.stochasticpetrinet.simulator -
-
Uses of Location in org.processmining.plugins.stochasticpetrinet.external
Subclasses of Location in org.processmining.plugins.stochasticpetrinet.external Modifier and Type Class Description classBuildingclassCompartmentclassRoomA representation of a room which can be allocated to activities.Fields in org.processmining.plugins.stochasticpetrinet.external declared as Location Modifier and Type Field Description protected LocationLocation. parentLocationFields in org.processmining.plugins.stochasticpetrinet.external with type parameters of type Location Modifier and Type Field Description protected java.util.List<Location>Location. childLocationsMethods in org.processmining.plugins.stochasticpetrinet.external that return Location Modifier and Type Method Description LocationLocation. getParentLocation()Methods in org.processmining.plugins.stochasticpetrinet.external that return types with arguments of type Location Modifier and Type Method Description java.util.List<Location>Location. getChildLocations()Methods in org.processmining.plugins.stochasticpetrinet.external with parameters of type Location Modifier and Type Method Description voidLocation. setParentLocation(Location parentLocation) -
Uses of Location in org.processmining.plugins.stochasticpetrinet.simulator
Methods in org.processmining.plugins.stochasticpetrinet.simulator that return types with arguments of type Location Modifier and Type Method Description edu.uci.ics.jung.graph.Graph<Location,java.lang.Double>WorldConfiguration. getLocationGraph()Method parameters in org.processmining.plugins.stochasticpetrinet.simulator with type arguments of type Location Modifier and Type Method Description voidWorldConfiguration. setLocationGraph(edu.uci.ics.jung.graph.Graph<Location,java.lang.Double> locationGraph)Constructor parameters in org.processmining.plugins.stochasticpetrinet.simulator with type arguments of type Location Constructor 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)
-