|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcbr.framework.Outcome
public class Outcome
This class provides information about the final outcome that resulted from applying a
Solution
to a Case
. The Outcome is a numerical measure of a Case's success.
Constructor Summary | |
---|---|
Outcome()
Default constructor. |
|
Outcome(double value)
Value-supplied Constructor. |
Method Summary | |
---|---|
double |
getValue()
Get the value of the outcome. |
void |
setValue(double value)
Set the outcome value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Outcome()
Outcomes
value to 0.
public Outcome(double value)
Outcomes
value to the value
supplied.
value
- the outcomes valueMethod Detail |
---|
public double getValue()
public void setValue(double value)
value
- the outcome value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |