Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/elements/Context.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/elements/Context.java20
1 files changed, 8 insertions, 12 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/elements/Context.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/elements/Context.java
index 9cb3bcfaeb8..ab9f300f411 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/elements/Context.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/elements/Context.java
@@ -21,10 +21,9 @@ import org.eclipse.emf.common.util.EList;
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Context</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <!-- begin-model-doc -->
- * Context represents a simple and practical way to allocate TraceableSpecifications to a specific EAST-ADL2 model context, and to let this specific
- * model context own Relationships.
+ * Context represents a simple and practical way to allocate TraceableSpecifications to a specific EAST-ADL2 model context, and to let this specific model context own Relationships.
*
* Semantics:
* See Relationship and TraceableSpecification.
@@ -33,24 +32,23 @@ import org.eclipse.emf.common.util.EList;
* Changes:
* New class in EAST-ADL2
*
- * Extension:
+ * Extension:
* The Context stereotype is an abstract stereotype which extends UML2 PackageableElement
* <!-- end-model-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.infrastructure.elements.Context#getTraceableSpecification <em>Traceable Specification</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.infrastructure.elements.Context#getOwnedRelationship <em>Owned Relationship</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.infrastructure.elements.Context#getTraceableSpecification <em>Traceable Specification</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.infrastructure.elements.Context#getOwnedRelationship <em>Owned Relationship</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.eastadl.infrastructure.elements.ElementsPackage#getContext()
* @model abstract="true"
* @generated
*/
-public interface Context extends EAElement {
-
+public interface Context extends EAPackageableElement {
/**
* Returns the value of the '<em><b>Owned Relationship</b></em>' reference list.
* The list contents are of type {@link org.eclipse.papyrus.eastadl.infrastructure.elements.Relationship}.
@@ -59,7 +57,6 @@ public interface Context extends EAElement {
* <!-- begin-model-doc -->
* Relationship(s) associated to this context.
* <!-- end-model-doc -->
- *
* @return the value of the '<em>Owned Relationship</em>' reference list.
* @see org.eclipse.papyrus.eastadl.infrastructure.elements.ElementsPackage#getContext_OwnedRelationship()
* @model ordered="false"
@@ -75,7 +72,6 @@ public interface Context extends EAElement {
* <!-- begin-model-doc -->
* Traceable specification(s) allocated to this context.
* <!-- end-model-doc -->
- *
* @return the value of the '<em>Traceable Specification</em>' reference list.
* @see org.eclipse.papyrus.eastadl.infrastructure.elements.ElementsPackage#getContext_TraceableSpecification()
* @model ordered="false"

Back to the top