Class: Tangle::Simple::Graph
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
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