Package | Description |
---|---|
org.processmining.plugins.stochasticpetrinet.external |
Modifier and Type | Method and Description |
---|---|
Allocation.AllocType |
AbstractAllocation.getType() |
Allocation.AllocType |
Allocation.getType() |
static Allocation.AllocType |
Allocation.AllocType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Allocation.AllocType[] |
Allocation.AllocType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
PetrinetModelAllocations.getReverseEntropy(Allocation.AllocType type) |
Constructor and Description |
---|
AbstractAllocation(Allocation.AllocType type) |
AllocationConfig(java.util.Set<Allocatable> choices,
int numOfAllocatables,
double probability,
Allocation.AllocType type) |
AllocationConfig(java.util.Set<Allocatable> choices,
int numOfAllocatables,
double probability,
Allocation.AllocType type,
StochasticNet.DistributionType distributionType) |
AllocationConfig(java.util.Set<Allocatable> setA,
java.util.Set<Allocatable> setB,
int numA,
int numB,
double probability,
Allocation.AllocType type) |
AllocationConfig(java.util.Set<Allocatable> setA,
java.util.Set<Allocatable> setB,
int numA,
int numB,
double probability,
Allocation.AllocType type,
StochasticNet.DistributionType distributionType)
Configure a cross product of two sets
|
AllocationDistribution(Allocation.AllocType type) |
DirectAllocation(java.util.Set<Allocatable> allocation,
Allocation.AllocType type) |
PoissonAllocation(java.util.Collection<Allocatable> allocatableChoices,
double dropRate,
Allocation.AllocType type)
Creates an allocation between certain resources with a simple rule: the probability
to pick the second one is dropRate times the probability of the first one, and so on.
|
UniformAllocation(java.util.Set<Allocatable> uniformAllocatableChoices,
Allocation.AllocType type) |
UniformSetAllocation(java.util.Collection<java.util.Set<Allocatable>> choices,
Allocation.AllocType type) |