Class: Tangle::Simple::Graph

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

Overview

A simple graph, without loops and multiple edges

Constant Summary collapse

Edge =
Tangle::Simple::Edge

Constants inherited from Graph

Graph::DEFAULT_MIXINS

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