module Graphunk::Graph(T)
Direct including types
- Graphunk::DirectedGraph(T)
- Graphunk::DirectedGraphMethods(T)
- Graphunk::UndirectedGraph(T)
- Graphunk::UndirectedGraphMethods(T)
- Graphunk::WeightedGraph(T)
Defined in:
graphunk/modules/graph.crConstructors
Instance Method Summary
- #add_vertex(vertex)
- #add_vertices(names : Array(T))
- #add_vertices(*names)
-
#clone
Returns a copy of
selfwith all instance variables cloned. - #degree(vertex)
- #edge_exists?(edge)
- #edges
- #edges_on_vertex(vertex)
- #neighbors(vertex)
- #remove_vertex(vertex)
- #vertex_exists?(vertex)
- #vertices