Uses of Class
org.processmining.plugins.stochasticpetrinet.external.Allocation.AllocType
-
Packages that use Allocation.AllocType Package Description org.processmining.plugins.stochasticpetrinet.external -
-
Uses of Allocation.AllocType in org.processmining.plugins.stochasticpetrinet.external
Methods in org.processmining.plugins.stochasticpetrinet.external that return Allocation.AllocType Modifier and Type Method Description Allocation.AllocTypeAbstractAllocation. getType()Allocation.AllocTypeAllocation. getType()static Allocation.AllocTypeAllocation.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.Methods in org.processmining.plugins.stochasticpetrinet.external with parameters of type Allocation.AllocType Modifier and Type Method Description doublePetrinetModelAllocations. getReverseEntropy(Allocation.AllocType type)Constructors in org.processmining.plugins.stochasticpetrinet.external with parameters of type Allocation.AllocType Constructor 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 setsAllocationDistribution(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)
-