Package com.graphhopper.routing
Class EdgeRestrictions
java.lang.Object
com.graphhopper.routing.EdgeRestrictions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintcom.carrotsearch.hppc.IntArrayListvoidsetSourceOutEdge(int sourceOutEdge) voidsetTargetInEdge(int targetInEdge)
-
Constructor Details
-
EdgeRestrictions
public EdgeRestrictions()
-
-
Method Details
-
getSourceOutEdge
public int getSourceOutEdge() -
setSourceOutEdge
public void setSourceOutEdge(int sourceOutEdge) -
getTargetInEdge
public int getTargetInEdge() -
setTargetInEdge
public void setTargetInEdge(int targetInEdge) -
getUnfavoredEdges
public com.carrotsearch.hppc.IntArrayList getUnfavoredEdges()
-