Class: Lutaml::Uml::State

Inherits:
Vertex show all
Defined in:
lib/lutaml/uml/state.rb

Direct Known Subclasses

FinalState

Instance Attribute Summary collapse

Attributes inherited from TopElement

#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid

Method Summary

Methods inherited from TopElement

#full_name, #initialize

Methods included from HasAttributes

#update_attributes

Constructor Details

This class inherits a constructor from Lutaml::Uml::TopElement

Instance Attribute Details

#do_activityObject

Returns the value of attribute do_activity.



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

def do_activity
  @do_activity
end

#entryObject

Returns the value of attribute entry.



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

def entry
  @entry
end

#exitObject

Returns the value of attribute exit.



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

def exit
  @exit
end