# File lib/graphviz.rb, line 195
195:   def []( xAttrName )
196:     return( @graph[xAttrName].clone )
197:   end