Commit bef1c407 authored by Tobias Meuser's avatar Tobias Meuser
Browse files

Added functionality to check whether edge is internal

parent 1758e697
......@@ -84,4 +84,8 @@ public class RoadNetworkEdge {
public String toString() {
return _edgeID;
}
public boolean isInternal() {
return _edgeID.startsWith(":");
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment