Class: Lutaml::Uml::Connector

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

Direct Known Subclasses

SysMl::BindingConnector

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

#initializeConnector

Returns a new instance of Connector.



11
12
13
14
15
16
17
18
# File 'lib/lutaml/uml/connector.rb', line 11

def initialize
  @name = nil
  @xmi_id = nil
  @xmi_uuid = nil
  @connector_end = []
  @namespace = nil
  @kind = nil
end

Instance Attribute Details

#connector_endObject

Returns the value of attribute connector_end.



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

def connector_end
  @connector_end
end

#kindObject

Returns the value of attribute kind.



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

def kind
  @kind
end