struct

Molinillo::DependencyGraph::Edge(P, R)

Inherits Struct < Value < Object

A directed edge of a {DependencyGraph} @attr [Vertex] origin The origin of the directed edge @attr [Vertex] destination The destination of the directed edge @attr [Object] requirement The requirement the directed edge represents

Constructors

new(origin : Vertex(P, R), destination : Vertex(P, R), requirement : R)
Source

Instance methods

clone
Source
copy_with(origin _origin = @origin, destination _destination = @destination, requirement _requirement = @requirement)
Source
destination
origin
requirement