public class EdgeRestrictions extends Object
Constructor and Description |
---|
EdgeRestrictions() |
Modifier and Type | Method and Description |
---|---|
int |
getSourceOutEdge() |
int |
getTargetInEdge() |
com.carrotsearch.hppc.IntArrayList |
getUnfavoredEdges() |
void |
setSourceOutEdge(int sourceOutEdge) |
void |
setTargetInEdge(int targetInEdge) |
public int getSourceOutEdge()
public void setSourceOutEdge(int sourceOutEdge)
public int getTargetInEdge()
public void setTargetInEdge(int targetInEdge)
public com.carrotsearch.hppc.IntArrayList getUnfavoredEdges()
Copyright © 2012–2021. All rights reserved.