Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/ComputationConstraint.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/ComputationConstraint.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/ComputationConstraint.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/ComputationConstraint.java
index 30353306bb6..94d57525ca2 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/ComputationConstraint.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/ComputationConstraint.java
@@ -14,8 +14,8 @@ import org.eclipse.papyrus.eastadl.infrastructure.elements.EAElement;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationConstraint#getLogicalPath <em>Logical Path</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationConstraint#getLogicalTransformation <em>Logical Transformation</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationConstraint#getLogicalPath <em>Logical Path</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationConstraint#getLogicalTransformation <em>Logical Transformation</em>}</li>
* </ul>
* </p>
*
@@ -29,10 +29,10 @@ public interface ComputationConstraint extends EAElement {
* The list contents are of type {@link org.eclipse.papyrus.eastadl.annex.computationconstraint.LogicalPath}.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Logical Path</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Logical Path</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>Logical Path</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationconstraintPackage#getComputationConstraint_LogicalPath()
* @model ordered="false"
@@ -45,10 +45,10 @@ public interface ComputationConstraint extends EAElement {
* The list contents are of type {@link org.eclipse.papyrus.eastadl.annex.computationconstraint.LogicalTransformation}.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Logical Transformation</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Logical Transformation</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>Logical Transformation</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationconstraintPackage#getComputationConstraint_LogicalTransformation()
* @model ordered="false"

Back to the top