|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Cuf in jmadem |
|---|
| Fields in jmadem declared as Cuf | |
|---|---|
private Cuf |
DecisionData.welfare
Social welfare considered by the agent |
private Cuf |
MADeMAgArch.welfare
Social welfare considered by the agent |
| Methods in jmadem that return Cuf | |
|---|---|
Cuf |
DecisionData.getWelfare()
Returns the social welfare applied to solve the decision problem. |
static Cuf |
Cuf.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Cuf[] |
Cuf.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in jmadem with parameters of type Cuf | |
|---|---|
void |
MADeMAgArch.setWelfare(Cuf new_sw)
Changes social welfare of the MADeM agent. |
int |
MADeMAgArch.startMADeMDecision(jason.asSyntax.ListTermImpl ags,
jason.asSyntax.ListTermImpl allocs,
jason.asSyntax.ListTermImpl 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,
int tout)
Starts a MADeM decision by specifying all its parameters. |
| Constructors in jmadem with parameters of type Cuf | |
|---|---|
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 | ||||||||