Class: Lutaml::Uml::State
- Inherits:
-
Vertex
- Object
- TopElement
- Vertex
- Lutaml::Uml::State
- Defined in:
- lib/lutaml/uml/state.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#do_activity ⇒ Object
Returns the value of attribute do_activity.
-
#entry ⇒ Object
Returns the value of attribute entry.
-
#exit ⇒ Object
Returns the value of attribute exit.
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
#do_activity ⇒ Object
Returns the value of attribute do_activity.
9 10 11 |
# File 'lib/lutaml/uml/state.rb', line 9 def do_activity @do_activity end |
#entry ⇒ Object
Returns the value of attribute entry.
9 10 11 |
# File 'lib/lutaml/uml/state.rb', line 9 def entry @entry end |
#exit ⇒ Object
Returns the value of attribute exit.
9 10 11 |
# File 'lib/lutaml/uml/state.rb', line 9 def exit @exit end |