Class: Ea::Mdg::Document::StereotypeEntry
- Inherits:
-
Struct
- Object
- Struct
- Ea::Mdg::Document::StereotypeEntry
- Defined in:
- lib/ea/mdg/document.rb
Overview
Stereotype definition from an MDG.Technology file.
Carries the stereotype's name, what element types it applies
to (Class, Package, Property, etc.), its tagged-value specs,
and any notes. generalizes links to a parent stereotype
when the MDG defines an inheritance chain between stereotypes.
Instance Attribute Summary collapse
-
#applies_to ⇒ Object
Returns the value of attribute applies_to.
-
#base_stereotypes ⇒ Object
Returns the value of attribute base_stereotypes.
-
#generalizes ⇒ Object
Returns the value of attribute generalizes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#tagged_values ⇒ Object
Returns the value of attribute tagged_values.
Instance Attribute Details
#applies_to ⇒ Object
Returns the value of attribute applies_to
35 36 37 |
# File 'lib/ea/mdg/document.rb', line 35 def applies_to @applies_to end |
#base_stereotypes ⇒ Object
Returns the value of attribute base_stereotypes
35 36 37 |
# File 'lib/ea/mdg/document.rb', line 35 def base_stereotypes @base_stereotypes end |
#generalizes ⇒ Object
Returns the value of attribute generalizes
35 36 37 |
# File 'lib/ea/mdg/document.rb', line 35 def generalizes @generalizes end |
#name ⇒ Object
Returns the value of attribute name
35 36 37 |
# File 'lib/ea/mdg/document.rb', line 35 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes
35 36 37 |
# File 'lib/ea/mdg/document.rb', line 35 def notes @notes end |
#tagged_values ⇒ Object
Returns the value of attribute tagged_values
35 36 37 |
# File 'lib/ea/mdg/document.rb', line 35 def tagged_values @tagged_values end |