Class: FinalState
Instance Attribute Summary
Attributes inherited from State
#activity_graph, #name, #stereotypes, #tagged_values
Attributes inherited from Tag
Instance Method Summary collapse
-
#initialize(xml, parent_tag) ⇒ FinalState
constructor
A new instance of FinalState.
- #to_s ⇒ Object
Methods inherited from State
#full_name, #stereotype_by_name, #tagged_value_by_name
Methods inherited from Tag
Constructor Details
#initialize(xml, parent_tag) ⇒ FinalState
Returns a new instance of FinalState.
7 8 9 |
# File 'lib/xmimodel/final_state.rb', line 7 def initialize(xml, parent_tag) super(xml, parent_tag) end |
Instance Method Details
#to_s ⇒ Object
11 12 13 |
# File 'lib/xmimodel/final_state.rb', line 11 def to_s "FinalState" end |