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

Constants inherited from Graph

Graph::DEFAULT_MIXINS, Graph::Edge

Instance Attribute Summary

Attributes included from Mixin::Initialize

#mixins

Method Summary

Methods inherited from Graph

[], #initialize, #subgraph, #to_s

Methods included from GraphEdges

#add_edge, #edges, #remove_edge

Methods included from GraphVertices

#[], #add_vertex, #fetch, #remove_vertex, #select, #vertices

Constructor Details

This class inherits a constructor from Tangle::Graph