public class NFETsp
extends java.lang.Object
Constructor and Description |
---|
NFETsp() |
Modifier and Type | Method and Description |
---|---|
AnalysisCost |
getAnalysisCost()
Returns the analysis cost.
|
java.util.List<NFEFeature> |
getFeatureList()
Returns the features to visit on the tour.
|
TSP.TourFlag |
getTourFlag()
Returns a flag indicating whether the tour should be open or closed, and if the tour is open, whether the tour should have fixed start or end point.
|
void |
setAnalysisCost(AnalysisCost analysisCost)
Sets the analysis cost.
|
void |
setFeatureList(java.util.List<NFEFeature> featureList)
Sets the features to visit on the tour.
|
void |
setTourFlag(TSP.TourFlag tourFlag)
Sets a flag indicating whether the tour should be open or closed, and if the tour is open, whether the tour should have fixed start or end point.
|
public AnalysisCost getAnalysisCost()
public void setAnalysisCost(AnalysisCost analysisCost)
analysisCost
- analysis costpublic java.util.List<NFEFeature> getFeatureList()
public void setFeatureList(java.util.List<NFEFeature> featureList)
featureList
- the features to visit on the tour.public TSP.TourFlag getTourFlag()
public void setTourFlag(TSP.TourFlag tourFlag)
tourFlag
- flag indicating whether the tour should be open or closed, and if the tour is open, whether the tour should have fixed start or end point.