Class describing a graph that connects the sublocations. More...
Inheritance diagram for com.navigine.idl.java.ElevationGraph:Public Member Functions | |
| abstract ArrayList< GraphEdge > | getEdges () |
| List of edges that connect two sublocations GraphEdge. | |
| abstract boolean | isValid () |
Class describing a graph that connects the sublocations.
Referenced from Location
Definition at line 17 of file ElevationGraph.java.
|
abstract |
List of edges that connect two sublocations GraphEdge.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.ElevationGraphBinding.
|
abstract |
Tells if this ElevationGraph is valid or not. Any other method (except for this one) called on an invalid ElevationGraph will throw java.lang.RuntimeException.
Reimplemented in com.navigine.idl.java.internal.ElevationGraphBinding.