Example usage for org.apache.commons.scxml SCXMLExecutor subclass-usage

List of usage examples for org.apache.commons.scxml SCXMLExecutor subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.scxml SCXMLExecutor subclass-usage.

Usage

From source file org.finra.datagenerator.engine.scxml.SCXMLFrontier.java

/**
 * Frontier implementation for generating data with SCXML state machine models.
 */
public class SCXMLFrontier extends SCXMLExecutor implements Frontier {

    private final PossibleState root;

From source file org.finra.datagenerator.engine.negscxml.NegSCXMLCommons.java

/**
 * Marshall Peters
 * Date: 9/10/14
 */
public class NegSCXMLCommons extends SCXMLExecutor {

From source file org.finra.datagenerator.engine.scxml.SCXMLEngine.java

/**
 * Engine implementation for generating data with SCXML state machine models.
 */
public class SCXMLEngine extends SCXMLExecutor implements Engine {
    private SCXML model;
    private int bootStrapMin;