diff options
author | Camille Letavernier | 2014-08-25 11:32:08 +0000 |
---|---|---|
committer | Camille Letavernier | 2014-08-25 11:32:08 +0000 |
commit | bf1614fbbf746bc637c527348cba2e2967dc87fd (patch) | |
tree | f3d9aad50e870d8ab2f4c5e18fd1303bcba1d1e6 /extraplugins/eastadl | |
parent | 446f8a7071d9d40ffb935cda21c28871c1ad28f2 (diff) | |
download | org.eclipse.papyrus-bf1614fbbf746bc637c527348cba2e2967dc87fd.tar.gz org.eclipse.papyrus-bf1614fbbf746bc637c527348cba2e2967dc87fd.tar.xz org.eclipse.papyrus-bf1614fbbf746bc637c527348cba2e2967dc87fd.zip |
[Code style] Apply clean-up profile on Extra Plug-ins
Diffstat (limited to 'extraplugins/eastadl')
811 files changed, 14505 insertions, 14387 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/src/org/eclipse/papyrus/eastadl/nattable/allocation/config/Activator.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/src/org/eclipse/papyrus/eastadl/nattable/allocation/config/Activator.java index bf09d21de95..b313ee0da83 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/src/org/eclipse/papyrus/eastadl/nattable/allocation/config/Activator.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation.config/src/org/eclipse/papyrus/eastadl/nattable/allocation/config/Activator.java @@ -22,7 +22,7 @@ public class Activator extends AbstractUIPlugin { /*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
*/
@Override
@@ -33,7 +33,7 @@ public class Activator extends AbstractUIPlugin { /*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/src/org/eclipse/papyrus/eastadl/nattable/allocation/Activator.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/src/org/eclipse/papyrus/eastadl/nattable/allocation/Activator.java index c1edfcb788c..3738744d408 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/src/org/eclipse/papyrus/eastadl/nattable/allocation/Activator.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.allocation/src/org/eclipse/papyrus/eastadl/nattable/allocation/Activator.java @@ -22,7 +22,7 @@ public class Activator extends AbstractUIPlugin { /*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
*/
@Override
@@ -33,7 +33,7 @@ public class Activator extends AbstractUIPlugin { /*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/Activator.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/Activator.java index c738b51080f..d1b529c7279 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/Activator.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/Activator.java @@ -22,7 +22,7 @@ public class Activator extends AbstractUIPlugin { /*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
*/
@Override
@@ -33,7 +33,7 @@ public class Activator extends AbstractUIPlugin { /*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/handlers/AbstractEastadlNattableCreateCommandHandler.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/handlers/AbstractEastadlNattableCreateCommandHandler.java index 3026f97afdc..4cfb841c3fa 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/handlers/AbstractEastadlNattableCreateCommandHandler.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/handlers/AbstractEastadlNattableCreateCommandHandler.java @@ -17,7 +17,7 @@ public abstract class AbstractEastadlNattableCreateCommandHandler extends * Build the create command for an element creation in the selected container.
* The create command is given by the {@link IElementEditService} of selected
* element.
- *
+ *
* @return the composite creation command for current selection
*
* </pre>
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/handlers/FunctionAllocationHandler.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/handlers/FunctionAllocationHandler.java index 206cb393ec4..5c18e05e59c 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/handlers/FunctionAllocationHandler.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable.menu/src/org/eclipse/papyrus/eastadl/nattable/menu/handlers/FunctionAllocationHandler.java @@ -8,7 +8,7 @@ public class FunctionAllocationHandler extends AbstractEastadlNattableCreateComm /**
* <pre>
* @see org.eclipse.papyrus.uml.service.types.handlers.AbstractCreateCommandHandler#getElementTypeToCreate()
- *
+ *
* @return the IElementType this handler is supposed to create
*
* </pre>
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/src/org/eclipse/papyrus/eastadl/nattable/Activator.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/src/org/eclipse/papyrus/eastadl/nattable/Activator.java index d6ec53f2253..bfb29365d34 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/src/org/eclipse/papyrus/eastadl/nattable/Activator.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/src/org/eclipse/papyrus/eastadl/nattable/Activator.java @@ -22,7 +22,7 @@ public class Activator extends AbstractUIPlugin { /*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
*/
@Override
@@ -33,7 +33,7 @@ public class Activator extends AbstractUIPlugin { /*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/src/org/eclipse/papyrus/eastadl/nattable/manager/axis/AllocateAxisManager.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/src/org/eclipse/papyrus/eastadl/nattable/manager/axis/AllocateAxisManager.java index 876deeb23e3..16f5b204607 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/src/org/eclipse/papyrus/eastadl/nattable/manager/axis/AllocateAxisManager.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.nattable/src/org/eclipse/papyrus/eastadl/nattable/manager/axis/AllocateAxisManager.java @@ -5,7 +5,6 @@ import org.eclipse.papyrus.eastadl.service.types.elements.EastadlElementTypes; import org.eclipse.papyrus.eastadl.structure.functionmodeling.FunctionAllocation;
import org.eclipse.papyrus.eastadl.structure.functionmodeling.FunctionmodelingPackage;
import org.eclipse.papyrus.uml.nattable.manager.axis.AbstractStereotypedElementUMLSynchronizedOnFeatureAxisManager;
-
import org.eclipse.uml2.uml.Abstraction;
import org.eclipse.uml2.uml.Element;
import org.eclipse.uml2.uml.util.UMLUtil;
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/src/org/eclipse/papyrus/eastadl/service/types/Activator.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/src/org/eclipse/papyrus/eastadl/service/types/Activator.java index da09a05ec5a..c4814d9408f 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/src/org/eclipse/papyrus/eastadl/service/types/Activator.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl.service.types/src/org/eclipse/papyrus/eastadl/service/types/Activator.java @@ -22,7 +22,7 @@ public class Activator extends AbstractUIPlugin { /*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
*/
@Override
@@ -33,7 +33,7 @@ public class Activator extends AbstractUIPlugin { /*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlFactory.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlFactory.java index 5da47c0310b..b731776afce 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlFactory.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlFactory.java @@ -20,7 +20,7 @@ import org.eclipse.emf.ecore.EFactory; /**
* <!-- begin-user-doc --> 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.eclipse.papyrus.eastadl.EastadlPackage
* @generated
*/
@@ -29,7 +29,7 @@ public interface EastadlFactory extends EFactory { /**
* The singleton instance of the factory.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EastadlFactory eINSTANCE = org.eclipse.papyrus.eastadl.impl.EastadlFactoryImpl.init();
@@ -37,7 +37,7 @@ public interface EastadlFactory extends EFactory { /**
* Returns the package supported by this factory.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the package supported by this factory.
* @generated
*/
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlPackage.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlPackage.java index 232636eb33e..e16dfabd66a 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlPackage.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlPackage.java @@ -28,7 +28,7 @@ import org.eclipse.emf.ecore.EPackage; * <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.EastadlFactory
* @model kind="package"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='EAST-ADL2'"
@@ -45,7 +45,7 @@ public interface EastadlPackage extends EPackage { * <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
interface Literals {
@@ -54,7 +54,7 @@ public interface EastadlPackage extends EPackage { * The meta object literal for the '<em>Dummy</em>' data type.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @see java.lang.String
* @see org.eclipse.papyrus.eastadl.impl.EastadlPackageImpl#getDummy()
* @generated
@@ -66,7 +66,7 @@ public interface EastadlPackage extends EPackage { /**
* The package name.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNAME = "eastadl";
@@ -74,7 +74,7 @@ public interface EastadlPackage extends EPackage { /**
* The package namespace URI.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_URI = "http://www.papyrusuml.org/EAST-ADL2/1";
@@ -82,7 +82,7 @@ public interface EastadlPackage extends EPackage { /**
* The package namespace name.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_PREFIX = "EAST-ADL2";
@@ -90,7 +90,7 @@ public interface EastadlPackage extends EPackage { /**
* The singleton instance of the package.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EastadlPackage eINSTANCE = org.eclipse.papyrus.eastadl.impl.EastadlPackageImpl.init();
@@ -99,7 +99,7 @@ public interface EastadlPackage extends EPackage { * The meta object id for the '<em>Dummy</em>' data type.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @see java.lang.String
* @see org.eclipse.papyrus.eastadl.impl.EastadlPackageImpl#getDummy()
* @generated
@@ -110,7 +110,7 @@ public interface EastadlPackage extends EPackage { * Returns the meta object for data type '{@link java.lang.String <em>Dummy</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for data type '<em>Dummy</em>'.
* @see java.lang.String
* @model instanceClass="java.lang.String"
@@ -122,7 +122,7 @@ public interface EastadlPackage extends EPackage { * Returns the factory that creates the instances of the model.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @return the factory that creates the instances of the model.
* @generated
*/
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/AnnexFactory.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/AnnexFactory.java index ebbe3c04ce6..e758c275b0b 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/AnnexFactory.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/AnnexFactory.java @@ -22,7 +22,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.eclipse.papyrus.eastadl.annex.AnnexPackage * @generated */ @@ -31,7 +31,7 @@ public interface AnnexFactory extends EFactory { * The singleton instance of the factory. * <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @generated */ AnnexFactory eINSTANCE = org.eclipse.papyrus.eastadl.annex.impl.AnnexFactoryImpl.init(); @@ -40,7 +40,7 @@ public interface AnnexFactory extends EFactory { * Returns the package supported by this factory. * <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @return the package supported by this factory. * @generated */ diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/AnnexPackage.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/AnnexPackage.java index 25524716a47..fd02e3215a1 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/AnnexPackage.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/AnnexPackage.java @@ -29,7 +29,7 @@ import org.eclipse.emf.ecore.EPackage; * <li>and each data type</li> * </ul> * <!-- end-user-doc --> - * + * * @see org.eclipse.papyrus.eastadl.annex.AnnexFactory * @model kind="package" * @generated @@ -45,7 +45,7 @@ public interface AnnexPackage extends EPackage { * <li>and each data type</li> * </ul> * <!-- end-user-doc --> - * + * * @generated */ interface Literals { @@ -53,7 +53,7 @@ public interface AnnexPackage extends EPackage { * The meta object literal for the '<em>Dummy</em>' data type. * <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @see java.lang.String * @see org.eclipse.papyrus.eastadl.annex.impl.AnnexPackageImpl#getDummy() * @generated @@ -66,7 +66,7 @@ public interface AnnexPackage extends EPackage { * The package name. * <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @generated */ String eNAME = "annex"; @@ -75,7 +75,7 @@ public interface AnnexPackage extends EPackage { * The package namespace URI. * <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @generated */ String eNS_URI = "http://www.papyrusuml.org/EAST-ADL2/Annex/1"; @@ -84,7 +84,7 @@ public interface AnnexPackage extends EPackage { * The package namespace name. * <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @generated */ String eNS_PREFIX = "Annex"; @@ -93,7 +93,7 @@ public interface AnnexPackage extends EPackage { * The singleton instance of the package. * <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @generated */ AnnexPackage eINSTANCE = org.eclipse.papyrus.eastadl.annex.impl.AnnexPackageImpl.init(); @@ -103,7 +103,7 @@ public interface AnnexPackage extends EPackage { * The meta object id for the '<em>Dummy</em>' data type. * <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @see java.lang.String * @see org.eclipse.papyrus.eastadl.annex.impl.AnnexPackageImpl#getDummy() * @generated @@ -114,7 +114,7 @@ public interface AnnexPackage extends EPackage { * Returns the factory that creates the instances of the model. * <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @return the factory that creates the instances of the model. * @generated */ @@ -124,7 +124,7 @@ public interface AnnexPackage extends EPackage { * Returns the meta object for data type '{@link java.lang.String <em>Dummy</em>}'. * <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @return the meta object for data type '<em>Dummy</em>'. * @see java.lang.String * @model instanceClass="java.lang.String" diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/Attribute.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/Attribute.java index af28cf8c306..bfb1cd29e86 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/Attribute.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/Attribute.java @@ -32,7 +32,7 @@ public interface Attribute extends EAElement, BehaviorConstraintParameter { * If the meaning of the '<em>Is Extern Visible</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Is Extern Visible</em>' attribute.
* @see #setIsExternVisible(boolean)
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getAttribute_IsExternVisible()
@@ -45,7 +45,7 @@ public interface Attribute extends EAElement, BehaviorConstraintParameter { * Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attribute#isIsExternVisible <em>Is Extern Visible</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Is Extern Visible</em>' attribute.
* @see #isIsExternVisible()
@@ -60,7 +60,7 @@ public interface Attribute extends EAElement, BehaviorConstraintParameter { * If the meaning of the '<em>Type</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Type</em>' reference.
* @see #setType(EADatatype)
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getAttribute_Type()
@@ -73,7 +73,7 @@ public interface Attribute extends EAElement, BehaviorConstraintParameter { * Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attribute#getType <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Type</em>' reference.
* @see #getType()
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributeQuantificationconstraint.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributeQuantificationconstraint.java index f3cbac19212..804519afafb 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributeQuantificationconstraint.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributeQuantificationconstraint.java @@ -32,7 +32,7 @@ public interface AttributeQuantificationconstraint extends EAElement, BehaviorCo * If the meaning of the '<em>Attribute</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Attribute</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getAttributeQuantificationconstraint_Attribute()
* @model ordered="false"
@@ -48,7 +48,7 @@ public interface AttributeQuantificationconstraint extends EAElement, BehaviorCo * If the meaning of the '<em>Quantification</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Quantification</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getAttributeQuantificationconstraint_Quantification()
* @model ordered="false"
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributequantificationconstraintFactory.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributequantificationconstraintFactory.java index 936a528be8a..d7cc690e050 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributequantificationconstraintFactory.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributequantificationconstraintFactory.java @@ -9,7 +9,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.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage
* @generated
*/
@@ -18,7 +18,7 @@ public interface AttributequantificationconstraintFactory extends EFactory { * The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
AttributequantificationconstraintFactory eINSTANCE = org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintFactoryImpl.init();
@@ -27,7 +27,7 @@ public interface AttributequantificationconstraintFactory extends EFactory { * Returns a new object of class '<em>Attribute Quantificationconstraint</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Attribute Quantificationconstraint</em>'.
* @generated
*/
@@ -37,7 +37,7 @@ public interface AttributequantificationconstraintFactory extends EFactory { * Returns a new object of class '<em>Quantification</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Quantification</em>'.
* @generated
*/
@@ -47,7 +47,7 @@ public interface AttributequantificationconstraintFactory extends EFactory { * Returns a new object of class '<em>Behavior Attribute Binding</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Behavior Attribute Binding</em>'.
* @generated
*/
@@ -57,7 +57,7 @@ public interface AttributequantificationconstraintFactory extends EFactory { * Returns a new object of class '<em>Logical Event</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Logical Event</em>'.
* @generated
*/
@@ -67,7 +67,7 @@ public interface AttributequantificationconstraintFactory extends EFactory { * Returns a new object of class '<em>Attribute</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Attribute</em>'.
* @generated
*/
@@ -77,7 +77,7 @@ public interface AttributequantificationconstraintFactory extends EFactory { * Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the package supported by this factory.
* @generated
*/
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributequantificationconstraintPackage.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributequantificationconstraintPackage.java index d548165f3fe..4066742c3de 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributequantificationconstraintPackage.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/AttributequantificationconstraintPackage.java @@ -20,7 +20,7 @@ import org.eclipse.papyrus.eastadl.infrastructure.elements.ElementsPackage; * <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintFactory
* @model kind="package"
* @generated
@@ -30,7 +30,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNAME = "attributequantificationconstraint";
@@ -39,7 +39,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_URI = "http://www.papyrusuml.org/EAST-ADL2/Annex/AttributeQuantificationConstraint/1";
@@ -48,7 +48,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_PREFIX = "AttributeQuantificationConstraint";
@@ -57,7 +57,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
AttributequantificationconstraintPackage eINSTANCE = org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl.init();
@@ -66,7 +66,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributeQuantificationconstraintImpl <em>Attribute Quantificationconstraint</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributeQuantificationconstraintImpl
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl#getAttributeQuantificationconstraint()
* @generated
@@ -77,7 +77,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Base Named Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -87,7 +87,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -97,7 +97,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Owned Comment</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -107,7 +107,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Attribute</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -117,7 +117,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Quantification</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -127,7 +127,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The number of structural features of the '<em>Attribute Quantificationconstraint</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -137,7 +137,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The number of operations of the '<em>Attribute Quantificationconstraint</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -147,7 +147,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.QuantificationImpl <em>Quantification</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.QuantificationImpl
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl#getQuantification()
* @generated
@@ -158,7 +158,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Base Named Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -168,7 +168,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -178,7 +178,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Owned Comment</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -188,7 +188,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Type</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -198,7 +198,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Base Value Specification</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -208,7 +208,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Operand</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -218,7 +218,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The number of structural features of the '<em>Quantification</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -228,7 +228,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The number of operations of the '<em>Quantification</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -238,7 +238,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.BehaviorAttributeBindingImpl <em>Behavior Attribute Binding</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.BehaviorAttributeBindingImpl
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl#getBehaviorAttributeBinding()
* @generated
@@ -249,7 +249,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Base Named Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -259,7 +259,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -269,7 +269,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Owned Comment</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -279,7 +279,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Visible Through Function Port</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -289,7 +289,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Visible Through Hardware Pin</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -299,7 +299,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Visible Through Hardware Port</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -309,7 +309,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Attribute</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -319,7 +319,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Visible Through Anomaly</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -329,7 +329,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The number of structural features of the '<em>Behavior Attribute Binding</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -339,7 +339,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The number of operations of the '<em>Behavior Attribute Binding</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -349,7 +349,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.LogicalEventImpl <em>Logical Event</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.LogicalEventImpl
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl#getLogicalEvent()
* @generated
@@ -360,7 +360,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Base Named Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -370,7 +370,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -380,7 +380,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Owned Comment</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -390,7 +390,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Type</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -400,7 +400,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Base Value Specification</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -410,7 +410,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Operand</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -420,7 +420,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Is Extern Visible</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -430,7 +430,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Visible Through Function Port</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -440,7 +440,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The number of structural features of the '<em>Logical Event</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -450,7 +450,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The number of operations of the '<em>Logical Event</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -460,7 +460,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributeImpl <em>Attribute</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributeImpl
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl#getAttribute()
* @generated
@@ -471,7 +471,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Base Named Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -481,7 +481,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -491,7 +491,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Owned Comment</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -501,7 +501,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Is Extern Visible</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -511,7 +511,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The feature id for the '<em><b>Type</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -521,7 +521,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The number of structural features of the '<em>Attribute</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -531,7 +531,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The number of operations of the '<em>Attribute</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -542,7 +542,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributeQuantificationconstraint <em>Attribute Quantificationconstraint</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Attribute Quantificationconstraint</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributeQuantificationconstraint
* @generated
@@ -553,7 +553,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributeQuantificationconstraint#getAttribute <em>Attribute</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Attribute</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributeQuantificationconstraint#getAttribute()
* @see #getAttributeQuantificationconstraint()
@@ -565,7 +565,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributeQuantificationconstraint#getQuantification <em>Quantification</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Quantification</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributeQuantificationconstraint#getQuantification()
* @see #getAttributeQuantificationconstraint()
@@ -577,7 +577,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Quantification <em>Quantification</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Quantification</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Quantification
* @generated
@@ -588,7 +588,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Quantification#getOperand <em>Operand</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Operand</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Quantification#getOperand()
* @see #getQuantification()
@@ -600,7 +600,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding <em>Behavior Attribute Binding</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Behavior Attribute Binding</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding
* @generated
@@ -611,7 +611,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding#getVisibleThroughFunctionPort <em>Visible Through Function Port</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Visible Through Function Port</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding#getVisibleThroughFunctionPort()
* @see #getBehaviorAttributeBinding()
@@ -623,7 +623,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding#getVisibleThroughHardwarePin <em>Visible Through Hardware Pin</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Visible Through Hardware Pin</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding#getVisibleThroughHardwarePin()
* @see #getBehaviorAttributeBinding()
@@ -635,7 +635,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding#getVisibleThroughHardwarePort <em>Visible Through Hardware Port</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Visible Through Hardware Port</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding#getVisibleThroughHardwarePort()
* @see #getBehaviorAttributeBinding()
@@ -647,7 +647,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding#getAttribute <em>Attribute</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Attribute</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding#getAttribute()
* @see #getBehaviorAttributeBinding()
@@ -659,7 +659,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding#getVisibleThroughAnomaly <em>Visible Through Anomaly</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Visible Through Anomaly</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding#getVisibleThroughAnomaly()
* @see #getBehaviorAttributeBinding()
@@ -671,7 +671,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.LogicalEvent <em>Logical Event</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Logical Event</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.LogicalEvent
* @generated
@@ -682,7 +682,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the attribute '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.LogicalEvent#isIsExternVisible <em>Is Extern Visible</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Is Extern Visible</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.LogicalEvent#isIsExternVisible()
* @see #getLogicalEvent()
@@ -694,7 +694,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.LogicalEvent#getVisibleThroughFunctionPort <em>Visible Through Function Port</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Visible Through Function Port</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.LogicalEvent#getVisibleThroughFunctionPort()
* @see #getLogicalEvent()
@@ -706,7 +706,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attribute <em>Attribute</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Attribute</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attribute
* @generated
@@ -717,7 +717,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the attribute '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attribute#isIsExternVisible <em>Is Extern Visible</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Is Extern Visible</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attribute#isIsExternVisible()
* @see #getAttribute()
@@ -729,7 +729,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the meta object for the reference '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attribute#getType <em>Type</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Type</em>'.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attribute#getType()
* @see #getAttribute()
@@ -741,7 +741,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * Returns the factory that creates the instances of the model.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the factory that creates the instances of the model.
* @generated
*/
@@ -758,7 +758,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
interface Literals {
@@ -766,7 +766,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributeQuantificationconstraintImpl <em>Attribute Quantificationconstraint</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributeQuantificationconstraintImpl
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl#getAttributeQuantificationconstraint()
* @generated
@@ -777,7 +777,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Attribute</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ATTRIBUTE_QUANTIFICATIONCONSTRAINT__ATTRIBUTE = eINSTANCE.getAttributeQuantificationconstraint_Attribute();
@@ -786,7 +786,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Quantification</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ATTRIBUTE_QUANTIFICATIONCONSTRAINT__QUANTIFICATION = eINSTANCE.getAttributeQuantificationconstraint_Quantification();
@@ -795,7 +795,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.QuantificationImpl <em>Quantification</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.QuantificationImpl
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl#getQuantification()
* @generated
@@ -806,7 +806,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Operand</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference QUANTIFICATION__OPERAND = eINSTANCE.getQuantification_Operand();
@@ -815,7 +815,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.BehaviorAttributeBindingImpl <em>Behavior Attribute Binding</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.BehaviorAttributeBindingImpl
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl#getBehaviorAttributeBinding()
* @generated
@@ -826,7 +826,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Visible Through Function Port</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_ATTRIBUTE_BINDING__VISIBLE_THROUGH_FUNCTION_PORT = eINSTANCE.getBehaviorAttributeBinding_VisibleThroughFunctionPort();
@@ -835,7 +835,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Visible Through Hardware Pin</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_ATTRIBUTE_BINDING__VISIBLE_THROUGH_HARDWARE_PIN = eINSTANCE.getBehaviorAttributeBinding_VisibleThroughHardwarePin();
@@ -844,7 +844,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Visible Through Hardware Port</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_ATTRIBUTE_BINDING__VISIBLE_THROUGH_HARDWARE_PORT = eINSTANCE.getBehaviorAttributeBinding_VisibleThroughHardwarePort();
@@ -853,7 +853,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Attribute</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_ATTRIBUTE_BINDING__ATTRIBUTE = eINSTANCE.getBehaviorAttributeBinding_Attribute();
@@ -862,7 +862,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Visible Through Anomaly</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_ATTRIBUTE_BINDING__VISIBLE_THROUGH_ANOMALY = eINSTANCE.getBehaviorAttributeBinding_VisibleThroughAnomaly();
@@ -871,7 +871,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.LogicalEventImpl <em>Logical Event</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.LogicalEventImpl
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl#getLogicalEvent()
* @generated
@@ -882,7 +882,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Is Extern Visible</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LOGICAL_EVENT__IS_EXTERN_VISIBLE = eINSTANCE.getLogicalEvent_IsExternVisible();
@@ -891,7 +891,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Visible Through Function Port</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference LOGICAL_EVENT__VISIBLE_THROUGH_FUNCTION_PORT = eINSTANCE.getLogicalEvent_VisibleThroughFunctionPort();
@@ -900,7 +900,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributeImpl <em>Attribute</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributeImpl
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.impl.AttributequantificationconstraintPackageImpl#getAttribute()
* @generated
@@ -911,7 +911,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Is Extern Visible</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ATTRIBUTE__IS_EXTERN_VISIBLE = eINSTANCE.getAttribute_IsExternVisible();
@@ -920,7 +920,7 @@ public interface AttributequantificationconstraintPackage extends EPackage { * The meta object literal for the '<em><b>Type</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ATTRIBUTE__TYPE = eINSTANCE.getAttribute_Type();
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/BehaviorAttributeBinding.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/BehaviorAttributeBinding.java index 307ed147642..812dc7fb77f 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/BehaviorAttributeBinding.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/BehaviorAttributeBinding.java @@ -38,7 +38,7 @@ public interface BehaviorAttributeBinding extends Relationship { * If the meaning of the '<em>Visible Through Function Port</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Visible Through Function Port</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getBehaviorAttributeBinding_VisibleThroughFunctionPort()
* @model ordered="false"
@@ -54,7 +54,7 @@ public interface BehaviorAttributeBinding extends Relationship { * If the meaning of the '<em>Visible Through Hardware Pin</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Visible Through Hardware Pin</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getBehaviorAttributeBinding_VisibleThroughHardwarePin()
* @model ordered="false"
@@ -70,7 +70,7 @@ public interface BehaviorAttributeBinding extends Relationship { * If the meaning of the '<em>Visible Through Hardware Port</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Visible Through Hardware Port</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getBehaviorAttributeBinding_VisibleThroughHardwarePort()
* @model ordered="false"
@@ -86,7 +86,7 @@ public interface BehaviorAttributeBinding extends Relationship { * If the meaning of the '<em>Attribute</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Attribute</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getBehaviorAttributeBinding_Attribute()
* @model required="true" ordered="false"
@@ -102,7 +102,7 @@ public interface BehaviorAttributeBinding extends Relationship { * If the meaning of the '<em>Visible Through Anomaly</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Visible Through Anomaly</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getBehaviorAttributeBinding_VisibleThroughAnomaly()
* @model required="true" ordered="false"
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/LogicalEvent.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/LogicalEvent.java index bb72416bec1..8e0b7cfbb90 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/LogicalEvent.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/LogicalEvent.java @@ -31,7 +31,7 @@ public interface LogicalEvent extends Quantification { * If the meaning of the '<em>Is Extern Visible</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Is Extern Visible</em>' attribute.
* @see #setIsExternVisible(boolean)
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getLogicalEvent_IsExternVisible()
@@ -44,7 +44,7 @@ public interface LogicalEvent extends Quantification { * Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.LogicalEvent#isIsExternVisible <em>Is Extern Visible</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Is Extern Visible</em>' attribute.
* @see #isIsExternVisible()
@@ -60,7 +60,7 @@ public interface LogicalEvent extends Quantification { * If the meaning of the '<em>Visible Through Function Port</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Visible Through Function Port</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getLogicalEvent_VisibleThroughFunctionPort()
* @model ordered="false"
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/Quantification.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/Quantification.java index c3ceca3a520..a1ca09a4c47 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/Quantification.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/Quantification.java @@ -31,7 +31,7 @@ public interface Quantification extends EAElement, EAExpression { * If the meaning of the '<em>Operand</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Operand</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#getQuantification_Operand()
* @model required="true" ordered="false"
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributeImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributeImpl.java index 8051441e84c..be9d07e79a2 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributeImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributeImpl.java @@ -30,7 +30,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { * The default value of the '{@link #isIsExternVisible() <em>Is Extern Visible</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isIsExternVisible()
* @generated
* @ordered
@@ -41,7 +41,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { * The cached value of the '{@link #isIsExternVisible() <em>Is Extern Visible</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isIsExternVisible()
* @generated
* @ordered
@@ -52,7 +52,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { * The cached value of the '{@link #getType() <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getType()
* @generated
* @ordered
@@ -62,7 +62,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected AttributeImpl() {
@@ -72,7 +72,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -83,7 +83,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -94,7 +94,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -109,7 +109,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -129,7 +129,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EADatatype basicGetType() {
@@ -139,7 +139,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -154,7 +154,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -174,7 +174,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -193,7 +193,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -212,7 +212,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -229,7 +229,7 @@ public class AttributeImpl extends EAElementImpl implements Attribute { /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributeQuantificationconstraintImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributeQuantificationconstraintImpl.java index c0804008287..87146b5c1e9 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributeQuantificationconstraintImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributeQuantificationconstraintImpl.java @@ -32,7 +32,7 @@ public class AttributeQuantificationconstraintImpl extends EAElementImpl impleme * The cached value of the '{@link #getAttribute() <em>Attribute</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAttribute()
* @generated
* @ordered
@@ -43,7 +43,7 @@ public class AttributeQuantificationconstraintImpl extends EAElementImpl impleme * The cached value of the '{@link #getQuantification() <em>Quantification</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getQuantification()
* @generated
* @ordered
@@ -53,7 +53,7 @@ public class AttributeQuantificationconstraintImpl extends EAElementImpl impleme /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected AttributeQuantificationconstraintImpl() {
@@ -63,7 +63,7 @@ public class AttributeQuantificationconstraintImpl extends EAElementImpl impleme /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -74,7 +74,7 @@ public class AttributeQuantificationconstraintImpl extends EAElementImpl impleme /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -88,7 +88,7 @@ public class AttributeQuantificationconstraintImpl extends EAElementImpl impleme /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -102,7 +102,7 @@ public class AttributeQuantificationconstraintImpl extends EAElementImpl impleme /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -119,7 +119,7 @@ public class AttributeQuantificationconstraintImpl extends EAElementImpl impleme /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -141,7 +141,7 @@ public class AttributeQuantificationconstraintImpl extends EAElementImpl impleme /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -160,7 +160,7 @@ public class AttributeQuantificationconstraintImpl extends EAElementImpl impleme /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributequantificationconstraintFactoryImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributequantificationconstraintFactoryImpl.java index 7688cd79a46..3dd2c8763a7 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributequantificationconstraintFactoryImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributequantificationconstraintFactoryImpl.java @@ -19,7 +19,7 @@ import org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Quant * <!-- begin-user-doc -->
* An implementation of the model <b>Factory</b>.
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl implements AttributequantificationconstraintFactory {
@@ -27,7 +27,7 @@ public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl i * Creates the default factory implementation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static AttributequantificationconstraintFactory init() {
@@ -46,7 +46,7 @@ public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl i * Creates an instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public AttributequantificationconstraintFactoryImpl() {
@@ -56,7 +56,7 @@ public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -80,7 +80,7 @@ public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -92,7 +92,7 @@ public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -104,7 +104,7 @@ public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -116,7 +116,7 @@ public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -128,7 +128,7 @@ public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -140,7 +140,7 @@ public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -151,7 +151,7 @@ public class AttributequantificationconstraintFactoryImpl extends EFactoryImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @deprecated
* @generated
*/
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributequantificationconstraintPackageImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributequantificationconstraintPackageImpl.java index 8952e507ab8..c1acbb90417 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributequantificationconstraintPackageImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/AttributequantificationconstraintPackageImpl.java @@ -85,14 +85,14 @@ import org.eclipse.uml2.types.TypesPackage; * <!-- begin-user-doc -->
* An implementation of the model <b>Package</b>.
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class AttributequantificationconstraintPackageImpl extends EPackageImpl implements AttributequantificationconstraintPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass attributeQuantificationconstraintEClass = null;
@@ -100,7 +100,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass quantificationEClass = null;
@@ -108,7 +108,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass behaviorAttributeBindingEClass = null;
@@ -116,7 +116,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass logicalEventEClass = null;
@@ -124,7 +124,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass attributeEClass = null;
@@ -134,7 +134,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i * package URI value.
* <p>
* Note: the correct way to create the package is via the static factory method {@link #init init()}, which also performs initialization of the package, or returns the registered package, if one already exists. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.emf.ecore.EPackage.Registry
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage#eNS_URI
* @see #init()
@@ -147,7 +147,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static boolean isInited = false;
@@ -158,7 +158,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i * <p>
* This method is used to initialize {@link AttributequantificationconstraintPackage#eINSTANCE} when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #eNS_URI
* @see #createPackageContents()
* @see #initializePackageContents()
@@ -171,7 +171,8 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i // Obtain or create and register package
AttributequantificationconstraintPackageImpl theAttributequantificationconstraintPackage = (AttributequantificationconstraintPackageImpl) (EPackage.Registry.INSTANCE.get(eNS_URI) instanceof AttributequantificationconstraintPackageImpl ? EPackage.Registry.INSTANCE
- .get(eNS_URI) : new AttributequantificationconstraintPackageImpl());
+ .get(eNS_URI)
+ : new AttributequantificationconstraintPackageImpl());
isInited = true;
@@ -200,7 +201,8 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i SystemmodelingPackageImpl theSystemmodelingPackage = (SystemmodelingPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(SystemmodelingPackage.eNS_URI) instanceof SystemmodelingPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(SystemmodelingPackage.eNS_URI) : SystemmodelingPackage.eINSTANCE);
VehiclefeaturemodelingPackageImpl theVehiclefeaturemodelingPackage = (VehiclefeaturemodelingPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(VehiclefeaturemodelingPackage.eNS_URI) instanceof VehiclefeaturemodelingPackageImpl ? EPackage.Registry.INSTANCE
- .getEPackage(VehiclefeaturemodelingPackage.eNS_URI) : VehiclefeaturemodelingPackage.eINSTANCE);
+ .getEPackage(VehiclefeaturemodelingPackage.eNS_URI)
+ : VehiclefeaturemodelingPackage.eINSTANCE);
HardwaremodelingPackageImpl theHardwaremodelingPackage = (HardwaremodelingPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(HardwaremodelingPackage.eNS_URI) instanceof HardwaremodelingPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(HardwaremodelingPackage.eNS_URI) : HardwaremodelingPackage.eINSTANCE);
DependabilityPackageImpl theDependabilityPackage = (DependabilityPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(DependabilityPackage.eNS_URI) instanceof DependabilityPackageImpl ? EPackage.Registry.INSTANCE
@@ -218,7 +220,8 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i UsecasesPackageImpl theUsecasesPackage = (UsecasesPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(UsecasesPackage.eNS_URI) instanceof UsecasesPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(UsecasesPackage.eNS_URI)
: UsecasesPackage.eINSTANCE);
VerificationvalidationPackageImpl theVerificationvalidationPackage = (VerificationvalidationPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(VerificationvalidationPackage.eNS_URI) instanceof VerificationvalidationPackageImpl ? EPackage.Registry.INSTANCE
- .getEPackage(VerificationvalidationPackage.eNS_URI) : VerificationvalidationPackage.eINSTANCE);
+ .getEPackage(VerificationvalidationPackage.eNS_URI)
+ : VerificationvalidationPackage.eINSTANCE);
org.eclipse.papyrus.eastadl.requirements.requirements.impl.RequirementsPackageImpl theRequirementsPackage_1 = (org.eclipse.papyrus.eastadl.requirements.requirements.impl.RequirementsPackageImpl) (EPackage.Registry.INSTANCE
.getEPackage(org.eclipse.papyrus.eastadl.requirements.requirements.RequirementsPackage.eNS_URI) instanceof org.eclipse.papyrus.eastadl.requirements.requirements.impl.RequirementsPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(org.eclipse.papyrus.eastadl.requirements.requirements.RequirementsPackage.eNS_URI) : org.eclipse.papyrus.eastadl.requirements.requirements.RequirementsPackage.eINSTANCE);
@@ -237,7 +240,8 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i TemporalconstraintPackageImpl theTemporalconstraintPackage = (TemporalconstraintPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(TemporalconstraintPackage.eNS_URI) instanceof TemporalconstraintPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(TemporalconstraintPackage.eNS_URI) : TemporalconstraintPackage.eINSTANCE);
ComputationconstraintPackageImpl theComputationconstraintPackage = (ComputationconstraintPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(ComputationconstraintPackage.eNS_URI) instanceof ComputationconstraintPackageImpl ? EPackage.Registry.INSTANCE
- .getEPackage(ComputationconstraintPackage.eNS_URI) : ComputationconstraintPackage.eINSTANCE);
+ .getEPackage(ComputationconstraintPackage.eNS_URI)
+ : ComputationconstraintPackage.eINSTANCE);
GenericconstraintsPackageImpl theGenericconstraintsPackage = (GenericconstraintsPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(GenericconstraintsPackage.eNS_URI) instanceof GenericconstraintsPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(GenericconstraintsPackage.eNS_URI) : GenericconstraintsPackage.eINSTANCE);
@@ -325,7 +329,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -336,7 +340,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -347,7 +351,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -358,7 +362,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -369,7 +373,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -380,7 +384,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -391,7 +395,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -402,7 +406,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -413,7 +417,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -424,7 +428,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -435,7 +439,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -446,7 +450,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -457,7 +461,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -468,7 +472,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -479,7 +483,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -490,7 +494,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -501,7 +505,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -512,7 +516,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -523,7 +527,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private boolean isCreated = false;
@@ -533,7 +537,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i * guarded to have no affect on any invocation but its first.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void createPackageContents() {
@@ -569,7 +573,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private boolean isInitialized = false;
@@ -579,7 +583,7 @@ public class AttributequantificationconstraintPackageImpl extends EPackageImpl i * method is guarded to have no affect on any invocation but its first.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void initializePackageContents() {
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/BehaviorAttributeBindingImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/BehaviorAttributeBindingImpl.java index dd61f398b3c..0459fde903b 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/BehaviorAttributeBindingImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/BehaviorAttributeBindingImpl.java @@ -38,7 +38,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be * The cached value of the '{@link #getVisibleThroughFunctionPort() <em>Visible Through Function Port</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getVisibleThroughFunctionPort()
* @generated
* @ordered
@@ -49,7 +49,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be * The cached value of the '{@link #getVisibleThroughHardwarePin() <em>Visible Through Hardware Pin</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getVisibleThroughHardwarePin()
* @generated
* @ordered
@@ -60,7 +60,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be * The cached value of the '{@link #getVisibleThroughHardwarePort() <em>Visible Through Hardware Port</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getVisibleThroughHardwarePort()
* @generated
* @ordered
@@ -71,7 +71,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be * The cached value of the '{@link #getAttribute() <em>Attribute</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAttribute()
* @generated
* @ordered
@@ -82,7 +82,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be * The cached value of the '{@link #getVisibleThroughAnomaly() <em>Visible Through Anomaly</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getVisibleThroughAnomaly()
* @generated
* @ordered
@@ -92,7 +92,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BehaviorAttributeBindingImpl() {
@@ -102,7 +102,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -113,7 +113,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -127,7 +127,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -141,7 +141,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -155,7 +155,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -169,7 +169,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -183,7 +183,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -206,7 +206,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -240,7 +240,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -268,7 +268,7 @@ public class BehaviorAttributeBindingImpl extends RelationshipImpl implements Be /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/LogicalEventImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/LogicalEventImpl.java index acd79e97169..2db6af80ee2 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/LogicalEventImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/LogicalEventImpl.java @@ -32,7 +32,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent * The default value of the '{@link #isIsExternVisible() <em>Is Extern Visible</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isIsExternVisible()
* @generated
* @ordered
@@ -43,7 +43,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent * The cached value of the '{@link #isIsExternVisible() <em>Is Extern Visible</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isIsExternVisible()
* @generated
* @ordered
@@ -54,7 +54,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent * The cached value of the '{@link #getVisibleThroughFunctionPort() <em>Visible Through Function Port</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getVisibleThroughFunctionPort()
* @generated
* @ordered
@@ -64,7 +64,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected LogicalEventImpl() {
@@ -74,7 +74,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -85,7 +85,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -96,7 +96,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -111,7 +111,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -125,7 +125,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -142,7 +142,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -163,7 +163,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -182,7 +182,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -199,7 +199,7 @@ public class LogicalEventImpl extends QuantificationImpl implements LogicalEvent /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/QuantificationImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/QuantificationImpl.java index 47f198607f7..ee43e762247 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/QuantificationImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/impl/QuantificationImpl.java @@ -40,7 +40,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification * The cached value of the '{@link #getType() <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getType()
* @generated
* @ordered
@@ -51,7 +51,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification * The cached value of the '{@link #getBase_ValueSpecification() <em>Base Value Specification</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_ValueSpecification()
* @generated
* @ordered
@@ -62,7 +62,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification * The cached value of the '{@link #getOperand() <em>Operand</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getOperand()
* @generated
* @ordered
@@ -72,7 +72,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected QuantificationImpl() {
@@ -82,7 +82,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -93,7 +93,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -113,7 +113,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EADatatype basicGetType() {
@@ -123,7 +123,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -138,7 +138,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -158,7 +158,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ValueSpecification basicGetBase_ValueSpecification() {
@@ -168,7 +168,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -183,7 +183,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -197,7 +197,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -222,7 +222,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -246,7 +246,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -268,7 +268,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -287,7 +287,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -314,7 +314,7 @@ public class QuantificationImpl extends EAElementImpl implements Quantification /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintAdapterFactory.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintAdapterFactory.java index af970c98f9e..c3850e8ab71 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintAdapterFactory.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintAdapterFactory.java @@ -23,7 +23,7 @@ import org.eclipse.papyrus.eastadl.infrastructure.values.EAValue; * The <b>Adapter Factory</b> for the model.
* It provides an adapter <code>createXXX</code> method for each class of the model.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage
* @generated
*/
@@ -32,7 +32,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * The cached model package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected static AttributequantificationconstraintPackage modelPackage;
@@ -41,7 +41,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * Creates an instance of the adapter factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public AttributequantificationconstraintAdapterFactory() {
@@ -55,7 +55,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * <!-- begin-user-doc -->
* This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
* <!-- end-user-doc -->
- *
+ *
* @return whether this factory is applicable for the type of the object.
* @generated
*/
@@ -74,7 +74,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * The switch that delegates to the <code>createXXX</code> methods.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected AttributequantificationconstraintSwitch<Adapter> modelSwitch =
@@ -139,7 +139,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * Creates an adapter for the <code>target</code>.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param target
* the object to adapt.
* @return the adapter for the <code>target</code>.
@@ -157,7 +157,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributeQuantificationconstraint
* @generated
@@ -172,7 +172,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Quantification
* @generated
@@ -187,7 +187,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.BehaviorAttributeBinding
* @generated
@@ -202,7 +202,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.LogicalEvent
* @generated
@@ -217,7 +217,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attribute
* @generated
@@ -232,7 +232,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.infrastructure.elements.EAElement
* @generated
@@ -247,7 +247,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintParameter
* @generated
@@ -262,7 +262,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.infrastructure.values.EAValue
* @generated
@@ -277,7 +277,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.infrastructure.values.EAExpression
* @generated
@@ -292,7 +292,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.infrastructure.elements.Relationship
* @generated
@@ -306,7 +306,7 @@ public class AttributequantificationconstraintAdapterFactory extends AdapterFact * <!-- begin-user-doc -->
* This default implementation returns null.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @generated
*/
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintResourceFactoryImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintResourceFactoryImpl.java index 8bfc21f3b1e..29eb2b216b1 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintResourceFactoryImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintResourceFactoryImpl.java @@ -11,7 +11,7 @@ import org.eclipse.emf.ecore.xmi.XMLResource; * <!-- begin-user-doc -->
* The <b>Resource Factory</b> associated with the package.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.util.AttributequantificationconstraintResourceImpl
* @generated
*/
@@ -20,7 +20,7 @@ public class AttributequantificationconstraintResourceFactoryImpl extends Resour * Creates an instance of the resource factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public AttributequantificationconstraintResourceFactoryImpl() {
@@ -31,7 +31,7 @@ public class AttributequantificationconstraintResourceFactoryImpl extends Resour * Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintResourceImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintResourceImpl.java index 136a3c86c96..0ec3b54a174 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintResourceImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintResourceImpl.java @@ -9,7 +9,7 @@ import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; * <!-- begin-user-doc -->
* The <b>Resource </b> associated with the package.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.util.AttributequantificationconstraintResourceFactoryImpl
* @generated
*/
@@ -18,7 +18,7 @@ public class AttributequantificationconstraintResourceImpl extends XMLResourceIm * Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param uri
* the URI of the new resource.
* @generated
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintSwitch.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintSwitch.java index 0450a00c4df..699754bc009 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintSwitch.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintSwitch.java @@ -26,7 +26,7 @@ import org.eclipse.papyrus.eastadl.infrastructure.values.EAValue; * until a non-null result is returned,
* which is the result of the switch.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.AttributequantificationconstraintPackage
* @generated
*/
@@ -35,7 +35,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * The cached model package
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected static AttributequantificationconstraintPackage modelPackage;
@@ -44,7 +44,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * Creates an instance of the switch.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public AttributequantificationconstraintSwitch() {
@@ -57,7 +57,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * Checks whether this is a switch for the given package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @parameter ePackage the package in question.
* @return whether this is a switch for the given package.
* @generated
@@ -71,7 +71,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the first non-null result returned by a <code>caseXXX</code> call.
* @generated
*/
@@ -168,7 +168,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Attribute Quantificationconstraint</em>'.
@@ -185,7 +185,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Quantification</em>'.
@@ -202,7 +202,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Behavior Attribute Binding</em>'.
@@ -219,7 +219,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Logical Event</em>'.
@@ -236,7 +236,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Attribute</em>'.
@@ -253,7 +253,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>EA Element</em>'.
@@ -270,7 +270,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Behavior Constraint Parameter</em>'.
@@ -287,7 +287,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>EA Value</em>'.
@@ -304,7 +304,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>EA Expression</em>'.
@@ -321,7 +321,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Relationship</em>'.
@@ -338,7 +338,7 @@ public class AttributequantificationconstraintSwitch<T> extends Switch<T> { * This implementation returns null;
* returning a non-null result will terminate the switch, but this is the last case anyway.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>EObject</em>'.
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintXMLProcessor.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintXMLProcessor.java index 0b3d521fc03..eed551a2628 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintXMLProcessor.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/attributequantificationconstraint/util/AttributequantificationconstraintXMLProcessor.java @@ -13,7 +13,7 @@ import org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attri * This class contains helper methods to serialize and deserialize XML documents
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class AttributequantificationconstraintXMLProcessor extends XMLProcessor {
@@ -22,7 +22,7 @@ public class AttributequantificationconstraintXMLProcessor extends XMLProcessor * Public constructor to instantiate the helper.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public AttributequantificationconstraintXMLProcessor() {
@@ -34,7 +34,7 @@ public class AttributequantificationconstraintXMLProcessor extends XMLProcessor * Register for "*" and "xml" file extensions the AttributequantificationconstraintResourceFactoryImpl factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintInternalBinding.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintInternalBinding.java index 280e7d94bfa..3f68139f250 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintInternalBinding.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintInternalBinding.java @@ -35,7 +35,7 @@ public interface BehaviorConstraintInternalBinding extends EObject { * If the meaning of the '<em>Binding Through Clamp Connector</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Binding Through Clamp Connector</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintInternalBinding_BindingThroughClampConnector()
* @model ordered="false"
@@ -51,7 +51,7 @@ public interface BehaviorConstraintInternalBinding extends EObject { * If the meaning of the '<em>Binding Through Function Connector</em>' containment reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Binding Through Function Connector</em>' containment reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintInternalBinding_BindingThroughFunctionConnector()
* @model containment="true" ordered="false"
@@ -67,7 +67,7 @@ public interface BehaviorConstraintInternalBinding extends EObject { * If the meaning of the '<em>Binding Through Hardware Connector</em>' containment reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Binding Through Hardware Connector</em>' containment reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintInternalBinding_BindingThroughHardwareConnector()
* @model containment="true" ordered="false"
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintPrototype.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintPrototype.java index c31748a7369..ed0de77d512 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintPrototype.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintPrototype.java @@ -39,7 +39,7 @@ public interface BehaviorConstraintPrototype extends TraceableSpecification { * If the meaning of the '<em>Instantiation Variable</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Instantiation Variable</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintPrototype_InstantiationVariable()
* @model ordered="false"
@@ -55,7 +55,7 @@ public interface BehaviorConstraintPrototype extends TraceableSpecification { * If the meaning of the '<em>Target Vehicle Feature Element</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Target Vehicle Feature Element</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintPrototype_TargetVehicleFeatureElement()
* @model ordered="false"
@@ -70,7 +70,7 @@ public interface BehaviorConstraintPrototype extends TraceableSpecification { * If the meaning of the '<em>Type</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Type</em>' reference.
* @see #setType(BehaviorConstraintType)
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintPrototype_Type()
@@ -83,7 +83,7 @@ public interface BehaviorConstraintPrototype extends TraceableSpecification { * Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getType <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Type</em>' reference.
* @see #getType()
@@ -99,7 +99,7 @@ public interface BehaviorConstraintPrototype extends TraceableSpecification { * If the meaning of the '<em>Function Target</em>' containment reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Function Target</em>' containment reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintPrototype_FunctionTarget()
* @model containment="true" ordered="false"
@@ -115,7 +115,7 @@ public interface BehaviorConstraintPrototype extends TraceableSpecification { * If the meaning of the '<em>Hardware Component Target</em>' containment reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Hardware Component Target</em>' containment reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintPrototype_HardwareComponentTarget()
* @model containment="true" ordered="false"
@@ -131,7 +131,7 @@ public interface BehaviorConstraintPrototype extends TraceableSpecification { * If the meaning of the '<em>Error Model Target</em>' containment reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Error Model Target</em>' containment reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintPrototype_ErrorModelTarget()
* @model containment="true" ordered="false"
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintTargetBinding.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintTargetBinding.java index 67aa46921b6..417ad183617 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintTargetBinding.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintTargetBinding.java @@ -43,7 +43,7 @@ public interface BehaviorConstraintTargetBinding extends Relationship { * If the meaning of the '<em>Behavior Constraint Type</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Behavior Constraint Type</em>' reference.
* @see #setBehaviorConstraintType(BehaviorConstraintType)
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintTargetBinding_BehaviorConstraintType()
@@ -56,7 +56,7 @@ public interface BehaviorConstraintTargetBinding extends Relationship { * Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getBehaviorConstraintType <em>Behavior Constraint Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Behavior Constraint Type</em>' reference.
* @see #getBehaviorConstraintType()
@@ -72,7 +72,7 @@ public interface BehaviorConstraintTargetBinding extends Relationship { * If the meaning of the '<em>Targeted Vehicle Feature</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Targeted Vehicle Feature</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintTargetBinding_TargetedVehicleFeature()
* @model ordered="false"
@@ -88,7 +88,7 @@ public interface BehaviorConstraintTargetBinding extends Relationship { * If the meaning of the '<em>Targeted Function Type</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Targeted Function Type</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintTargetBinding_TargetedFunctionType()
* @model ordered="false"
@@ -104,7 +104,7 @@ public interface BehaviorConstraintTargetBinding extends Relationship { * If the meaning of the '<em>Constrained Error Model</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Constrained Error Model</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintTargetBinding_ConstrainedErrorModel()
* @model ordered="false"
@@ -120,7 +120,7 @@ public interface BehaviorConstraintTargetBinding extends Relationship { * If the meaning of the '<em>Targeted Hardware Component Type</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Targeted Hardware Component Type</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintTargetBinding_TargetedHardwareComponentType()
* @model ordered="false"
@@ -136,7 +136,7 @@ public interface BehaviorConstraintTargetBinding extends Relationship { * If the meaning of the '<em>Constrained Function Triggering</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Constrained Function Triggering</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintTargetBinding_ConstrainedFunctionTriggering()
* @model ordered="false"
@@ -152,7 +152,7 @@ public interface BehaviorConstraintTargetBinding extends Relationship { * If the meaning of the '<em>Constrained Mode Behavior</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Constrained Mode Behavior</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintTargetBinding_ConstrainedModeBehavior()
* @model ordered="false"
@@ -168,7 +168,7 @@ public interface BehaviorConstraintTargetBinding extends Relationship { * If the meaning of the '<em>Constrained Function Behavior</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Constrained Function Behavior</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintTargetBinding_ConstrainedFunctionBehavior()
* @model ordered="false"
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintType.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintType.java index d671be1fd61..b630f181a17 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintType.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviorConstraintType.java @@ -38,7 +38,7 @@ public interface BehaviorConstraintType extends Context { * If the meaning of the '<em>Shared Variable</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Shared Variable</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintType_SharedVariable()
* @model ordered="false"
@@ -54,7 +54,7 @@ public interface BehaviorConstraintType extends Context { * If the meaning of the '<em>Interface Variable</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Interface Variable</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintType_InterfaceVariable()
* @model ordered="false"
@@ -70,7 +70,7 @@ public interface BehaviorConstraintType extends Context { * If the meaning of the '<em>Part</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Part</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintType_Part()
* @model ordered="false"
@@ -86,7 +86,7 @@ public interface BehaviorConstraintType extends Context { * If the meaning of the '<em>Attribute Quantificationconstraint</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Attribute Quantificationconstraint</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintType_AttributeQuantificationconstraint()
* @model ordered="false"
@@ -102,7 +102,7 @@ public interface BehaviorConstraintType extends Context { * If the meaning of the '<em>Temporal Constraint</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Temporal Constraint</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintType_TemporalConstraint()
* @model ordered="false"
@@ -118,7 +118,7 @@ public interface BehaviorConstraintType extends Context { * If the meaning of the '<em>Computation Constraint</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Computation Constraint</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#getBehaviorConstraintType_ComputationConstraint()
* @model ordered="false"
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviordescriptionFactory.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviordescriptionFactory.java index 5d5c629c27c..5e50010ca6c 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviordescriptionFactory.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviordescriptionFactory.java @@ -9,7 +9,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.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage
* @generated
*/
@@ -18,7 +18,7 @@ public interface BehaviordescriptionFactory extends EFactory { * The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
BehaviordescriptionFactory eINSTANCE = org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionFactoryImpl.init();
@@ -27,7 +27,7 @@ public interface BehaviordescriptionFactory extends EFactory { * Returns a new object of class '<em>Behavior Constraint Binding Attribute</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Behavior Constraint Binding Attribute</em>'.
* @generated
*/
@@ -37,7 +37,7 @@ public interface BehaviordescriptionFactory extends EFactory { * Returns a new object of class '<em>Behavior Constraint Binding Event</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Behavior Constraint Binding Event</em>'.
* @generated
*/
@@ -47,7 +47,7 @@ public interface BehaviordescriptionFactory extends EFactory { * Returns a new object of class '<em>Behavior Constraint Prototype</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Behavior Constraint Prototype</em>'.
* @generated
*/
@@ -57,7 +57,7 @@ public interface BehaviordescriptionFactory extends EFactory { * Returns a new object of class '<em>Behavior Constraint Type</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Behavior Constraint Type</em>'.
* @generated
*/
@@ -67,7 +67,7 @@ public interface BehaviordescriptionFactory extends EFactory { * Returns a new object of class '<em>Behavior Constraint Target Binding</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Behavior Constraint Target Binding</em>'.
* @generated
*/
@@ -77,7 +77,7 @@ public interface BehaviordescriptionFactory extends EFactory { * Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the package supported by this factory.
* @generated
*/
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviordescriptionPackage.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviordescriptionPackage.java index 6bb075a8466..7cb1143ed5e 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviordescriptionPackage.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/BehaviordescriptionPackage.java @@ -21,7 +21,7 @@ import org.eclipse.papyrus.eastadl.infrastructure.elements.ElementsPackage; * <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionFactory
* @model kind="package"
* @generated
@@ -31,7 +31,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNAME = "behaviordescription";
@@ -40,7 +40,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_URI = "http://www.papyrusuml.org/EAST-ADL2/Annex/BehaviorDescription/1";
@@ -49,7 +49,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_PREFIX = "BehaviorDescription";
@@ -58,7 +58,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
BehaviordescriptionPackage eINSTANCE = org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl.init();
@@ -67,7 +67,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintBindingAttributeImpl <em>Behavior Constraint Binding Attribute</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintBindingAttributeImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintBindingAttribute()
* @generated
@@ -78,7 +78,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Base Named Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -88,7 +88,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -98,7 +98,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Owned Comment</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -108,7 +108,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Is Extern Visible</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -118,7 +118,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Type</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -128,7 +128,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Binding Through Clamp Connector</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -138,7 +138,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Binding Through Function Connector</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -148,7 +148,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Binding Through Hardware Connector</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -158,7 +158,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of structural features of the '<em>Behavior Constraint Binding Attribute</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -168,7 +168,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of operations of the '<em>Behavior Constraint Binding Attribute</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -178,7 +178,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintParameterImpl <em>Behavior Constraint Parameter</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintParameterImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintParameter()
* @generated
@@ -189,7 +189,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of structural features of the '<em>Behavior Constraint Parameter</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -199,7 +199,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of operations of the '<em>Behavior Constraint Parameter</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -209,7 +209,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintInternalBindingImpl <em>Behavior Constraint Internal Binding</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintInternalBindingImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintInternalBinding()
* @generated
@@ -220,7 +220,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Binding Through Clamp Connector</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -230,7 +230,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Binding Through Function Connector</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -240,7 +240,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Binding Through Hardware Connector</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -250,7 +250,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of structural features of the '<em>Behavior Constraint Internal Binding</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -260,7 +260,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of operations of the '<em>Behavior Constraint Internal Binding</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -270,7 +270,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintBindingEventImpl <em>Behavior Constraint Binding Event</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintBindingEventImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintBindingEvent()
* @generated
@@ -281,7 +281,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Base Named Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -291,7 +291,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -301,7 +301,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Owned Comment</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -311,7 +311,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Occurred Feature Flaw</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -321,7 +321,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Occurred Hazardous Event</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -331,7 +331,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Occurred Fault Failure</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -341,7 +341,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Occurred Execution Event</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -351,7 +351,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Occurred Logical Event</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -361,7 +361,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Binding Through Clamp Connector</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -371,7 +371,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Binding Through Function Connector</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -381,7 +381,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Binding Through Hardware Connector</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -391,7 +391,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of structural features of the '<em>Behavior Constraint Binding Event</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -401,7 +401,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of operations of the '<em>Behavior Constraint Binding Event</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -411,7 +411,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintPrototypeImpl <em>Behavior Constraint Prototype</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintPrototypeImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintPrototype()
* @generated
@@ -422,7 +422,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Base Named Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -432,7 +432,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -442,7 +442,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Owned Comment</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -452,7 +452,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Base Packageable Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -462,7 +462,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Note</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -472,7 +472,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Instantiation Variable</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -482,7 +482,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Target Vehicle Feature Element</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -492,7 +492,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Type</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -502,7 +502,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Function Target</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -512,7 +512,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Hardware Component Target</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -522,7 +522,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Error Model Target</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -532,7 +532,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of structural features of the '<em>Behavior Constraint Prototype</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -542,7 +542,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of operations of the '<em>Behavior Constraint Prototype</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -552,7 +552,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintTypeImpl <em>Behavior Constraint Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintTypeImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintType()
* @generated
@@ -563,7 +563,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Base Named Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -573,7 +573,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -583,7 +583,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Owned Comment</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -593,7 +593,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Base Packageable Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -603,7 +603,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Traceable Specification</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -613,7 +613,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Owned Relationship</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -623,7 +623,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Shared Variable</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -633,7 +633,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Interface Variable</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -643,7 +643,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Part</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -653,7 +653,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Attribute Quantificationconstraint</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -663,7 +663,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Temporal Constraint</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -673,7 +673,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Computation Constraint</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -683,7 +683,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of structural features of the '<em>Behavior Constraint Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -693,7 +693,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of operations of the '<em>Behavior Constraint Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -703,7 +703,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object id for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintTargetBindingImpl <em>Behavior Constraint Target Binding</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintTargetBindingImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintTargetBinding()
* @generated
@@ -714,7 +714,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Base Named Element</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -724,7 +724,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -734,7 +734,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Owned Comment</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -744,7 +744,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Behavior Constraint Type</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -754,7 +754,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Targeted Vehicle Feature</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -764,7 +764,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Targeted Function Type</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -774,7 +774,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Constrained Error Model</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -784,7 +784,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Targeted Hardware Component Type</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -794,7 +794,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Constrained Function Triggering</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -804,7 +804,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Constrained Mode Behavior</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -814,7 +814,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The feature id for the '<em><b>Constrained Function Behavior</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -824,7 +824,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of structural features of the '<em>Behavior Constraint Target Binding</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -834,7 +834,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The number of operations of the '<em>Behavior Constraint Target Binding</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -845,7 +845,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintBindingAttribute <em>Behavior Constraint Binding Attribute</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Behavior Constraint Binding Attribute</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintBindingAttribute
* @generated
@@ -856,7 +856,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintParameter <em>Behavior Constraint Parameter</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Behavior Constraint Parameter</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintParameter
* @generated
@@ -867,7 +867,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintInternalBinding <em>Behavior Constraint Internal Binding</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Behavior Constraint Internal Binding</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintInternalBinding
* @generated
@@ -878,7 +878,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintInternalBinding#getBindingThroughClampConnector <em>Binding Through Clamp Connector</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Binding Through Clamp Connector</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintInternalBinding#getBindingThroughClampConnector()
* @see #getBehaviorConstraintInternalBinding()
@@ -890,7 +890,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the containment reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintInternalBinding#getBindingThroughFunctionConnector <em>Binding Through Function Connector</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Binding Through Function Connector</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintInternalBinding#getBindingThroughFunctionConnector()
* @see #getBehaviorConstraintInternalBinding()
@@ -902,7 +902,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the containment reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintInternalBinding#getBindingThroughHardwareConnector <em>Binding Through Hardware Connector</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Binding Through Hardware Connector</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintInternalBinding#getBindingThroughHardwareConnector()
* @see #getBehaviorConstraintInternalBinding()
@@ -914,7 +914,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintBindingEvent <em>Behavior Constraint Binding Event</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Behavior Constraint Binding Event</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintBindingEvent
* @generated
@@ -925,7 +925,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype <em>Behavior Constraint Prototype</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Behavior Constraint Prototype</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype
* @generated
@@ -936,7 +936,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getInstantiationVariable <em>Instantiation Variable</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Instantiation Variable</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getInstantiationVariable()
* @see #getBehaviorConstraintPrototype()
@@ -948,7 +948,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getTargetVehicleFeatureElement <em>Target Vehicle Feature Element</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Target Vehicle Feature Element</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getTargetVehicleFeatureElement()
* @see #getBehaviorConstraintPrototype()
@@ -960,7 +960,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getType <em>Type</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Type</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getType()
* @see #getBehaviorConstraintPrototype()
@@ -972,7 +972,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the containment reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getFunctionTarget <em>Function Target</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Function Target</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getFunctionTarget()
* @see #getBehaviorConstraintPrototype()
@@ -984,7 +984,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the containment reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getHardwareComponentTarget <em>Hardware Component Target</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Hardware Component Target</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getHardwareComponentTarget()
* @see #getBehaviorConstraintPrototype()
@@ -996,7 +996,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the containment reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getErrorModelTarget <em>Error Model Target</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Error Model Target</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype#getErrorModelTarget()
* @see #getBehaviorConstraintPrototype()
@@ -1008,7 +1008,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType <em>Behavior Constraint Type</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Behavior Constraint Type</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType
* @generated
@@ -1019,7 +1019,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getSharedVariable <em>Shared Variable</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Shared Variable</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getSharedVariable()
* @see #getBehaviorConstraintType()
@@ -1031,7 +1031,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getInterfaceVariable <em>Interface Variable</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Interface Variable</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getInterfaceVariable()
* @see #getBehaviorConstraintType()
@@ -1043,7 +1043,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getPart <em>Part</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Part</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getPart()
* @see #getBehaviorConstraintType()
@@ -1055,7 +1055,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getAttributeQuantificationconstraint <em>Attribute Quantificationconstraint</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Attribute Quantificationconstraint</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getAttributeQuantificationconstraint()
* @see #getBehaviorConstraintType()
@@ -1067,7 +1067,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getTemporalConstraint <em>Temporal Constraint</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Temporal Constraint</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getTemporalConstraint()
* @see #getBehaviorConstraintType()
@@ -1079,7 +1079,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getComputationConstraint <em>Computation Constraint</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Computation Constraint</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType#getComputationConstraint()
* @see #getBehaviorConstraintType()
@@ -1091,7 +1091,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for class '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding <em>Behavior Constraint Target Binding</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Behavior Constraint Target Binding</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding
* @generated
@@ -1102,7 +1102,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getBehaviorConstraintType <em>Behavior Constraint Type</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Behavior Constraint Type</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getBehaviorConstraintType()
* @see #getBehaviorConstraintTargetBinding()
@@ -1114,7 +1114,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getTargetedVehicleFeature <em>Targeted Vehicle Feature</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Targeted Vehicle Feature</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getTargetedVehicleFeature()
* @see #getBehaviorConstraintTargetBinding()
@@ -1126,7 +1126,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getTargetedFunctionType <em>Targeted Function Type</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Targeted Function Type</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getTargetedFunctionType()
* @see #getBehaviorConstraintTargetBinding()
@@ -1138,7 +1138,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getConstrainedErrorModel <em>Constrained Error Model</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Constrained Error Model</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getConstrainedErrorModel()
* @see #getBehaviorConstraintTargetBinding()
@@ -1150,7 +1150,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getTargetedHardwareComponentType <em>Targeted Hardware Component Type</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Targeted Hardware Component Type</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getTargetedHardwareComponentType()
* @see #getBehaviorConstraintTargetBinding()
@@ -1162,7 +1162,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getConstrainedFunctionTriggering <em>Constrained Function Triggering</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Constrained Function Triggering</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getConstrainedFunctionTriggering()
* @see #getBehaviorConstraintTargetBinding()
@@ -1174,7 +1174,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getConstrainedModeBehavior <em>Constrained Mode Behavior</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Constrained Mode Behavior</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getConstrainedModeBehavior()
* @see #getBehaviorConstraintTargetBinding()
@@ -1186,7 +1186,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the meta object for the reference list '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getConstrainedFunctionBehavior <em>Constrained Function Behavior</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Constrained Function Behavior</em>'.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding#getConstrainedFunctionBehavior()
* @see #getBehaviorConstraintTargetBinding()
@@ -1198,7 +1198,7 @@ public interface BehaviordescriptionPackage extends EPackage { * Returns the factory that creates the instances of the model.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the factory that creates the instances of the model.
* @generated
*/
@@ -1215,7 +1215,7 @@ public interface BehaviordescriptionPackage extends EPackage { * <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
interface Literals {
@@ -1223,7 +1223,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintBindingAttributeImpl <em>Behavior Constraint Binding Attribute</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintBindingAttributeImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintBindingAttribute()
* @generated
@@ -1234,7 +1234,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintParameterImpl <em>Behavior Constraint Parameter</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintParameterImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintParameter()
* @generated
@@ -1245,7 +1245,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintInternalBindingImpl <em>Behavior Constraint Internal Binding</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintInternalBindingImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintInternalBinding()
* @generated
@@ -1256,7 +1256,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Binding Through Clamp Connector</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_INTERNAL_BINDING__BINDING_THROUGH_CLAMP_CONNECTOR = eINSTANCE.getBehaviorConstraintInternalBinding_BindingThroughClampConnector();
@@ -1265,7 +1265,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Binding Through Function Connector</b></em>' containment reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_INTERNAL_BINDING__BINDING_THROUGH_FUNCTION_CONNECTOR = eINSTANCE.getBehaviorConstraintInternalBinding_BindingThroughFunctionConnector();
@@ -1274,7 +1274,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Binding Through Hardware Connector</b></em>' containment reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_INTERNAL_BINDING__BINDING_THROUGH_HARDWARE_CONNECTOR = eINSTANCE.getBehaviorConstraintInternalBinding_BindingThroughHardwareConnector();
@@ -1283,7 +1283,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintBindingEventImpl <em>Behavior Constraint Binding Event</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintBindingEventImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintBindingEvent()
* @generated
@@ -1294,7 +1294,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintPrototypeImpl <em>Behavior Constraint Prototype</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintPrototypeImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintPrototype()
* @generated
@@ -1305,7 +1305,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Instantiation Variable</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_PROTOTYPE__INSTANTIATION_VARIABLE = eINSTANCE.getBehaviorConstraintPrototype_InstantiationVariable();
@@ -1314,7 +1314,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Target Vehicle Feature Element</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_PROTOTYPE__TARGET_VEHICLE_FEATURE_ELEMENT = eINSTANCE.getBehaviorConstraintPrototype_TargetVehicleFeatureElement();
@@ -1323,7 +1323,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Type</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_PROTOTYPE__TYPE = eINSTANCE.getBehaviorConstraintPrototype_Type();
@@ -1332,7 +1332,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Function Target</b></em>' containment reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_PROTOTYPE__FUNCTION_TARGET = eINSTANCE.getBehaviorConstraintPrototype_FunctionTarget();
@@ -1341,7 +1341,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Hardware Component Target</b></em>' containment reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_PROTOTYPE__HARDWARE_COMPONENT_TARGET = eINSTANCE.getBehaviorConstraintPrototype_HardwareComponentTarget();
@@ -1350,7 +1350,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Error Model Target</b></em>' containment reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_PROTOTYPE__ERROR_MODEL_TARGET = eINSTANCE.getBehaviorConstraintPrototype_ErrorModelTarget();
@@ -1359,7 +1359,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintTypeImpl <em>Behavior Constraint Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintTypeImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintType()
* @generated
@@ -1370,7 +1370,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Shared Variable</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TYPE__SHARED_VARIABLE = eINSTANCE.getBehaviorConstraintType_SharedVariable();
@@ -1379,7 +1379,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Interface Variable</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TYPE__INTERFACE_VARIABLE = eINSTANCE.getBehaviorConstraintType_InterfaceVariable();
@@ -1388,7 +1388,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Part</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TYPE__PART = eINSTANCE.getBehaviorConstraintType_Part();
@@ -1397,7 +1397,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Attribute Quantificationconstraint</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TYPE__ATTRIBUTE_QUANTIFICATIONCONSTRAINT = eINSTANCE.getBehaviorConstraintType_AttributeQuantificationconstraint();
@@ -1406,7 +1406,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Temporal Constraint</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TYPE__TEMPORAL_CONSTRAINT = eINSTANCE.getBehaviorConstraintType_TemporalConstraint();
@@ -1415,7 +1415,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Computation Constraint</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TYPE__COMPUTATION_CONSTRAINT = eINSTANCE.getBehaviorConstraintType_ComputationConstraint();
@@ -1424,7 +1424,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '{@link org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintTargetBindingImpl <em>Behavior Constraint Target Binding</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviorConstraintTargetBindingImpl
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.impl.BehaviordescriptionPackageImpl#getBehaviorConstraintTargetBinding()
* @generated
@@ -1435,7 +1435,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Behavior Constraint Type</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TARGET_BINDING__BEHAVIOR_CONSTRAINT_TYPE = eINSTANCE.getBehaviorConstraintTargetBinding_BehaviorConstraintType();
@@ -1444,7 +1444,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Targeted Vehicle Feature</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TARGET_BINDING__TARGETED_VEHICLE_FEATURE = eINSTANCE.getBehaviorConstraintTargetBinding_TargetedVehicleFeature();
@@ -1453,7 +1453,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Targeted Function Type</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TARGET_BINDING__TARGETED_FUNCTION_TYPE = eINSTANCE.getBehaviorConstraintTargetBinding_TargetedFunctionType();
@@ -1462,7 +1462,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Constrained Error Model</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TARGET_BINDING__CONSTRAINED_ERROR_MODEL = eINSTANCE.getBehaviorConstraintTargetBinding_ConstrainedErrorModel();
@@ -1471,7 +1471,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Targeted Hardware Component Type</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TARGET_BINDING__TARGETED_HARDWARE_COMPONENT_TYPE = eINSTANCE.getBehaviorConstraintTargetBinding_TargetedHardwareComponentType();
@@ -1480,7 +1480,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Constrained Function Triggering</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TARGET_BINDING__CONSTRAINED_FUNCTION_TRIGGERING = eINSTANCE.getBehaviorConstraintTargetBinding_ConstrainedFunctionTriggering();
@@ -1489,7 +1489,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Constrained Mode Behavior</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TARGET_BINDING__CONSTRAINED_MODE_BEHAVIOR = eINSTANCE.getBehaviorConstraintTargetBinding_ConstrainedModeBehavior();
@@ -1498,7 +1498,7 @@ public interface BehaviordescriptionPackage extends EPackage { * The meta object literal for the '<em><b>Constrained Function Behavior</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference BEHAVIOR_CONSTRAINT_TARGET_BINDING__CONSTRAINED_FUNCTION_BEHAVIOR = eINSTANCE.getBehaviorConstraintTargetBinding_ConstrainedFunctionBehavior();
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintBindingAttributeImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintBindingAttributeImpl.java index 13935ccbfa4..1cf09beea0c 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintBindingAttributeImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintBindingAttributeImpl.java @@ -39,7 +39,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem * The cached value of the '{@link #getBindingThroughClampConnector() <em>Binding Through Clamp Connector</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBindingThroughClampConnector()
* @generated
* @ordered
@@ -50,7 +50,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem * The cached value of the '{@link #getBindingThroughFunctionConnector() <em>Binding Through Function Connector</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBindingThroughFunctionConnector()
* @generated
* @ordered
@@ -61,7 +61,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem * The cached value of the '{@link #getBindingThroughHardwareConnector() <em>Binding Through Hardware Connector</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBindingThroughHardwareConnector()
* @generated
* @ordered
@@ -71,7 +71,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BehaviorConstraintBindingAttributeImpl() {
@@ -81,7 +81,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -92,7 +92,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -106,7 +106,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -121,7 +121,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -136,7 +136,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -153,7 +153,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -172,7 +172,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -198,7 +198,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -220,7 +220,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -239,7 +239,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -262,7 +262,7 @@ public class BehaviorConstraintBindingAttributeImpl extends AttributeImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintBindingEventImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintBindingEventImpl.java index 6f0c6a4fcef..5efc7666a27 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintBindingEventImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintBindingEventImpl.java @@ -39,7 +39,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl * The cached value of the '{@link #getBindingThroughClampConnector() <em>Binding Through Clamp Connector</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBindingThroughClampConnector()
* @generated
* @ordered
@@ -50,7 +50,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl * The cached value of the '{@link #getBindingThroughFunctionConnector() <em>Binding Through Function Connector</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBindingThroughFunctionConnector()
* @generated
* @ordered
@@ -61,7 +61,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl * The cached value of the '{@link #getBindingThroughHardwareConnector() <em>Binding Through Hardware Connector</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBindingThroughHardwareConnector()
* @generated
* @ordered
@@ -71,7 +71,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BehaviorConstraintBindingEventImpl() {
@@ -81,7 +81,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -92,7 +92,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -106,7 +106,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -121,7 +121,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -136,7 +136,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -153,7 +153,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -172,7 +172,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -198,7 +198,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -220,7 +220,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -239,7 +239,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -262,7 +262,7 @@ public class BehaviorConstraintBindingEventImpl extends TransitionEventImpl impl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintInternalBindingImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintInternalBindingImpl.java index 359aadf7653..a1ff78951e2 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintInternalBindingImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintInternalBindingImpl.java @@ -38,7 +38,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje * The cached value of the '{@link #getBindingThroughClampConnector() <em>Binding Through Clamp Connector</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBindingThroughClampConnector()
* @generated
* @ordered
@@ -49,7 +49,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje * The cached value of the '{@link #getBindingThroughFunctionConnector() <em>Binding Through Function Connector</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBindingThroughFunctionConnector()
* @generated
* @ordered
@@ -60,7 +60,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje * The cached value of the '{@link #getBindingThroughHardwareConnector() <em>Binding Through Hardware Connector</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBindingThroughHardwareConnector()
* @generated
* @ordered
@@ -70,7 +70,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BehaviorConstraintInternalBindingImpl() {
@@ -80,7 +80,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -91,7 +91,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -105,7 +105,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -120,7 +120,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -135,7 +135,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -152,7 +152,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -171,7 +171,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -197,7 +197,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -219,7 +219,7 @@ public abstract class BehaviorConstraintInternalBindingImpl extends MinimalEObje /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintParameterImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintParameterImpl.java index 2893b1826fd..86a45eab0ce 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintParameterImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintParameterImpl.java @@ -20,7 +20,7 @@ public abstract class BehaviorConstraintParameterImpl extends MinimalEObjectImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BehaviorConstraintParameterImpl() {
@@ -30,7 +30,7 @@ public abstract class BehaviorConstraintParameterImpl extends MinimalEObjectImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintPrototypeImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintPrototypeImpl.java index fedad7525ef..b4f6ea730fe 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintPrototypeImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintPrototypeImpl.java @@ -3,6 +3,7 @@ package org.eclipse.papyrus.eastadl.annex.behaviordescription.impl;
import java.util.Collection;
+
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
@@ -45,7 +46,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl * The cached value of the '{@link #getInstantiationVariable() <em>Instantiation Variable</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getInstantiationVariable()
* @generated
* @ordered
@@ -56,7 +57,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl * The cached value of the '{@link #getTargetVehicleFeatureElement() <em>Target Vehicle Feature Element</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTargetVehicleFeatureElement()
* @generated
* @ordered
@@ -67,7 +68,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl * The cached value of the '{@link #getType() <em>Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getType()
* @generated
* @ordered
@@ -78,7 +79,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl * The cached value of the '{@link #getFunctionTarget() <em>Function Target</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getFunctionTarget()
* @generated
* @ordered
@@ -89,7 +90,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl * The cached value of the '{@link #getHardwareComponentTarget() <em>Hardware Component Target</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getHardwareComponentTarget()
* @generated
* @ordered
@@ -100,7 +101,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl * The cached value of the '{@link #getErrorModelTarget() <em>Error Model Target</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getErrorModelTarget()
* @generated
* @ordered
@@ -110,7 +111,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BehaviorConstraintPrototypeImpl() {
@@ -120,7 +121,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -131,7 +132,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -145,7 +146,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -159,7 +160,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -179,7 +180,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public BehaviorConstraintType basicGetType() {
@@ -189,7 +190,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -204,7 +205,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -218,7 +219,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -233,7 +234,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -248,7 +249,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -267,7 +268,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -295,7 +296,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -332,7 +333,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -363,7 +364,7 @@ public class BehaviorConstraintPrototypeImpl extends TraceableSpecificationImpl /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintTargetBindingImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintTargetBindingImpl.java index 77e2f809494..82ce3dbf522 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintTargetBindingImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintTargetBindingImpl.java @@ -47,7 +47,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem * The cached value of the '{@link #getBehaviorConstraintType() <em>Behavior Constraint Type</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBehaviorConstraintType()
* @generated
* @ordered
@@ -58,7 +58,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem * The cached value of the '{@link #getTargetedVehicleFeature() <em>Targeted Vehicle Feature</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTargetedVehicleFeature()
* @generated
* @ordered
@@ -69,7 +69,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem * The cached value of the '{@link #getTargetedFunctionType() <em>Targeted Function Type</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTargetedFunctionType()
* @generated
* @ordered
@@ -80,7 +80,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem * The cached value of the '{@link #getConstrainedErrorModel() <em>Constrained Error Model</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getConstrainedErrorModel()
* @generated
* @ordered
@@ -91,7 +91,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem * The cached value of the '{@link #getTargetedHardwareComponentType() <em>Targeted Hardware Component Type</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTargetedHardwareComponentType()
* @generated
* @ordered
@@ -102,7 +102,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem * The cached value of the '{@link #getConstrainedFunctionTriggering() <em>Constrained Function Triggering</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getConstrainedFunctionTriggering()
* @generated
* @ordered
@@ -113,7 +113,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem * The cached value of the '{@link #getConstrainedModeBehavior() <em>Constrained Mode Behavior</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getConstrainedModeBehavior()
* @generated
* @ordered
@@ -124,7 +124,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem * The cached value of the '{@link #getConstrainedFunctionBehavior() <em>Constrained Function Behavior</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getConstrainedFunctionBehavior()
* @generated
* @ordered
@@ -134,7 +134,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BehaviorConstraintTargetBindingImpl() {
@@ -144,7 +144,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -155,7 +155,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -175,7 +175,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public BehaviorConstraintType basicGetBehaviorConstraintType() {
@@ -185,7 +185,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -200,7 +200,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -214,7 +214,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -228,7 +228,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -242,7 +242,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -256,7 +256,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -270,7 +270,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -284,7 +284,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -298,7 +298,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -330,7 +330,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -375,7 +375,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -412,7 +412,7 @@ public class BehaviorConstraintTargetBindingImpl extends RelationshipImpl implem /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintTypeImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintTypeImpl.java index 505782b371f..d97156c4a4c 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintTypeImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviorConstraintTypeImpl.java @@ -3,6 +3,7 @@ package org.eclipse.papyrus.eastadl.annex.behaviordescription.impl;
import java.util.Collection;
+
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.util.EObjectResolvingEList;
@@ -39,7 +40,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC * The cached value of the '{@link #getSharedVariable() <em>Shared Variable</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSharedVariable()
* @generated
* @ordered
@@ -50,7 +51,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC * The cached value of the '{@link #getInterfaceVariable() <em>Interface Variable</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getInterfaceVariable()
* @generated
* @ordered
@@ -61,7 +62,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC * The cached value of the '{@link #getPart() <em>Part</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getPart()
* @generated
* @ordered
@@ -72,7 +73,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC * The cached value of the '{@link #getAttributeQuantificationconstraint() <em>Attribute Quantificationconstraint</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAttributeQuantificationconstraint()
* @generated
* @ordered
@@ -83,7 +84,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC * The cached value of the '{@link #getTemporalConstraint() <em>Temporal Constraint</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTemporalConstraint()
* @generated
* @ordered
@@ -94,7 +95,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC * The cached value of the '{@link #getComputationConstraint() <em>Computation Constraint</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getComputationConstraint()
* @generated
* @ordered
@@ -104,7 +105,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BehaviorConstraintTypeImpl() {
@@ -114,7 +115,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -125,7 +126,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -139,7 +140,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -153,7 +154,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -167,7 +168,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -181,7 +182,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -195,7 +196,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -209,7 +210,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -234,7 +235,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -272,7 +273,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -303,7 +304,7 @@ public class BehaviorConstraintTypeImpl extends ContextImpl implements BehaviorC /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviordescriptionFactoryImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviordescriptionFactoryImpl.java index f8ba14b3f1a..1f461e19caf 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviordescriptionFactoryImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviordescriptionFactoryImpl.java @@ -19,7 +19,7 @@ import org.eclipse.papyrus.eastadl.annex.behaviordescription.Behaviordescription * <!-- begin-user-doc -->
* An implementation of the model <b>Factory</b>.
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements BehaviordescriptionFactory {
@@ -27,7 +27,7 @@ public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements Beha * Creates the default factory implementation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static BehaviordescriptionFactory init() {
@@ -46,7 +46,7 @@ public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements Beha * Creates an instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public BehaviordescriptionFactoryImpl() {
@@ -56,7 +56,7 @@ public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -80,7 +80,7 @@ public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -92,7 +92,7 @@ public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -104,7 +104,7 @@ public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -116,7 +116,7 @@ public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -128,7 +128,7 @@ public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -140,7 +140,7 @@ public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -151,7 +151,7 @@ public class BehaviordescriptionFactoryImpl extends EFactoryImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @deprecated
* @generated
*/
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviordescriptionPackageImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviordescriptionPackageImpl.java index 1c1c4db121b..869ff3dae28 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviordescriptionPackageImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/impl/BehaviordescriptionPackageImpl.java @@ -85,14 +85,14 @@ import org.eclipse.papyrus.sysml.SysmlPackage; * <!-- begin-user-doc -->
* An implementation of the model <b>Package</b>.
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class BehaviordescriptionPackageImpl extends EPackageImpl implements BehaviordescriptionPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass behaviorConstraintBindingAttributeEClass = null;
@@ -100,7 +100,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass behaviorConstraintParameterEClass = null;
@@ -108,7 +108,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass behaviorConstraintInternalBindingEClass = null;
@@ -116,7 +116,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass behaviorConstraintBindingEventEClass = null;
@@ -124,7 +124,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass behaviorConstraintPrototypeEClass = null;
@@ -132,7 +132,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass behaviorConstraintTypeEClass = null;
@@ -140,7 +140,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass behaviorConstraintTargetBindingEClass = null;
@@ -150,7 +150,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha * package URI value.
* <p>
* Note: the correct way to create the package is via the static factory method {@link #init init()}, which also performs initialization of the package, or returns the registered package, if one already exists. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.emf.ecore.EPackage.Registry
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage#eNS_URI
* @see #init()
@@ -163,7 +163,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static boolean isInited = false;
@@ -174,7 +174,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha * <p>
* This method is used to initialize {@link BehaviordescriptionPackage#eINSTANCE} when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @see #eNS_URI
* @see #createPackageContents()
* @see #initializePackageContents()
@@ -216,7 +216,8 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha SystemmodelingPackageImpl theSystemmodelingPackage = (SystemmodelingPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(SystemmodelingPackage.eNS_URI) instanceof SystemmodelingPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(SystemmodelingPackage.eNS_URI) : SystemmodelingPackage.eINSTANCE);
VehiclefeaturemodelingPackageImpl theVehiclefeaturemodelingPackage = (VehiclefeaturemodelingPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(VehiclefeaturemodelingPackage.eNS_URI) instanceof VehiclefeaturemodelingPackageImpl ? EPackage.Registry.INSTANCE
- .getEPackage(VehiclefeaturemodelingPackage.eNS_URI) : VehiclefeaturemodelingPackage.eINSTANCE);
+ .getEPackage(VehiclefeaturemodelingPackage.eNS_URI)
+ : VehiclefeaturemodelingPackage.eINSTANCE);
HardwaremodelingPackageImpl theHardwaremodelingPackage = (HardwaremodelingPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(HardwaremodelingPackage.eNS_URI) instanceof HardwaremodelingPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(HardwaremodelingPackage.eNS_URI) : HardwaremodelingPackage.eINSTANCE);
DependabilityPackageImpl theDependabilityPackage = (DependabilityPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(DependabilityPackage.eNS_URI) instanceof DependabilityPackageImpl ? EPackage.Registry.INSTANCE
@@ -234,7 +235,8 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha UsecasesPackageImpl theUsecasesPackage = (UsecasesPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(UsecasesPackage.eNS_URI) instanceof UsecasesPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(UsecasesPackage.eNS_URI)
: UsecasesPackage.eINSTANCE);
VerificationvalidationPackageImpl theVerificationvalidationPackage = (VerificationvalidationPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(VerificationvalidationPackage.eNS_URI) instanceof VerificationvalidationPackageImpl ? EPackage.Registry.INSTANCE
- .getEPackage(VerificationvalidationPackage.eNS_URI) : VerificationvalidationPackage.eINSTANCE);
+ .getEPackage(VerificationvalidationPackage.eNS_URI)
+ : VerificationvalidationPackage.eINSTANCE);
org.eclipse.papyrus.eastadl.requirements.requirements.impl.RequirementsPackageImpl theRequirementsPackage_1 = (org.eclipse.papyrus.eastadl.requirements.requirements.impl.RequirementsPackageImpl) (EPackage.Registry.INSTANCE
.getEPackage(org.eclipse.papyrus.eastadl.requirements.requirements.RequirementsPackage.eNS_URI) instanceof org.eclipse.papyrus.eastadl.requirements.requirements.impl.RequirementsPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(org.eclipse.papyrus.eastadl.requirements.requirements.RequirementsPackage.eNS_URI) : org.eclipse.papyrus.eastadl.requirements.requirements.RequirementsPackage.eINSTANCE);
@@ -249,11 +251,13 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha AnnexPackageImpl theAnnexPackage = (AnnexPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(AnnexPackage.eNS_URI) instanceof AnnexPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(AnnexPackage.eNS_URI) : AnnexPackage.eINSTANCE);
NeedsPackageImpl theNeedsPackage = (NeedsPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(NeedsPackage.eNS_URI) instanceof NeedsPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(NeedsPackage.eNS_URI) : NeedsPackage.eINSTANCE);
AttributequantificationconstraintPackageImpl theAttributequantificationconstraintPackage = (AttributequantificationconstraintPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(AttributequantificationconstraintPackage.eNS_URI) instanceof AttributequantificationconstraintPackageImpl ? EPackage.Registry.INSTANCE
- .getEPackage(AttributequantificationconstraintPackage.eNS_URI) : AttributequantificationconstraintPackage.eINSTANCE);
+ .getEPackage(AttributequantificationconstraintPackage.eNS_URI)
+ : AttributequantificationconstraintPackage.eINSTANCE);
TemporalconstraintPackageImpl theTemporalconstraintPackage = (TemporalconstraintPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(TemporalconstraintPackage.eNS_URI) instanceof TemporalconstraintPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(TemporalconstraintPackage.eNS_URI) : TemporalconstraintPackage.eINSTANCE);
ComputationconstraintPackageImpl theComputationconstraintPackage = (ComputationconstraintPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(ComputationconstraintPackage.eNS_URI) instanceof ComputationconstraintPackageImpl ? EPackage.Registry.INSTANCE
- .getEPackage(ComputationconstraintPackage.eNS_URI) : ComputationconstraintPackage.eINSTANCE);
+ .getEPackage(ComputationconstraintPackage.eNS_URI)
+ : ComputationconstraintPackage.eINSTANCE);
GenericconstraintsPackageImpl theGenericconstraintsPackage = (GenericconstraintsPackageImpl) (EPackage.Registry.INSTANCE.getEPackage(GenericconstraintsPackage.eNS_URI) instanceof GenericconstraintsPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(GenericconstraintsPackage.eNS_URI) : GenericconstraintsPackage.eINSTANCE);
@@ -341,7 +345,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -352,7 +356,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -363,7 +367,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -374,7 +378,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -385,7 +389,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -396,7 +400,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -407,7 +411,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -418,7 +422,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -429,7 +433,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -440,7 +444,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -451,7 +455,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -462,7 +466,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -473,7 +477,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -484,7 +488,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -495,7 +499,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -506,7 +510,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -517,7 +521,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -528,7 +532,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -539,7 +543,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -550,7 +554,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -561,7 +565,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -572,7 +576,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -583,7 +587,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -594,7 +598,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -605,7 +609,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -616,7 +620,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -627,7 +631,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -638,7 +642,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -649,7 +653,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -660,7 +664,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -671,7 +675,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -682,7 +686,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private boolean isCreated = false;
@@ -692,7 +696,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha * guarded to have no affect on any invocation but its first.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void createPackageContents() {
@@ -743,7 +747,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha /**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private boolean isInitialized = false;
@@ -753,7 +757,7 @@ public class BehaviordescriptionPackageImpl extends EPackageImpl implements Beha * method is guarded to have no affect on any invocation but its first.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void initializePackageContents() {
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionAdapterFactory.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionAdapterFactory.java index 0dea22726f5..bf5750ed866 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionAdapterFactory.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionAdapterFactory.java @@ -27,7 +27,7 @@ import org.eclipse.papyrus.eastadl.infrastructure.elements.TraceableSpecificatio * The <b>Adapter Factory</b> for the model.
* It provides an adapter <code>createXXX</code> method for each class of the model.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage
* @generated
*/
@@ -36,7 +36,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * The cached model package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected static BehaviordescriptionPackage modelPackage;
@@ -45,7 +45,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * Creates an instance of the adapter factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public BehaviordescriptionAdapterFactory() {
@@ -59,7 +59,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * <!-- begin-user-doc -->
* This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
* <!-- end-user-doc -->
- *
+ *
* @return whether this factory is applicable for the type of the object.
* @generated
*/
@@ -78,7 +78,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * The switch that delegates to the <code>createXXX</code> methods.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BehaviordescriptionSwitch<Adapter> modelSwitch =
@@ -163,7 +163,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * Creates an adapter for the <code>target</code>.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param target
* the object to adapt.
* @return the adapter for the <code>target</code>.
@@ -181,7 +181,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintBindingAttribute
* @generated
@@ -196,7 +196,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintParameter
* @generated
@@ -211,7 +211,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintInternalBinding
* @generated
@@ -226,7 +226,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintBindingEvent
* @generated
@@ -241,7 +241,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintPrototype
* @generated
@@ -256,7 +256,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintType
* @generated
@@ -271,7 +271,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviorConstraintTargetBinding
* @generated
@@ -286,7 +286,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.infrastructure.elements.EAElement
* @generated
@@ -301,7 +301,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.Attribute
* @generated
@@ -316,7 +316,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.annex.temporalconstraint.TransitionEvent
* @generated
@@ -331,7 +331,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.infrastructure.elements.EAPackageableElement
* @generated
@@ -346,7 +346,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.infrastructure.elements.TraceableSpecification
* @generated
@@ -361,7 +361,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.infrastructure.elements.Context
* @generated
@@ -376,7 +376,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.eastadl.infrastructure.elements.Relationship
* @generated
@@ -390,7 +390,7 @@ public class BehaviordescriptionAdapterFactory extends AdapterFactoryImpl { * <!-- begin-user-doc -->
* This default implementation returns null.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @generated
*/
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionResourceFactoryImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionResourceFactoryImpl.java index 99a0b6c0fa0..aa888e6d1e1 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionResourceFactoryImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionResourceFactoryImpl.java @@ -11,7 +11,7 @@ import org.eclipse.emf.ecore.xmi.XMLResource; * <!-- begin-user-doc -->
* The <b>Resource Factory</b> associated with the package.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.util.BehaviordescriptionResourceImpl
* @generated
*/
@@ -20,7 +20,7 @@ public class BehaviordescriptionResourceFactoryImpl extends ResourceFactoryImpl * Creates an instance of the resource factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public BehaviordescriptionResourceFactoryImpl() {
@@ -31,7 +31,7 @@ public class BehaviordescriptionResourceFactoryImpl extends ResourceFactoryImpl * Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionResourceImpl.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionResourceImpl.java index 6e64d32f7e2..5c6ef8509d7 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionResourceImpl.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionResourceImpl.java @@ -9,7 +9,7 @@ import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; * <!-- begin-user-doc -->
* The <b>Resource </b> associated with the package.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.util.BehaviordescriptionResourceFactoryImpl
* @generated
*/
@@ -18,7 +18,7 @@ public class BehaviordescriptionResourceImpl extends XMLResourceImpl { * Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param uri
* the URI of the new resource.
* @generated
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionSwitch.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionSwitch.java index e45085f3da2..02db334372b 100644 --- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionSwitch.java +++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/behaviordescription/util/BehaviordescriptionSwitch.java @@ -30,7 +30,7 @@ import org.eclipse.papyrus.eastadl.infrastructure.elements.TraceableSpecificatio * until a non-null result is returned,
* which is the result of the switch.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.eastadl.annex.behaviordescription.BehaviordescriptionPackage
* @generated
*/
@@ -39,7 +39,7 @@ public class BehaviordescriptionSwitch<T> extends Switch<T> { * The cached model package
* <!-- begin-user-doc -->
|