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/StrongDelayConstraint.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/StrongDelayConstraint.java40
1 files changed, 24 insertions, 16 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/StrongDelayConstraint.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/StrongDelayConstraint.java
index 7456fc1d619..55410f5fa46 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/StrongDelayConstraint.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/StrongDelayConstraint.java
@@ -14,10 +14,10 @@ import org.eclipse.papyrus.eastadl.timing.TimingExpression;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getSource <em>Source</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getTarget <em>Target</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getLower <em>Lower</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getUpper <em>Upper</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getSource <em>Source</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getTarget <em>Target</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getLower <em>Lower</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getUpper <em>Upper</em>}</li>
* </ul>
* </p>
*
@@ -30,10 +30,10 @@ public interface StrongDelayConstraint extends TimingConstraint {
* Returns the value of the '<em><b>Source</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Source</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Source</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Source</em>' reference.
* @see #setSource(Event)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getStrongDelayConstraint_Source()
@@ -46,7 +46,9 @@ public interface StrongDelayConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getSource <em>Source</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Source</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Source</em>' reference.
* @see #getSource()
* @generated
*/
@@ -56,10 +58,10 @@ public interface StrongDelayConstraint extends TimingConstraint {
* Returns the value of the '<em><b>Target</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Target</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Target</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Target</em>' reference.
* @see #setTarget(Event)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getStrongDelayConstraint_Target()
@@ -72,7 +74,9 @@ public interface StrongDelayConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getTarget <em>Target</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Target</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Target</em>' reference.
* @see #getTarget()
* @generated
*/
@@ -82,10 +86,10 @@ public interface StrongDelayConstraint extends TimingConstraint {
* Returns the value of the '<em><b>Lower</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Lower</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Lower</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Lower</em>' reference.
* @see #setLower(TimingExpression)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getStrongDelayConstraint_Lower()
@@ -98,7 +102,9 @@ public interface StrongDelayConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getLower <em>Lower</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Lower</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Lower</em>' reference.
* @see #getLower()
* @generated
*/
@@ -108,10 +114,10 @@ public interface StrongDelayConstraint extends TimingConstraint {
* Returns the value of the '<em><b>Upper</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Upper</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Upper</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Upper</em>' reference.
* @see #setUpper(TimingExpression)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getStrongDelayConstraint_Upper()
@@ -124,7 +130,9 @@ public interface StrongDelayConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.StrongDelayConstraint#getUpper <em>Upper</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Upper</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Upper</em>' reference.
* @see #getUpper()
* @generated
*/

Back to the top