|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.solver.Trial
Trial keeps track of trial points.
| Field Summary | |
protected Problem |
problem
Deprecated. |
protected java.util.Map |
scores
Deprecated. |
protected TrialPoint |
trialPoint
Deprecated. |
| Constructor Summary | |
Trial(Problem aProblem,
TrialPoint aTrialPoint)
Deprecated. Creates a new instance of Trial |
|
| Method Summary | |
Score |
getScore(Objective objective)
Deprecated. Get the score corresponding to the specified objective. |
TrialPoint |
getTrialPoint()
Deprecated. Get the trial point. |
void |
setScore(Score aScore)
Deprecated. Set the scores of a trial point. |
void |
vetoTrial()
Deprecated. Veto a trial. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected TrialPoint trialPoint
protected Problem problem
protected java.util.Map scores
| Constructor Detail |
public Trial(Problem aProblem,
TrialPoint aTrialPoint)
| Method Detail |
public void vetoTrial()
public void setScore(Score aScore)
public Score getScore(Objective objective)
objective - The objective for which to fetch the score.
public TrialPoint getTrialPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||