Example usage for org.apache.commons.scxml.model Action subclass-usage

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

Introduction

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

Usage

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

/**
 * Marshall Peters
 * Date: 9/15/14
 */
public class Transform extends Action {

From source file org.finra.datagenerator.engine.scxml.tags.boundary.action.BoundaryAction.java

/**
 *  Action for all types
 */
public class BoundaryAction extends Action {

    private String name;

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

/**
 * Marshall Peters
 * Date: 9/4/14
 */
public class NegativeAssign extends Action {

From source file com.headstrong.fusion.statemachine.action.SCXMLCustomAction.java

/**
 * Apache SCXML Custom Action class.
 */
public class SCXMLCustomAction extends Action {
    /**
     * 

From source file de.dfki.iui.mmds.scxml.engine.customactions.Raise.java

public class Raise extends Action {

    private static final long serialVersionUID = 1L;

    private String event;

From source file alma.acs.nc.sm.generic.AcsScxmlDispatchingAction.java

/**
 * Action implementation class to be instantiated by the SCXML framework.
 * Forwards the execute call to the user-supplied dispatcher,
 * from where it goes to user-instantiated action impl objects.
 * <p>
 * The idea is to overcome Apache SCXML's limitation that action handlers