Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ComparisonConstraint.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ComparisonConstraint.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ComparisonConstraint.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ComparisonConstraint.java
index a28a7654b99..e947636735b 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ComparisonConstraint.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ComparisonConstraint.java
@@ -31,7 +31,7 @@ public interface ComparisonConstraint extends TimingConstraint {
* If the meaning of the '<em>Right Operand</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Right Operand</em>' reference.
* @see #setRightOperand(TimingExpression)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getComparisonConstraint_RightOperand()
@@ -44,7 +44,7 @@ public interface ComparisonConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ComparisonConstraint#getRightOperand <em>Right Operand</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Right Operand</em>' reference.
* @see #getRightOperand()
@@ -59,7 +59,7 @@ public interface ComparisonConstraint extends TimingConstraint {
* If the meaning of the '<em>Left Operand</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Left Operand</em>' reference.
* @see #setLeftOperand(TimingExpression)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getComparisonConstraint_LeftOperand()
@@ -72,7 +72,7 @@ public interface ComparisonConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ComparisonConstraint#getLeftOperand <em>Left Operand</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Left Operand</em>' reference.
* @see #getLeftOperand()
@@ -88,7 +88,7 @@ public interface ComparisonConstraint extends TimingConstraint {
* If the meaning of the '<em>Operator</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Operator</em>' attribute.
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.ComparisonKind
* @see #setOperator(ComparisonKind)
@@ -102,7 +102,7 @@ public interface ComparisonConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ComparisonConstraint#getOperator <em>Operator</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Operator</em>' attribute.
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.ComparisonKind

Back to the top