Package com.graphhopper.routing
Class EdgeRestrictions
java.lang.Object
com.graphhopper.routing.EdgeRestrictions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
com.carrotsearch.hppc.IntArrayList
void
setSourceOutEdge
(int sourceOutEdge) void
setTargetInEdge
(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()
-