Class: Lutaml::Sysml::NestedConnectorEnd

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Uml::TopElement

#definition_from_yaml, #definition_to_yaml, #full_name_from_yaml, #full_name_to_yaml

Constructor Details

#initializeNestedConnectorEnd

rubocop:disable Lint/MissingSuper



8
9
10
# File 'lib/lutaml/sysml/nested_connector_end.rb', line 8

def initialize # rubocop:disable Lint/MissingSuper
  @property_path = []
end

Instance Attribute Details

#base_connectorendObject

Returns the value of attribute base_connectorend.



6
7
8
# File 'lib/lutaml/sysml/nested_connector_end.rb', line 6

def base_connectorend
  @base_connectorend
end

#property_pathObject

Returns the value of attribute property_path.



6
7
8
# File 'lib/lutaml/sysml/nested_connector_end.rb', line 6

def property_path
  @property_path
end