|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EASE.Factories.ProposeResult
Field Summary | |
double |
currSat
|
double |
nextSat
|
double |
priority
|
Constructor Summary | |
ProposeResult(double priority,
double satis1)
Responding to a proposal with just proposal. |
|
ProposeResult(double priority,
double satis1,
double satis2)
Responding to a proposal with both proposal and current output. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public double priority
public double nextSat
public double currSat
Constructor Detail |
public ProposeResult(double priority, double satis1, double satis2)
public ProposeResult(double priority, double satis1)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |