Copied: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Log.java (from r945179, commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Log.java) URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Log.java?p2=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Log.java&p1=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Log.java&r1=945179&r2=945649&rev=945649&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Log.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Log.java Tue May 18 13:42:16 2010 @@ -4,7 +4,7 @@ * * $Id$ */ -package org.apache.commons.scxml; +package org.apache.commons.scxml.modeling; /** @@ -15,13 +15,13 @@ package org.apache.commons.scxml; * <p> * The following features are supported: * <ul> - * <li>{...@link org.apache.commons.scxml.Log#getLabel <em>Label</em>}</li> - * <li>{...@link org.apache.commons.scxml.Log#getExpr <em>Expr</em>}</li> - * <li>{...@link org.apache.commons.scxml.Log#getLevel <em>Level</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Log#getLabel <em>Label</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Log#getExpr <em>Expr</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Log#getLevel <em>Level</em>}</li> * </ul> * </p> * - * @see org.apache.commons.scxml.ScxmlPackage#getLog() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getLog() * @model * @generated */ @@ -36,14 +36,14 @@ public interface Log extends ExecutableC * <!-- end-user-doc --> * @return the value of the '<em>Label</em>' attribute. * @see #setLabel(String) - * @see org.apache.commons.scxml.ScxmlPackage#getLog_Label() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getLog_Label() * @model * @generated */ String getLabel(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.Log#getLabel <em>Label</em>}' attribute. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.Log#getLabel <em>Label</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Label</em>' attribute. @@ -62,14 +62,14 @@ public interface Log extends ExecutableC * <!-- end-user-doc --> * @return the value of the '<em>Expr</em>' attribute. * @see #setExpr(String) - * @see org.apache.commons.scxml.ScxmlPackage#getLog_Expr() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getLog_Expr() * @model * @generated */ String getExpr(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.Log#getExpr <em>Expr</em>}' attribute. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.Log#getExpr <em>Expr</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Expr</em>' attribute. @@ -88,14 +88,14 @@ public interface Log extends ExecutableC * <!-- end-user-doc --> * @return the value of the '<em>Level</em>' attribute. * @see #setLevel(String) - * @see org.apache.commons.scxml.ScxmlPackage#getLog_Level() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getLog_Level() * @model * @generated */ String getLevel(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.Log#getLevel <em>Level</em>}' attribute. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.Log#getLevel <em>Level</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Level</em>' attribute.
Copied: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/NamedElement.java (from r945179, commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/NamedElement.java) URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/NamedElement.java?p2=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/NamedElement.java&p1=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/NamedElement.java&r1=945179&r2=945649&rev=945649&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/NamedElement.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/NamedElement.java Tue May 18 13:42:16 2010 @@ -4,7 +4,7 @@ * * $Id$ */ -package org.apache.commons.scxml; +package org.apache.commons.scxml.modeling; import org.eclipse.emf.common.util.EList; @@ -18,20 +18,20 @@ import org.eclipse.emf.ecore.EObject; * <p> * The following features are supported: * <ul> - * <li>{...@link org.apache.commons.scxml.NamedElement#getSourceConnection <em>Source Connection</em>}</li> - * <li>{...@link org.apache.commons.scxml.NamedElement#getTargetConnection <em>Target Connection</em>}</li> - * <li>{...@link org.apache.commons.scxml.NamedElement#getDataModel <em>Data Model</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.NamedElement#getSourceConnection <em>Source Connection</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.NamedElement#getTargetConnection <em>Target Connection</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.NamedElement#getDataModel <em>Data Model</em>}</li> * </ul> * </p> * - * @see org.apache.commons.scxml.ScxmlPackage#getNamedElement() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getNamedElement() * @model * @generated */ public interface NamedElement extends EObject { /** * Returns the value of the '<em><b>Source Connection</b></em>' containment reference list. - * The list contents are of type {...@link org.apache.commons.scxml.Translation}. + * The list contents are of type {...@link org.apache.commons.scxml.modeling.Translation}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Source Connection</em>' containment reference list isn't clear, @@ -39,7 +39,7 @@ public interface NamedElement extends EO * </p> * <!-- end-user-doc --> * @return the value of the '<em>Source Connection</em>' containment reference list. - * @see org.apache.commons.scxml.ScxmlPackage#getNamedElement_SourceConnection() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getNamedElement_SourceConnection() * @model type="org.apache.commons.scxml.Translation" containment="true" * @generated */ @@ -47,7 +47,7 @@ public interface NamedElement extends EO /** * Returns the value of the '<em><b>Target Connection</b></em>' containment reference list. - * The list contents are of type {...@link org.apache.commons.scxml.Translation}. + * The list contents are of type {...@link org.apache.commons.scxml.modeling.Translation}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Target Connection</em>' containment reference list isn't clear, @@ -55,7 +55,7 @@ public interface NamedElement extends EO * </p> * <!-- end-user-doc --> * @return the value of the '<em>Target Connection</em>' containment reference list. - * @see org.apache.commons.scxml.ScxmlPackage#getNamedElement_TargetConnection() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getNamedElement_TargetConnection() * @model type="org.apache.commons.scxml.Translation" containment="true" * @generated */ @@ -63,7 +63,7 @@ public interface NamedElement extends EO /** * Returns the value of the '<em><b>Data Model</b></em>' containment reference list. - * The list contents are of type {...@link org.apache.commons.scxml.DataModel}. + * The list contents are of type {...@link org.apache.commons.scxml.modeling.DataModel}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Data Model</em>' containment reference list isn't clear, @@ -71,7 +71,7 @@ public interface NamedElement extends EO * </p> * <!-- end-user-doc --> * @return the value of the '<em>Data Model</em>' containment reference list. - * @see org.apache.commons.scxml.ScxmlPackage#getNamedElement_DataModel() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getNamedElement_DataModel() * @model type="org.apache.commons.scxml.DataModel" containment="true" * @generated */ Copied: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/OnEntry.java (from r945179, commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/OnEntry.java) URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/OnEntry.java?p2=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/OnEntry.java&p1=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/OnEntry.java&r1=945179&r2=945649&rev=945649&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/OnEntry.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/OnEntry.java Tue May 18 13:42:16 2010 @@ -4,7 +4,7 @@ * * $Id$ */ -package org.apache.commons.scxml; +package org.apache.commons.scxml.modeling; import org.eclipse.emf.common.util.EList; @@ -18,19 +18,19 @@ import org.eclipse.emf.ecore.EObject; * <p> * The following features are supported: * <ul> - * <li>{...@link org.apache.commons.scxml.OnEntry#getExecutableContext <em>Executable Context</em>}</li> - * <li>{...@link org.apache.commons.scxml.OnEntry#getScript <em>Script</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.OnEntry#getExecutableContext <em>Executable Context</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.OnEntry#getScript <em>Script</em>}</li> * </ul> * </p> * - * @see org.apache.commons.scxml.ScxmlPackage#getOnEntry() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getOnEntry() * @model * @generated */ public interface OnEntry extends EObject { /** * Returns the value of the '<em><b>Executable Context</b></em>' containment reference list. - * The list contents are of type {...@link org.apache.commons.scxml.ExecutableContent}. + * The list contents are of type {...@link org.apache.commons.scxml.modeling.ExecutableContent}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Executable Context</em>' containment reference list isn't clear, @@ -38,7 +38,7 @@ public interface OnEntry extends EObject * </p> * <!-- end-user-doc --> * @return the value of the '<em>Executable Context</em>' containment reference list. - * @see org.apache.commons.scxml.ScxmlPackage#getOnEntry_ExecutableContext() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getOnEntry_ExecutableContext() * @model type="org.apache.commons.scxml.ExecutableContent" containment="true" * @generated */ @@ -54,14 +54,14 @@ public interface OnEntry extends EObject * <!-- end-user-doc --> * @return the value of the '<em>Script</em>' containment reference. * @see #setScript(Script) - * @see org.apache.commons.scxml.ScxmlPackage#getOnEntry_Script() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getOnEntry_Script() * @model containment="true" * @generated */ Script getScript(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.OnEntry#getScript <em>Script</em>}' containment reference. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.OnEntry#getScript <em>Script</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Script</em>' containment reference. Copied: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/OnExit.java (from r945179, commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/OnExit.java) URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/OnExit.java?p2=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/OnExit.java&p1=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/OnExit.java&r1=945179&r2=945649&rev=945649&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/OnExit.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/OnExit.java Tue May 18 13:42:16 2010 @@ -4,7 +4,7 @@ * * $Id$ */ -package org.apache.commons.scxml; +package org.apache.commons.scxml.modeling; import org.eclipse.emf.common.util.EList; @@ -18,19 +18,19 @@ import org.eclipse.emf.ecore.EObject; * <p> * The following features are supported: * <ul> - * <li>{...@link org.apache.commons.scxml.OnExit#getExecutableContext <em>Executable Context</em>}</li> - * <li>{...@link org.apache.commons.scxml.OnExit#getScript <em>Script</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.OnExit#getExecutableContext <em>Executable Context</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.OnExit#getScript <em>Script</em>}</li> * </ul> * </p> * - * @see org.apache.commons.scxml.ScxmlPackage#getOnExit() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getOnExit() * @model * @generated */ public interface OnExit extends EObject { /** * Returns the value of the '<em><b>Executable Context</b></em>' containment reference list. - * The list contents are of type {...@link org.apache.commons.scxml.ExecutableContent}. + * The list contents are of type {...@link org.apache.commons.scxml.modeling.ExecutableContent}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Executable Context</em>' containment reference list isn't clear, @@ -38,7 +38,7 @@ public interface OnExit extends EObject * </p> * <!-- end-user-doc --> * @return the value of the '<em>Executable Context</em>' containment reference list. - * @see org.apache.commons.scxml.ScxmlPackage#getOnExit_ExecutableContext() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getOnExit_ExecutableContext() * @model type="org.apache.commons.scxml.ExecutableContent" containment="true" * @generated */ @@ -54,14 +54,14 @@ public interface OnExit extends EObject * <!-- end-user-doc --> * @return the value of the '<em>Script</em>' containment reference. * @see #setScript(Script) - * @see org.apache.commons.scxml.ScxmlPackage#getOnExit_Script() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getOnExit_Script() * @model containment="true" * @generated */ Script getScript(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.OnExit#getScript <em>Script</em>}' containment reference. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.OnExit#getScript <em>Script</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Script</em>' containment reference. Copied: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Parallel.java (from r945179, commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Parallel.java) URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Parallel.java?p2=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Parallel.java&p1=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Parallel.java&r1=945179&r2=945649&rev=945649&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Parallel.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Parallel.java Tue May 18 13:42:16 2010 @@ -4,7 +4,7 @@ * * $Id$ */ -package org.apache.commons.scxml; +package org.apache.commons.scxml.modeling; import org.eclipse.emf.common.util.EList; @@ -16,17 +16,17 @@ import org.eclipse.emf.common.util.EList * <p> * The following features are supported: * <ul> - * <li>{...@link org.apache.commons.scxml.Parallel#getId <em>Id</em>}</li> - * <li>{...@link org.apache.commons.scxml.Parallel#getOnEntry <em>On Entry</em>}</li> - * <li>{...@link org.apache.commons.scxml.Parallel#getOnExit <em>On Exit</em>}</li> - * <li>{...@link org.apache.commons.scxml.Parallel#getParallel <em>Parallel</em>}</li> - * <li>{...@link org.apache.commons.scxml.Parallel#getState <em>State</em>}</li> - * <li>{...@link org.apache.commons.scxml.Parallel#getHistoryState <em>History State</em>}</li> - * <li>{...@link org.apache.commons.scxml.Parallel#getAnchor <em>Anchor</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Parallel#getId <em>Id</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Parallel#getOnEntry <em>On Entry</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Parallel#getOnExit <em>On Exit</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Parallel#getParallel <em>Parallel</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Parallel#getState <em>State</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Parallel#getHistoryState <em>History State</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Parallel#getAnchor <em>Anchor</em>}</li> * </ul> * </p> * - * @see org.apache.commons.scxml.ScxmlPackage#getParallel() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParallel() * @model * @generated */ @@ -41,14 +41,14 @@ public interface Parallel extends NamedE * <!-- end-user-doc --> * @return the value of the '<em>Id</em>' attribute. * @see #setId(String) - * @see org.apache.commons.scxml.ScxmlPackage#getParallel_Id() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParallel_Id() * @model * @generated */ String getId(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.Parallel#getId <em>Id</em>}' attribute. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.Parallel#getId <em>Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Id</em>' attribute. @@ -67,14 +67,14 @@ public interface Parallel extends NamedE * <!-- end-user-doc --> * @return the value of the '<em>On Entry</em>' containment reference. * @see #setOnEntry(OnEntry) - * @see org.apache.commons.scxml.ScxmlPackage#getParallel_OnEntry() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParallel_OnEntry() * @model containment="true" * @generated */ OnEntry getOnEntry(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.Parallel#getOnEntry <em>On Entry</em>}' containment reference. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.Parallel#getOnEntry <em>On Entry</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>On Entry</em>' containment reference. @@ -93,14 +93,14 @@ public interface Parallel extends NamedE * <!-- end-user-doc --> * @return the value of the '<em>On Exit</em>' containment reference. * @see #setOnExit(OnExit) - * @see org.apache.commons.scxml.ScxmlPackage#getParallel_OnExit() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParallel_OnExit() * @model containment="true" * @generated */ OnExit getOnExit(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.Parallel#getOnExit <em>On Exit</em>}' containment reference. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.Parallel#getOnExit <em>On Exit</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>On Exit</em>' containment reference. @@ -111,7 +111,7 @@ public interface Parallel extends NamedE /** * Returns the value of the '<em><b>Parallel</b></em>' containment reference list. - * The list contents are of type {...@link org.apache.commons.scxml.Parallel}. + * The list contents are of type {...@link org.apache.commons.scxml.modeling.Parallel}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Parallel</em>' containment reference list isn't clear, @@ -119,7 +119,7 @@ public interface Parallel extends NamedE * </p> * <!-- end-user-doc --> * @return the value of the '<em>Parallel</em>' containment reference list. - * @see org.apache.commons.scxml.ScxmlPackage#getParallel_Parallel() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParallel_Parallel() * @model type="org.apache.commons.scxml.Parallel" containment="true" * @generated */ @@ -127,7 +127,7 @@ public interface Parallel extends NamedE /** * Returns the value of the '<em><b>State</b></em>' containment reference list. - * The list contents are of type {...@link org.apache.commons.scxml.State}. + * The list contents are of type {...@link org.apache.commons.scxml.modeling.State}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>State</em>' containment reference list isn't clear, @@ -135,7 +135,7 @@ public interface Parallel extends NamedE * </p> * <!-- end-user-doc --> * @return the value of the '<em>State</em>' containment reference list. - * @see org.apache.commons.scxml.ScxmlPackage#getParallel_State() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParallel_State() * @model type="org.apache.commons.scxml.State" containment="true" * @generated */ @@ -143,7 +143,7 @@ public interface Parallel extends NamedE /** * Returns the value of the '<em><b>History State</b></em>' containment reference list. - * The list contents are of type {...@link org.apache.commons.scxml.HistoryState}. + * The list contents are of type {...@link org.apache.commons.scxml.modeling.HistoryState}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>History State</em>' containment reference list isn't clear, @@ -151,7 +151,7 @@ public interface Parallel extends NamedE * </p> * <!-- end-user-doc --> * @return the value of the '<em>History State</em>' containment reference list. - * @see org.apache.commons.scxml.ScxmlPackage#getParallel_HistoryState() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParallel_HistoryState() * @model type="org.apache.commons.scxml.HistoryState" containment="true" * @generated */ @@ -159,7 +159,7 @@ public interface Parallel extends NamedE /** * Returns the value of the '<em><b>Anchor</b></em>' containment reference list. - * The list contents are of type {...@link org.apache.commons.scxml.Anchor}. + * The list contents are of type {...@link org.apache.commons.scxml.modeling.Anchor}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Anchor</em>' containment reference list isn't clear, @@ -167,7 +167,7 @@ public interface Parallel extends NamedE * </p> * <!-- end-user-doc --> * @return the value of the '<em>Anchor</em>' containment reference list. - * @see org.apache.commons.scxml.ScxmlPackage#getParallel_Anchor() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParallel_Anchor() * @model type="org.apache.commons.scxml.Anchor" containment="true" * @generated */ Copied: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Param.java (from r945179, commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Param.java) URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Param.java?p2=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Param.java&p1=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Param.java&r1=945179&r2=945649&rev=945649&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Param.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Param.java Tue May 18 13:42:16 2010 @@ -4,7 +4,7 @@ * * $Id$ */ -package org.apache.commons.scxml; +package org.apache.commons.scxml.modeling; /** @@ -15,12 +15,12 @@ package org.apache.commons.scxml; * <p> * The following features are supported: * <ul> - * <li>{...@link org.apache.commons.scxml.Param#getName <em>Name</em>}</li> - * <li>{...@link org.apache.commons.scxml.Param#getExpr <em>Expr</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Param#getName <em>Name</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Param#getExpr <em>Expr</em>}</li> * </ul> * </p> * - * @see org.apache.commons.scxml.ScxmlPackage#getParam() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParam() * @model * @generated */ @@ -35,14 +35,14 @@ public interface Param extends Executabl * <!-- end-user-doc --> * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) - * @see org.apache.commons.scxml.ScxmlPackage#getParam_Name() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParam_Name() * @model * @generated */ String getName(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.Param#getName <em>Name</em>}' attribute. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.Param#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Name</em>' attribute. @@ -61,14 +61,14 @@ public interface Param extends Executabl * <!-- end-user-doc --> * @return the value of the '<em>Expr</em>' attribute. * @see #setExpr(String) - * @see org.apache.commons.scxml.ScxmlPackage#getParam_Expr() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getParam_Expr() * @model * @generated */ String getExpr(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.Param#getExpr <em>Expr</em>}' attribute. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.Param#getExpr <em>Expr</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Expr</em>' attribute. Copied: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Raise.java (from r945179, commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Raise.java) URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Raise.java?p2=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Raise.java&p1=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Raise.java&r1=945179&r2=945649&rev=945649&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Raise.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Raise.java Tue May 18 13:42:16 2010 @@ -4,7 +4,7 @@ * * $Id$ */ -package org.apache.commons.scxml; +package org.apache.commons.scxml.modeling; /** @@ -15,11 +15,11 @@ package org.apache.commons.scxml; * <p> * The following features are supported: * <ul> - * <li>{...@link org.apache.commons.scxml.Raise#getEvent <em>Event</em>}</li> + * <li>{...@link org.apache.commons.scxml.modeling.Raise#getEvent <em>Event</em>}</li> * </ul> * </p> * - * @see org.apache.commons.scxml.ScxmlPackage#getRaise() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getRaise() * @model * @generated */ @@ -34,14 +34,14 @@ public interface Raise extends Executabl * <!-- end-user-doc --> * @return the value of the '<em>Event</em>' attribute. * @see #setEvent(String) - * @see org.apache.commons.scxml.ScxmlPackage#getRaise_Event() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getRaise_Event() * @model * @generated */ String getEvent(); /** - * Sets the value of the '{...@link org.apache.commons.scxml.Raise#getEvent <em>Event</em>}' attribute. + * Sets the value of the '{...@link org.apache.commons.scxml.modeling.Raise#getEvent <em>Event</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Event</em>' attribute. Copied: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Script.java (from r945179, commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Script.java) URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Script.java?p2=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Script.java&p1=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Script.java&r1=945179&r2=945649&rev=945649&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/Script.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/Script.java Tue May 18 13:42:16 2010 @@ -4,7 +4,7 @@ * * $Id$ */ -package org.apache.commons.scxml; +package org.apache.commons.scxml.modeling; import org.eclipse.emf.ecore.EObject; @@ -14,7 +14,7 @@ import org.eclipse.emf.ecore.EObject; * <!-- end-user-doc --> * * - * @see org.apache.commons.scxml.ScxmlPackage#getScript() + * @see org.apache.commons.scxml.modeling.ScxmlPackage#getScript() * @model * @generated */ Copied: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/ScxmlFactory.java (from r945179, commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/ScxmlFactory.java) URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/ScxmlFactory.java?p2=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/ScxmlFactory.java&p1=commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/ScxmlFactory.java&r1=945179&r2=945649&rev=945649&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/ScxmlFactory.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/src/org/apache/commons/scxml/modeling/ScxmlFactory.java Tue May 18 13:42:16 2010 @@ -4,7 +4,7 @@ * * $Id$ */ -package org.apache.commons.scxml; +package org.apache.commons.scxml.modeling; import org.eclipse.emf.ecore.EFactory; @@ -13,7 +13,7 @@ import org.eclipse.emf.ecore.EFactory; * The <b>Factory</b> for the model. * It provides a create method for each non-abstract class of the model. * <!-- end-user-doc --> - * @see org.apache.commons.scxml.ScxmlPackage + * @see org.apache.commons.scxml.modeling.ScxmlPackage * @generated */ public interface ScxmlFactory extends EFactory { @@ -23,7 +23,7 @@ public interface ScxmlFactory extends EF * <!-- end-user-doc --> * @generated */ - ScxmlFactory eINSTANCE = org.apache.commons.scxml.impl.ScxmlFactoryImpl.init(); + ScxmlFactory eINSTANCE = org.apache.commons.scxml.modeling.impl.ScxmlFactoryImpl.init(); /** * Returns a new object of class '<em>Named Element</em>'.
