public class NFEShortestPath
extends java.lang.Object
Constructor and Description |
---|
NFEShortestPath() |
Modifier and Type | Method and Description |
---|---|
AnalysisCost |
getAnalysisCost()
Returns the analysis cost.
|
NFEFeature |
getNFEEndFeature()
Returns the end feature.
|
NFEFeature |
getNFEStartFeature()
Returns the start feature.
|
java.lang.Boolean |
getReverseDirection()
Returns true to use reverse search direction, false otherwise.
|
void |
setAnalysisCost(AnalysisCost analysisCost)
Sets the analysis cost.
|
void |
setNFEEndFeature(NFEFeature nfeEndFeature)
Sets the end feature.
|
void |
setNFEStartFeature(NFEFeature nfeStartFeature)
Sets the start feature.
|
void |
setReverseDirection(java.lang.Boolean reverseDirection)
Sets true to use reverse search direction, false otherwise.
|
public AnalysisCost getAnalysisCost()
public void setAnalysisCost(AnalysisCost analysisCost)
analysisCost
- analysis costpublic NFEFeature getNFEStartFeature()
public void setNFEStartFeature(NFEFeature nfeStartFeature)
nfeStartFeature
- start featurepublic NFEFeature getNFEEndFeature()
public void setNFEEndFeature(NFEFeature nfeEndFeature)
nfeEndFeature
- end featurepublic java.lang.Boolean getReverseDirection()
public void setReverseDirection(java.lang.Boolean reverseDirection)
reverseDirection
- true to use reverse search direction, false otherwise.