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/PatternConstraint.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/PatternConstraint.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/PatternConstraint.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/PatternConstraint.java
index 47dfd68a824..fcd72e07e2e 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/PatternConstraint.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/PatternConstraint.java
@@ -39,7 +39,7 @@ public interface PatternConstraint extends TimingConstraint {
* <!-- begin-model-doc -->
* The period specifies the time interval within the event occurs any number of times following a pattern.
* <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Period</em>' reference.
* @see #setPeriod(TimingExpression)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getPatternConstraint_Period()
@@ -52,7 +52,7 @@ public interface PatternConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.PatternConstraint#getPeriod <em>Period</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Period</em>' reference.
* @see #getPeriod()
@@ -67,7 +67,7 @@ public interface PatternConstraint extends TimingConstraint {
* <!-- begin-model-doc -->
* The minimum inter-arrival time specifies the minimal possible time interval between two consecutive occurrences of the event within the given period.
* <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Minimum</em>' reference.
* @see #setMinimum(TimingExpression)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getPatternConstraint_Minimum()
@@ -80,7 +80,7 @@ public interface PatternConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.PatternConstraint#getMinimum <em>Minimum</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Minimum</em>' reference.
* @see #getMinimum()
@@ -96,7 +96,7 @@ public interface PatternConstraint extends TimingConstraint {
* <!-- begin-model-doc -->
* The set occurrence (1..n) specifies the offset for each occurrence of the event in the specified period. Each occurrence is specified from the beginning of the period
* <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Offset</em>' reference list.
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getPatternConstraint_Offset()
* @model required="true"
@@ -111,7 +111,7 @@ public interface PatternConstraint extends TimingConstraint {
* <!-- begin-model-doc -->
* The jitter specifies maximal possible time interval the occurrence of the events within the given period can vary (formerly: can be delayed).
* <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Jitter</em>' reference.
* @see #setJitter(TimingExpression)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getPatternConstraint_Jitter()
@@ -124,7 +124,7 @@ public interface PatternConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.PatternConstraint#getJitter <em>Jitter</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Jitter</em>' reference.
* @see #getJitter()
@@ -139,7 +139,7 @@ public interface PatternConstraint extends TimingConstraint {
* 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#getPatternConstraint_Event()
@@ -152,7 +152,7 @@ public interface PatternConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.PatternConstraint#getEvent <em>Event</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Event</em>' reference.
* @see #getEvent()

Back to the top