Java org.apache.commons.scxml2 SCXMLExecutor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.scxml2 SCXMLExecutor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.scxml2 SCXMLExecutor.

The text is from its open source code.

Constructor

Method

ContextgetRootContext()
Get the root context for the state machine execution.
voidgo()
Initiate state machine execution.
voidsetRootContext(final Context rootContext)
Set the root context for the state machine execution.
voidsetStateMachine(final SCXML stateMachine)
Set or replace the state machine to be executed

If the state machine instance has been initialized before, it will be initialized again, destroying all existing state!