You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2005/10/19 04:34:05 UTC

svn commit: r326334 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics: SCXMLSemanticsImpl.java package.html

Author: rahul
Date: Tue Oct 18 19:34:02 2005
New Revision: 326334

URL: http://svn.apache.org/viewcvs?rev=326334&view=rev
Log:
Add package description and remove cruft in method signature.


Added:
    jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/package.html   (with props)
Modified:
    jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java

Modified: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java?rev=326334&r1=326333&r2=326334&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java (original)
+++ jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java Tue Oct 18 19:34:02 2005
@@ -800,7 +800,7 @@
      * TransitionTargetComparator factory method.
      * @return Comparator The TransitionTarget comparator
      */
-    protected final Comparator getTTComparator() {
+    protected Comparator getTTComparator() {
         return targetComparator;
     }
 

Added: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/package.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/package.html?rev=326334&view=auto
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/package.html (added)
+++ jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/package.html Tue Oct 18 19:34:02 2005
@@ -0,0 +1,44 @@
+<html>
+<!-- 
+ *
+ *    
+ *   Copyright 2005 The Apache Software Foundation.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ *
+ *
+-->
+<head>
+</head>
+<body>
+
+ <p>A collection of classes responsible for implementations of the
+ <code>org.apache.commons.scxml.SCXMLSemantics</code> interface.</p>
+
+ <p>Some possible semantic interpretations are, for example:</p>
+
+ <ul>
+  <li>STATEMATE
+  <li>RHAPSODY
+  <li>ROOMCharts
+  <li>UML 1.5
+  <li>UML 2.0
+ </ul>
+
+ <p>Specific semantics can be created by subclassing
+ <code>org.apache.commons.scxml.semantics.SCXMLSemanticsImpl</code>,
+ which is the default implementation used.</p>
+
+</body>
+</html>

Propchange: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/package.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/package.html
------------------------------------------------------------------------------
    svn:mime-type = text/html



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org