Class: RDocF95::DOT::Digraph

Inherits:
Subgraph show all
Defined in:
lib/rdoc-f95/dot.rb

Overview

this is graph

Instance Attribute Summary

Attributes inherited from Element

#name, #options

Attributes inherited from SimpleElement

#name

Instance Method Summary collapse

Methods inherited from Subgraph

#<<, #each_node, #pop, #push, #to_s

Methods inherited from Element

#each_option, #each_option_pair

Methods inherited from SimpleElement

#to_s

Constructor Details

#initialize(params = {}, option_list = GRAPH_OPTS) ⇒ Digraph

Returns a new instance of Digraph.



223
224
225
226
# File 'lib/rdoc-f95/dot.rb', line 223

def initialize( params = {}, option_list = GRAPH_OPTS )
  super( params, option_list )
  @dot_string = 'digraph'
end