|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Allocation in jmadem |
---|
Fields in jmadem with type parameters of type Allocation | |
---|---|
private java.util.Vector<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.Vector<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 normalized utility value given to an allocation. |
float |
MADeMAgArch.getUtility(java.lang.String auctioneer,
Allocation allocation,
jason.asSyntax.Atom uFunc)
Obtains the utility value given by a specific utility function. |
Constructor parameters in jmadem with type arguments of type Allocation | |
---|---|
DecisionData(java.util.Vector<jason.asSyntax.Atom> ags,
java.util.Vector<Allocation> allocs,
java.util.Vector<jason.asSyntax.Atom> uFuncs,
java.util.concurrent.ConcurrentMap<jason.asSyntax.Atom,java.lang.Float> pW,
java.util.concurrent.ConcurrentMap<jason.asSyntax.Atom,java.lang.Float> uW,
Cuf sw)
DecisionData constructor. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |