class UIC::Application::StateMachine::UIC::Application::StateMachine::VisualAction::UIC::Application::StateMachine::UIC::Application::StateMachine::VisualAction::UIC::Application::StateMachine::VisualAction::Generic
Attributes
el[R]
@return [Nokogiri::XML::Element] the Nokogiri
element representing this action in the `.uia`.
owner[R]
@return [VisualState,VisualTransition] the visual state or transition wrapping this action.
Public Class Methods
new(el,owner)
click to toggle source
TODO: xmlattributes
# File lib/ruic/statemachine.rb, line 228 def initialize(el,owner) @el = el @owner = owner @machine = owner.machine end