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/ReactionConstraint.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ReactionConstraint.java34
1 files changed, 20 insertions, 14 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ReactionConstraint.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ReactionConstraint.java
index b007e327559..5f0bbc0feb8 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ReactionConstraint.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/timing/timingconstraints/ReactionConstraint.java
@@ -1,7 +1,7 @@
/*****************************************************************************
* Copyright (c) 2010 CEA LIST.
*
- *
+ *
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -27,16 +27,16 @@ import org.eclipse.papyrus.eastadl.timing.TimingExpression;
*
* <!-- begin-model-doc -->
* ReactionConstraint is used to impose a timing constraint on an event chain in order to specify bounds for reacting on the occurrence of a stimulus or stimuli. The intention of this constraint is to look forward in time.
- *
+ *
* Compare AgeTimingConstraint.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ReactionConstraint#getScope <em>Scope</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ReactionConstraint#getMaximum <em>Maximum</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ReactionConstraint#getMinimum <em>Minimum</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ReactionConstraint#getScope <em>Scope</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ReactionConstraint#getMaximum <em>Maximum</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ReactionConstraint#getMinimum <em>Minimum</em>}</li>
* </ul>
* </p>
*
@@ -50,10 +50,10 @@ public interface ReactionConstraint extends TimingConstraint {
* Returns the value of the '<em><b>Scope</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Scope</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Scope</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Scope</em>' reference.
* @see #setScope(EventChain)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getReactionConstraint_Scope()
@@ -66,7 +66,9 @@ public interface ReactionConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ReactionConstraint#getScope <em>Scope</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Scope</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Scope</em>' reference.
* @see #getScope()
* @generated
*/
@@ -76,10 +78,10 @@ public interface ReactionConstraint extends TimingConstraint {
* Returns the value of the '<em><b>Maximum</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Maximum</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Maximum</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Maximum</em>' reference.
* @see #setMaximum(TimingExpression)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getReactionConstraint_Maximum()
@@ -92,7 +94,9 @@ public interface ReactionConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ReactionConstraint#getMaximum <em>Maximum</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Maximum</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Maximum</em>' reference.
* @see #getMaximum()
* @generated
*/
@@ -102,10 +106,10 @@ public interface ReactionConstraint extends TimingConstraint {
* Returns the value of the '<em><b>Minimum</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Minimum</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Minimum</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Minimum</em>' reference.
* @see #setMinimum(TimingExpression)
* @see org.eclipse.papyrus.eastadl.timing.timingconstraints.TimingconstraintsPackage#getReactionConstraint_Minimum()
@@ -118,7 +122,9 @@ public interface ReactionConstraint extends TimingConstraint {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.timing.timingconstraints.ReactionConstraint#getMinimum <em>Minimum</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Minimum</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Minimum</em>' reference.
* @see #getMinimum()
* @generated
*/

Back to the top