Class describing a graph that connects the sublocations. More...
Inherits Finalizable.
Public Member Functions | |
| bool | isValid () |
Public Attributes | |
| List< GraphEdge > get | edges |
| List of edges that connect two sublocations GraphEdge. | |
Class describing a graph that connects the sublocations.
Referenced from Location
Definition at line 24 of file elevation_graph.dart.
| bool ElevationGraph.isValid | ( | ) |
| List<GraphEdge> get ElevationGraph.edges |
List of edges that connect two sublocations GraphEdge.
Dart code snippet:
Definition at line 39 of file elevation_graph.dart.