Class: Transition

Inherits:
Object
  • Object
show all
Defined in:
lib/MINT-scxml/scxml-parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#condObject

Returns the value of attribute cond.



13
14
15
# File 'lib/MINT-scxml/scxml-parser.rb', line 13

def cond
  @cond
end

#eventObject

Returns the value of attribute event.



13
14
15
# File 'lib/MINT-scxml/scxml-parser.rb', line 13

def event
  @event
end

#targetObject

Returns the value of attribute target.



13
14
15
# File 'lib/MINT-scxml/scxml-parser.rb', line 13

def target
  @target
end