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

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

Introduction

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

The text is from its open source code.

Constructor

TransitionTarget()
Constructor.

Method

StringgetId()
Get the identifier for this transition target (may be null).
OnEntrygetOnEntry()
Get the onentry property.
TransitionTargetgetParent()
Get the parent TransitionTarget.
ListgetTransitionsList()
Get the outgoing transitions for this state as a java.util.List.
voidsetId(final String id)
Set the identifier for this transition target.