struct Molinillo::DependencyGraph::Edge(P, R)
- Molinillo::DependencyGraph::Edge(P, R)
- Struct
- Value
- Object
Overview
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
Defined in:
molinillo/dependency_graph.crConstructors
Instance Method Summary
- #clone
- #copy_with(origin _origin = @origin, destination _destination = @destination, requirement _requirement = @requirement)
- #destination : Vertex(P, R)
- #origin : Vertex(P, R)
- #requirement : R
Constructor Detail
Instance Method Detail
def copy_with(origin _origin = @origin, destination _destination = @destination, requirement _requirement = @requirement)
#