Class: FinalState

Inherits:
State
  • Object
show all
Defined in:
lib/xmimodel/final_state.rb

Instance Attribute Summary

Attributes inherited from State

#activity_graph, #id, #name, #stereotypes, #tagged_values, #xml

Instance Method Summary collapse

Methods inherited from State

#full_name, #stereotype_by_name, #tagged_value_by_name

Constructor Details

#initialize(xml, activity_graph) ⇒ FinalState

Returns a new instance of FinalState.



5
6
7
# File 'lib/xmimodel/final_state.rb', line 5

def initialize(xml, activity_graph)
	super(xml, activity_graph)
end

Instance Method Details

#to_sObject



9
10
11
# File 'lib/xmimodel/final_state.rb', line 9

def to_s
	"FinalState"
end