Link, Node, SubGraph
89 90 91
# File 'lib/support/vizier.rb', line 89 def [](k) attributes[k.to_sym] end
93 94 95
# File 'lib/support/vizier.rb', line 93 def []=(k,v) attributes[k.to_sym] = v end