Uses of Class
jmadem.Allocation

Uses of Allocation in jmadem
 

Fields in jmadem with type parameters of type Allocation
private  java.util.List<Allocation> DecisionData.allocations
          Allocations being considered as solutions for the decision problem.
 

Methods in jmadem that return types with arguments of type Allocation
 java.util.List<Allocation> DecisionData.getAllocations()
          Returns the allocations considered as solutions for the decision problem.
 

Methods in jmadem with parameters of type Allocation
 float UtilityFunctionInt.computeUtility(java.lang.String auctioneer, Allocation alloc, MADeMAgArch agArch)
          Computes the utility value given to an allocation.
private  float MADeMAgArch.getUtility(java.lang.String auctioneer, Allocation allocation, UtilityFunctionInt utilityFunction)
          Obtains the utility value given by a specific utility function.
 

Constructor parameters in jmadem with type arguments of type Allocation
DecisionData(java.util.List<Atom> ags, java.util.List<Allocation> allocs, java.util.List<Atom> uFuncs, java.util.concurrent.ConcurrentMap<Atom,java.lang.Float> pW, java.util.concurrent.ConcurrentMap<Atom,java.lang.Float> uW, Cuf sw, boolean multipleSolutions)
          DecisionData constructor.