Class: Tangle::Directed::Acyclic::Edge

Inherits:
Edge
  • Object
show all
Defined in:
lib/tangle/directed/acyclic/edge.rb

Overview

An edge in a directed acyclic graph

Instance Attribute Summary

Attributes inherited from Edge

#graph, #name, #vertices

Method Summary

Methods inherited from Edge

#child, #child?, #parent, #parent?

Methods inherited from Edge

#clone_into, #eql?, #initialize, #inspect, #other, #walk

Constructor Details

This class inherits a constructor from Tangle::Edge