Edge

Represents a directed connection between two vertices.

Constructors

this
this(Vertex from, Vertex to)

Constructs an Edge object between two vertices.

Members

Variables

from
Vertex from;

Coming from vertex.

isCyclic
bool isCyclic;

Edge connects cyclic vertices.

isPublic
bool isPublic;

Public import.

isStatic
bool isStatic;

Static import.

to
Vertex to;

Going to vertex.

Meta