Class DirectAllocation
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.external.AbstractAllocation
-
- org.processmining.plugins.stochasticpetrinet.external.DirectAllocation
-
- All Implemented Interfaces:
Allocation
public class DirectAllocation extends AbstractAllocation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.plugins.stochasticpetrinet.external.Allocation
Allocation.AllocType
-
-
Constructor Summary
Constructors Constructor Description DirectAllocation(java.util.Set<Allocatable> allocation, Allocation.AllocType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Allocatable>getAllAllocatables()java.util.Set<Allocatable>getAllocation()java.util.Set<Allocatable>getAllocation(java.lang.String allocString)java.util.Map<java.lang.String,java.lang.Double>getProbabilitiesOfAllocations()-
Methods inherited from class org.processmining.plugins.stochasticpetrinet.external.AbstractAllocation
getEntropy, getString, getType
-
-
-
-
Constructor Detail
-
DirectAllocation
public DirectAllocation(java.util.Set<Allocatable> allocation, Allocation.AllocType type)
-
-
Method Detail
-
getAllocation
public java.util.Set<Allocatable> getAllocation()
-
getProbabilitiesOfAllocations
public java.util.Map<java.lang.String,java.lang.Double> getProbabilitiesOfAllocations()
-
getAllAllocatables
public java.util.Set<Allocatable> getAllAllocatables()
-
getAllocation
public java.util.Set<Allocatable> getAllocation(java.lang.String allocString)
-
-