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.
Definition at line 28 of file graph_edge.dart.
int get GraphEdge.src |
Source vertex id GraphVertex.
Definition at line 32 of file graph_edge.dart.
double get GraphEdge.weight |
Edge weight.
Definition at line 24 of file graph_edge.dart.
int get GraphEdge.weightCoef |
Edge weight coefficient.
Definition at line 36 of file graph_edge.dart.