public interface Allocation
Modifier and Type | Interface and Description |
---|---|
static class |
Allocation.AllocType |
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() |
Allocation.AllocType |
getType() |
Allocation.AllocType getType()
java.util.Set<Allocatable> getAllocation()
java.util.Map<java.lang.String,java.lang.Double> getProbabilitiesOfAllocations()
java.util.Set<Allocatable> getAllAllocatables()
java.util.Set<Allocatable> getAllocation(java.lang.String allocString)