Author: ate
Date: Fri Mar 14 01:26:24 2014
New Revision: 1577405
URL: http://svn.apache.org/r1577405
Log:
SCXML-196: rename initialScript to globalScript and no need to wrap the
globalScript in an artificial Transition and State
Modified:
commons/proper/scxml/trunk/src/main/java/org/apache/
.ModelException;
import org.apache.commons.scxml2.model.SCXML;
-import org.apache.commons.scxml2.model.TransitionTarget;
/**
- * The purpose of this interface is to separate the interpretation algorithm
+ * The purpose of this interface is to separate the the
+ * http://www.w3.org/T
class will encapsulate and implement the
+ * http://www.w3.org/TR/2014/CR-scxml-20140313/#AlgorithmforSCXMLInterpretation";>
+ * W3C SCXML Algorithm for SCXML Interpretation
*
- * Specific semantics can be created by subclassing this class.
+ * Custom semantics can be created by s
Author: ate
Date: Fri Mar 14 00:28:46 2014
New Revision: 1577390
URL: http://svn.apache.org/r1577390
Log:
SCXML-196: reshuffling class methods and members in more logical order (at
least to me)
Modified:
commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/SCXMLExecutor.java
Author: ate
Date: Fri Mar 14 00:20:04 2014
New Revision: 1577387
URL: http://svn.apache.org/r1577387
Log:
SCXML-196: dropping forked SCXMLExecutor2 and SCXMLSemanticsImpl2 again as
maintaining the new and old implementation side-by-side already turns out to be
too difficult.
The large scale refa
pache/commons/scxml2/semantics/SCXMLSemanticsImpl2.java?rev=1577373&r1=1577372&r2=1577373&view=diff
==
---
commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/semantics/SCXMLSemanti
+62,7 @@ import org.apache.commons.scxml2.model.T
import org.apache.commons.scxml2.model.TransitionTarget;
/**
- * This class will encapsulates and implement the
+ * This class will encapsulate and implement the
* http://www.w3.org/TR/2014/CR-scxml-20140313/#AlgorithmforSCXMLInterpretation";>W3C
XML 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). However,
- * certain aspects are taken from STATEMATE.
- *
- * Specific semantics can be created by subclassing
Author: djones
Date: Thu Mar 13 21:40:26 2014
New Revision: 1577332
URL: http://svn.apache.org/r1577332
Log:
LANG-987: DateUtils.getFragmentInDays(Date, Calendar.MONTH) returns wrong days,
reported by Jay Xu.
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
commons/proper/lan
Author: ate
Date: Thu Mar 13 10:25:38 2014
New Revision: 1577088
URL: http://svn.apache.org/r1577088
Log:
correct indicating the W3C SCXML specification still being a Working Draft
Modified:
commons/proper/scxml/trunk/src/site/xdoc/index.xml
commons/proper/scxml/trunk/src/site/xdoc/roadma
10 matches
Mail list logo