Class: Lutaml::Uml::Actor

Inherits:
Classifier show all
Defined in:
lib/lutaml/uml/actor.rb

Instance Attribute Summary

Attributes inherited from Classifier

#generalization

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

#initializeActor

rubocop:disable Lint/MissingSuper



10
11
12
13
14
15
16
# File 'lib/lutaml/uml/actor.rb', line 10

def initialize # rubocop:disable Lint/MissingSuper
  @name = nil
  @xmi_id = nil
  @stereotype = []
  @generalization = []
  @namespace = nil
end