Class: KwykTree::Concept
Instance Attribute Summary
Attributes inherited from Unit
Instance Method Summary collapse
Methods inherited from Unit
#graphviz_attributes, #graphviz_id, #graphviz_record_label, #initialize
Constructor Details
This class inherits a constructor from KwykTree::Unit
Instance Method Details
#graphviz_record_shape ⇒ Object
79 80 81 |
# File 'lib/kwyktree/unit.rb', line 79 def graphviz_record_shape "Mrecord" end |
#type ⇒ Object
75 76 77 |
# File 'lib/kwyktree/unit.rb', line 75 def type "concept" end |