Package | Description |
---|---|
org.processmining.plugins.stochasticpetrinet.external |
Modifier and Type | Method and 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!
|