Class for holding Edge data. Edge is defined by source and target vertices and its weight. All edges are considered to be directed edges.
Creates a directed edge.
Vertex from which edge originates.
Vertex at which edge ends.
Weight of the edge. Can be null if edge has no weight.
Generated using TypeDoc
Class for holding Edge data. Edge is defined by source and target vertices and its weight. All edges are considered to be directed edges.