Interface Allocation
-
- All Known Implementing Classes:
AbstractAllocation,AllocationDistribution,DirectAllocation,PoissonAllocation,UniformAllocation,UniformSetAllocation
public interface Allocation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAllocation.AllocType
-
Method Summary
All Methods Instance Methods Abstract 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()Allocation.AllocTypegetType()
-
-
-
Method Detail
-
getType
Allocation.AllocType getType()
-
getAllocation
java.util.Set<Allocatable> getAllocation()
-
getProbabilitiesOfAllocations
java.util.Map<java.lang.String,java.lang.Double> getProbabilitiesOfAllocations()
-
getAllAllocatables
java.util.Set<Allocatable> getAllAllocatables()
-
getAllocation
java.util.Set<Allocatable> getAllocation(java.lang.String allocString)
-
-