Class: Tangle::Directed::Graph

Inherits:
Graph
  • Object
show all
Defined in:
lib/tangle/directed/graph.rb

Overview

A directed graph

Direct Known Subclasses

Acyclic::Graph

Constant Summary collapse

Edge =
Tangle::Directed::Edge
DEFAULT_MIXINS =
[Tangle::Mixin::Ancestry].freeze

Instance Attribute Summary

Attributes inherited from Graph

#mixins

Method Summary

Methods inherited from Graph

[], #add_edge, #add_vertex, #add_vertices, #edges, #get_vertex, #initialize, #subgraph, #vertices

Constructor Details

This class inherits a constructor from Tangle::Graph