Class: Lutaml::SysMl::Allocated
- Inherits:
-
Uml::TopElement
- Object
- Uml::TopElement
- Lutaml::SysMl::Allocated
- Defined in:
- lib/lutaml/sysml/allocated.rb
Instance Attribute Summary collapse
-
#allocated_from ⇒ Object
Returns the value of attribute allocated_from.
-
#allocated_to ⇒ Object
Returns the value of attribute allocated_to.
-
#base_named_element ⇒ Object
Returns the value of attribute base_named_element.
Attributes inherited from Uml::TopElement
#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid
Method Summary
Methods inherited from Uml::TopElement
Methods included from Uml::HasAttributes
Constructor Details
This class inherits a constructor from Lutaml::Uml::TopElement
Instance Attribute Details
#allocated_from ⇒ Object
Returns the value of attribute allocated_from.
4 5 6 |
# File 'lib/lutaml/sysml/allocated.rb', line 4 def allocated_from @allocated_from end |
#allocated_to ⇒ Object
Returns the value of attribute allocated_to.
4 5 6 |
# File 'lib/lutaml/sysml/allocated.rb', line 4 def allocated_to @allocated_to end |
#base_named_element ⇒ Object
Returns the value of attribute base_named_element.
4 5 6 |
# File 'lib/lutaml/sysml/allocated.rb', line 4 def base_named_element @base_named_element end |