Class: Lutaml::Uml::Classifier
- Inherits:
-
TopElement
- Object
- TopElement
- Lutaml::Uml::Classifier
- Defined in:
- lib/lutaml/uml/classifier.rb
Instance Attribute Summary collapse
-
#generalization ⇒ Object
Returns the value of attribute generalization.
Attributes inherited from TopElement
#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid
Method Summary
Methods inherited from TopElement
Methods included from HasAttributes
Constructor Details
This class inherits a constructor from Lutaml::Uml::TopElement
Instance Attribute Details
#generalization ⇒ Object
Returns the value of attribute generalization.
8 9 10 |
# File 'lib/lutaml/uml/classifier.rb', line 8 def generalization @generalization end |