Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 42610 invoked from network); 19 Oct 2005 02:10:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2005 02:10:04 -0000 Received: (qmail 98465 invoked by uid 500); 19 Oct 2005 02:10:02 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 98120 invoked by uid 500); 19 Oct 2005 02:10:00 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 98097 invoked by uid 500); 19 Oct 2005 02:10:00 -0000 Received: (qmail 98093 invoked by uid 99); 19 Oct 2005 02:09:59 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 18 Oct 2005 19:09:59 -0700 Received: (qmail 42394 invoked by uid 65534); 19 Oct 2005 02:09:39 -0000 Message-ID: <20051019020939.42386.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r326324 - /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/ Date: Wed, 19 Oct 2005 02:09:39 -0000 To: commons-cvs@jakarta.apache.org From: rahul@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rahul Date: Tue Oct 18 19:09:35 2005 New Revision: 326324 URL: http://svn.apache.org/viewcvs?rev=326324&view=rev Log: A collection of classes responsible for implementations of the org.apache.commons.scxml.SCXMLSemantics interface (which will materialize in the next few commits). Some possible semantics interpretations are, for example: * STATEMATE * RHAPSODY * ROOMCharts * UML 1.5 * UML 2.0 Specific semantics may be created by subclassing org.apache.commons.scxml.semantics.SCXMLSemanticsImpl, which will be the default implementation used. Added: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org