Loading...
Searching...
No Matches
GraphEdge Class Referenceabstract

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.
 

Detailed Description

Class is used for storing graph edge.

Definition at line 18 of file graph_edge.dart.

Member Data Documentation

◆ dst

int get GraphEdge.dst

Destination vertex id GraphVertex.

Definition at line 28 of file graph_edge.dart.

◆ src

int get GraphEdge.src

Source vertex id GraphVertex.

Definition at line 32 of file graph_edge.dart.

◆ weight

double get GraphEdge.weight

Edge weight.

Definition at line 24 of file graph_edge.dart.

◆ weightCoef

int get GraphEdge.weightCoef

Edge weight coefficient.

Definition at line 36 of file graph_edge.dart.


The documentation for this class was generated from the following file: