|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that must be implemented by a class that will judge the travel solutions.
Method Summary | |
void |
AddTravelSolution(ConnectionsFinderTask travelSolution,
boolean fAccepted)
Add the given travel solution to the history. |
double |
JudgeTravelSolution(ConnectionsFinderTask travelSolution)
Judges the given travel solution. |
Method Detail |
public double JudgeTravelSolution(ConnectionsFinderTask travelSolution)
travelSolution
- A travel solution to be judged.
public void AddTravelSolution(ConnectionsFinderTask travelSolution, boolean fAccepted)
travelSolution
- A travel solution to be added.fAccepted
- Indicates whether this case has been accepted ot rejected by the user.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |