Interface TiledGraph.CutBorders
- Enclosing class:
- TiledGraph
public static interface TiledGraph.CutBorders
Mixin trait for
TiledGraph
objects that makes querying outEdgeIterator
or outDegree
for
a vertex whose tile is not part of the graph return empty instead of throwing.-
Method Summary
Modifier and TypeMethodDescriptionint
scala.collection.Iterator<Edge>
outEdgeIterator
(Vertex vertex)
-
Method Details
-
outDegree
-
outEdgeIterator
-