Uses of Interface
org.apache.commons.scxml.SCXMLSemantics

Packages that use SCXMLSemantics
org.apache.commons.scxml The Commons SCXML executor and core concepts. 
org.apache.commons.scxml.semantics A collection of classes responsible for implementations of the org.apache.commons.scxml.SCXMLSemantics interface. 
 

Uses of SCXMLSemantics in org.apache.commons.scxml
 

Constructors in org.apache.commons.scxml with parameters of type SCXMLSemantics
SCXMLExecutor(Evaluator expEvaluator, EventDispatcher evtDisp, ErrorReporter errRep, SCXMLSemantics semantics)
          Constructor.
 

Uses of SCXMLSemantics in org.apache.commons.scxml.semantics
 

Classes in org.apache.commons.scxml.semantics that implement SCXMLSemantics
 class SCXMLSemanticsImpl
          This class encapsulates a particular SCXML semantics, that is, a particular semantic interpretation of Harel Statecharts, which aligns mostly with W3C SCXML July 5 public draft (that is, UML 1.5).
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.