Class: Lutaml::SysMl::NestedConnectorEnd
- Inherits:
-
Uml::ConnectorEnd
- Object
- Uml::TopElement
- Uml::ConnectorEnd
- Lutaml::SysMl::NestedConnectorEnd
- Defined in:
- lib/lutaml/sysml/nested_connector_end.rb
Instance Attribute Summary collapse
-
#base_connectorend ⇒ Object
Returns the value of attribute base_connectorend.
-
#property_path ⇒ Object
Returns the value of attribute property_path.
Attributes inherited from Uml::ConnectorEnd
#connector, #part_with_port, #role
Attributes inherited from Uml::TopElement
#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid
Instance Method Summary collapse
-
#initialize ⇒ NestedConnectorEnd
constructor
rubocop:disable Lint/MissingSuper.
Methods inherited from Uml::TopElement
Methods included from Uml::HasAttributes
Constructor Details
#initialize ⇒ NestedConnectorEnd
rubocop:disable Lint/MissingSuper
6 7 8 |
# File 'lib/lutaml/sysml/nested_connector_end.rb', line 6 def initialize # rubocop:disable Lint/MissingSuper @property_path = [] end |
Instance Attribute Details
#base_connectorend ⇒ Object
Returns the value of attribute base_connectorend.
4 5 6 |
# File 'lib/lutaml/sysml/nested_connector_end.rb', line 4 def base_connectorend @base_connectorend end |
#property_path ⇒ Object
Returns the value of attribute property_path.
4 5 6 |
# File 'lib/lutaml/sysml/nested_connector_end.rb', line 4 def property_path @property_path end |