Class
DOT::DOTSubgraph
In:
lib/rgl/rdot.rb
Parent:
DOTElement
A subgraph element is the same to graph, but has another header in dot notation.
Methods
<<
each_node
new
pop
push
to_s
Public Class methods
new
(params = {}, option_list = GRAPH_OPTS)
Public Instance methods
<<
(thing)
each_node
() {|i| ...}
pop
()
push
(thing)
to_s
(t = '')
[Validate]