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

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

Introduction

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

The text is from its open source code.

Method

StringgetId()
Get the name for this state machine.
TransitionTargetgetInitialTarget()
Get the initial TransitionTarget.
MapgetTargets()
Get the targets map, which is a Map of all States and Parallels associated with this state machine, keyed by their id.