List of usage examples for org.apache.commons.scxml.env AbstractStateMachine subclass-usage
From source file org.mitre.eren.model.RssResource.java
/** * * @author JWINSTON */ public class RssResource extends AbstractStateMachine { private ModelManager modelManager;
From source file org.mitre.eren.model.Person.java
/** * * @author JWINSTON */ public class Person extends AbstractStateMachine {
From source file com.mtnsat.testcode.StopWatch.java
/**
* A SCXML document driven stop watch.
*
* Using SCXML makes the StopWatch class simplistic; you are neither
* managing the stopwatch "lifecycle" nor coding any "transitions",
* that information is pulled in straight from the behavioral model
From source file org.mitre.eren.model.Pod.java
/** * * @author JWINSTON */ public class Pod extends AbstractStateMachine implements EDXLRMConstants {