Class: Lutaml::Uml::ConnectorEnd

Inherits:
TopElement show all
Defined in:
lib/lutaml/uml/constructor_end.rb

Direct Known Subclasses

SysMl::NestedConnectorEnd

Instance Attribute Summary collapse

Attributes inherited from TopElement

#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid

Instance Method Summary collapse

Methods inherited from TopElement

#full_name

Methods included from HasAttributes

#update_attributes

Constructor Details

#initializeConnectorEnd

Returns a new instance of ConnectorEnd.



11
12
13
# File 'lib/lutaml/uml/constructor_end.rb', line 11

def initialize
  @role = nil
end

Instance Attribute Details

#connectorObject

Returns the value of attribute connector.



9
10
11
# File 'lib/lutaml/uml/constructor_end.rb', line 9

def connector
  @connector
end

#part_with_portObject

Returns the value of attribute part_with_port.



9
10
11
# File 'lib/lutaml/uml/constructor_end.rb', line 9

def part_with_port
  @part_with_port
end

#roleObject

Returns the value of attribute role.



9
10
11
# File 'lib/lutaml/uml/constructor_end.rb', line 9

def role
  @role
end