Class is used for storing graph edge. More...
Inherits Finalizable.
Public Attributes | |
| double get | weight |
| Edge weight. | |
| int get | dst |
| Destination vertex id GraphVertex. | |
| int get | src |
| Source vertex id GraphVertex. | |
| int get | weightCoef |
| Edge weight coefficient. | |
Class is used for storing graph edge.
Definition at line 18 of file graph_edge.dart.
| int get GraphEdge.dst |
Destination vertex id GraphVertex.
Dart code snippet:
Definition at line 40 of file graph_edge.dart.
| int get GraphEdge.src |
Source vertex id GraphVertex.
Dart code snippet:
Definition at line 50 of file graph_edge.dart.
| double get GraphEdge.weight |
Edge weight.
Dart code snippet:
Definition at line 30 of file graph_edge.dart.
| int get GraphEdge.weightCoef |
Edge weight coefficient.
Dart code snippet:
Definition at line 60 of file graph_edge.dart.