Class: Lutaml::Uml::Actor
- Inherits:
-
Classifier
- Object
- TopElement
- Classifier
- Lutaml::Uml::Actor
- Defined in:
- lib/lutaml/uml/actor.rb
Instance Attribute Summary
Attributes inherited from Classifier
Attributes inherited from TopElement
#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid
Instance Method Summary collapse
-
#initialize ⇒ Actor
constructor
A new instance of Actor.
Methods inherited from TopElement
Methods included from HasAttributes
Constructor Details
#initialize ⇒ Actor
Returns a new instance of Actor.
10 11 12 13 14 15 16 |
# File 'lib/lutaml/uml/actor.rb', line 10 def initialize @name = nil @xmi_id = nil @stereotype = [] @generalization = [] @namespace = nil end |