Uses of Class
org.processmining.plugins.stochasticpetrinet.external.PetrinetModelAllocations
-
Packages that use PetrinetModelAllocations Package Description org.processmining.plugins.stochasticpetrinet.external -
-
Uses of PetrinetModelAllocations in org.processmining.plugins.stochasticpetrinet.external
Methods in org.processmining.plugins.stochasticpetrinet.external with parameters of type PetrinetModelAllocations Modifier and Type Method Description static java.lang.Object[]AllocationBasedNetGenerator. generateNet(StochasticNet base, PetrinetModelAllocations allocations, java.util.Set<Allocatable> resources, int numCases, double meanTimeBetweenArrivals, double noise, long startTime)Generates a net based on a basis and a number of cases that are drawn randomly from the model.static java.lang.Object[]AllocationBasedNetGenerator. generateObservationAwareNet(StochasticNet base, PetrinetModelAllocations allocations, java.util.Set<Allocatable> resources, double noise)TOSO: Currently we neglect resources!
-