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/RepetitionConstraint.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/RepetitionConstraint.java50
1 files changed, 30 insertions, 20 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/RepetitionConstraint.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/RepetitionConstraint.java
index 29298e67b80..a24edd8d1e5 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/RepetitionConstraint.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/RepetitionConstraint.java
@@ -14,11 +14,11 @@ import org.eclipse.papyrus.eastadl.timing.TimingExpression;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getSpan <em>Span</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getLower <em>Lower</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getUpper <em>Upper</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getJitter <em>Jitter</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getEvent <em>Event</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getSpan <em>Span</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getLower <em>Lower</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getUpper <em>Upper</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getJitter <em>Jitter</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getEvent <em>Event</em>}</li>
* </ul>
* </p>
*
@@ -31,10 +31,10 @@ public interface RepetitionConstraint extends TimingConstraint {
* Returns the value of the '<em><b>Span</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Span</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Span</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Span</em>' attribute.
* @see #setSpan(int)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getRepetitionConstraint_Span()
@@ -47,7 +47,9 @@ public interface RepetitionConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getSpan <em>Span</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Span</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Span</em>' attribute.
* @see #getSpan()
* @generated
*/
@@ -57,10 +59,10 @@ public interface RepetitionConstraint 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#getRepetitionConstraint_Lower()
@@ -73,7 +75,9 @@ public interface RepetitionConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#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
*/
@@ -83,10 +87,10 @@ public interface RepetitionConstraint 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#getRepetitionConstraint_Upper()
@@ -99,7 +103,9 @@ public interface RepetitionConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#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
*/
@@ -109,10 +115,10 @@ public interface RepetitionConstraint extends TimingConstraint {
* Returns the value of the '<em><b>Jitter</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Jitter</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Jitter</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Jitter</em>' reference.
* @see #setJitter(TimingExpression)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getRepetitionConstraint_Jitter()
@@ -125,7 +131,9 @@ public interface RepetitionConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getJitter <em>Jitter</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Jitter</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Jitter</em>' reference.
* @see #getJitter()
* @generated
*/
@@ -135,10 +143,10 @@ public interface RepetitionConstraint extends TimingConstraint {
* Returns the value of the '<em><b>Event</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Event</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Event</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Event</em>' reference.
* @see #setEvent(Event)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getRepetitionConstraint_Event()
@@ -151,7 +159,9 @@ public interface RepetitionConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.RepetitionConstraint#getEvent <em>Event</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Event</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Event</em>' reference.
* @see #getEvent()
* @generated
*/

Back to the top