Class: KwykTree::Concept

Inherits:
Unit
  • Object
show all
Defined in:
lib/kwyktree/unit.rb

Instance Attribute Summary

Attributes inherited from Unit

#deps, #url

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_shapeObject



79
80
81
# File 'lib/kwyktree/unit.rb', line 79

def graphviz_record_shape
  "Mrecord"
end

#typeObject



75
76
77
# File 'lib/kwyktree/unit.rb', line 75

def type
  "concept"
end