|
|||||||||||
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 providing the feedback travel parts (expert knowledge).
Method Summary | |
java.util.ArrayList |
GetFeedbackTravelParts(Location origin,
Location destination,
int meanOfTransportation)
Gets a list of stations pairs to be taken into account when searching for the main parts of the travel division. |
void |
SetTravelConstraints(TravelConstraints constraints)
Sets the travel constraints providing the forbidden means of transportation. |
Method Detail |
public java.util.ArrayList GetFeedbackTravelParts(Location origin, Location destination, int meanOfTransportation)
origin
- An origin of the travel.destination
- A destination of the travel.meanOfTransportation
- A mean of transportation that is of interest.
MeanOfTransportation.AIRPLANE
,
MeanOfTransportation.BUS
,
MeanOfTransportation.TRAIN
,
MeanOfTransportation.SHIP
,
FeedbackStationsPair
public void SetTravelConstraints(TravelConstraints constraints)
constraints
- Travel constraints specifying the forbidden means of transportation.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |