Class: Lutaml::SysMl::NestedConnectorEnd

Inherits:
Uml::ConnectorEnd show all
Defined in:
lib/lutaml/sysml/nested_connector_end.rb

Instance Attribute Summary collapse

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

Methods inherited from Uml::TopElement

#full_name

Methods included from Uml::HasAttributes

#update_attributes

Constructor Details

#initializeNestedConnectorEnd

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_connectorendObject

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_pathObject

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