public class UniformAllocation extends AbstractAllocation
Allocation.AllocType
Constructor and Description |
---|
UniformAllocation(java.util.Set<Allocatable> uniformAllocatableChoices,
Allocation.AllocType type) |
Modifier and Type | Method and 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() |
getEntropy, getString, getType
public UniformAllocation(java.util.Set<Allocatable> uniformAllocatableChoices, Allocation.AllocType type)
public java.util.Set<Allocatable> getAllocation()
public java.util.Map<java.lang.String,java.lang.Double> getProbabilitiesOfAllocations()
public java.util.Set<Allocatable> getAllAllocatables()
public java.util.Set<Allocatable> getAllocation(java.lang.String allocString)