Class is used for storing graph. More...
Inherits Finalizable.
Public Attributes | |
| List< GraphVertex > get | vertexes |
| List of connected vertexes GraphVertex. | |
| List< GraphEdge > get | edges |
| List of edges that connected vertexes GraphEdge. | |
Class is used for storing graph.
Referenced from Sublocation.
Definition at line 21 of file graph.dart.
| List<GraphEdge> get Graph.edges |
List of edges that connected vertexes GraphEdge.
Dart code snippet:
Definition at line 42 of file graph.dart.
| List<GraphVertex> get Graph.vertexes |
List of connected vertexes GraphVertex.
Dart code snippet:
Definition at line 33 of file graph.dart.