Java org.apache.commons.scxml.model Transition fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.scxml.model Transition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.scxml.model Transition.

The text is from its open source code.

Method

ListgetActions()
Get the executable actions contained in this Executable.
StringgetCond()
Get the guard condition (may be null).
StringgetEvent()
Get the event that will trigger this transition (pending evaluation of the guard condition in favor).
TransitionTargetgetParent()
Get the TransitionTarget parent.
ListgetTargets()
Get the list of transition targets (may be an empty list).
voidsetCond(final String cond)
Set the guard condition.