Class: Lutaml::Uml::Transition
- Inherits:
-
TopElement
- Object
- TopElement
- Lutaml::Uml::Transition
- Defined in:
- lib/lutaml/uml/transition.rb
Instance Attribute Summary collapse
-
#effect ⇒ Object
Returns the value of attribute effect.
-
#guard ⇒ Object
Returns the value of attribute guard.
-
#source ⇒ Object
Returns the value of attribute source.
-
#target ⇒ Object
Returns the value of attribute target.
Attributes inherited from TopElement
#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid
Method Summary
Methods inherited from TopElement
Methods included from HasAttributes
Constructor Details
This class inherits a constructor from Lutaml::Uml::TopElement
Instance Attribute Details
#effect ⇒ Object
Returns the value of attribute effect.
9 10 11 |
# File 'lib/lutaml/uml/transition.rb', line 9 def effect @effect end |
#guard ⇒ Object
Returns the value of attribute guard.
9 10 11 |
# File 'lib/lutaml/uml/transition.rb', line 9 def guard @guard end |
#source ⇒ Object
Returns the value of attribute source.
9 10 11 |
# File 'lib/lutaml/uml/transition.rb', line 9 def source @source end |
#target ⇒ Object
Returns the value of attribute target.
9 10 11 |
# File 'lib/lutaml/uml/transition.rb', line 9 def target @target end |