Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/temporalconstraint/Transition.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/temporalconstraint/Transition.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/temporalconstraint/Transition.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/temporalconstraint/Transition.java
index a893155c06f..43aa8c81fc5 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/temporalconstraint/Transition.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/temporalconstraint/Transition.java
@@ -35,7 +35,7 @@ public interface Transition extends EAElement {
* If the meaning of the '<em>From</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>From</em>' reference.
* @see #setFrom(State)
* @see org.eclipse.papyrus.eastadl.annex.temporalconstraint.TemporalconstraintPackage#getTransition_From()
@@ -48,7 +48,7 @@ public interface Transition extends EAElement {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.temporalconstraint.Transition#getFrom <em>From</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>From</em>' reference.
* @see #getFrom()
@@ -63,7 +63,7 @@ public interface Transition extends EAElement {
* If the meaning of the '<em>To</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>To</em>' reference.
* @see #setTo(State)
* @see org.eclipse.papyrus.eastadl.annex.temporalconstraint.TemporalconstraintPackage#getTransition_To()
@@ -76,7 +76,7 @@ public interface Transition extends EAElement {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.temporalconstraint.Transition#getTo <em>To</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>To</em>' reference.
* @see #getTo()
@@ -92,7 +92,7 @@ public interface Transition extends EAElement {
* If the meaning of the '<em>Quantification Guard</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Quantification Guard</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.temporalconstraint.TemporalconstraintPackage#getTransition_QuantificationGuard()
* @model ordered="false"
@@ -108,7 +108,7 @@ public interface Transition extends EAElement {
* If the meaning of the '<em>Time Guard</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Time Guard</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.temporalconstraint.TemporalconstraintPackage#getTransition_TimeGuard()
* @model ordered="false"
@@ -123,7 +123,7 @@ public interface Transition extends EAElement {
* If the meaning of the '<em>Effect</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Effect</em>' reference.
* @see #setEffect(TransformationOccurrence)
* @see org.eclipse.papyrus.eastadl.annex.temporalconstraint.TemporalconstraintPackage#getTransition_Effect()
@@ -136,7 +136,7 @@ public interface Transition extends EAElement {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.temporalconstraint.Transition#getEffect <em>Effect</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Effect</em>' reference.
* @see #getEffect()

Back to the top