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/computationconstraint/LogicalPath.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/LogicalPath.java21
1 files changed, 9 insertions, 12 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/LogicalPath.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/LogicalPath.java
index 40105b6e5fd..6f3c460a7e7 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/LogicalPath.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/computationconstraint/LogicalPath.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.eastadl.annex.computationconstraint;
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.papyrus.eastadl.annex.attributequantificationconstraint.LogicalEvent;
-
import org.eclipse.papyrus.eastadl.infrastructure.elements.EAElement;
-
import org.eclipse.papyrus.eastadl.timing.EventChain;
/**
@@ -42,7 +39,7 @@ public interface LogicalPath extends EAElement {
* If the meaning of the '<em>Strand</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>Strand</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationconstraintPackage#getLogicalPath_Strand()
* @model ordered="false"
@@ -58,7 +55,7 @@ public interface LogicalPath extends EAElement {
* If the meaning of the '<em>Segment</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>Segment</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationconstraintPackage#getLogicalPath_Segment()
* @model ordered="false"
@@ -73,7 +70,7 @@ public interface LogicalPath extends EAElement {
* If the meaning of the '<em>Transformation Occurrence</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Transformation Occurrence</em>' reference.
* @see #setTransformationOccurrence(TransformationOccurrence)
* @see org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationconstraintPackage#getLogicalPath_TransformationOccurrence()
@@ -86,7 +83,7 @@ public interface LogicalPath extends EAElement {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.computationconstraint.LogicalPath#getTransformationOccurrence <em>Transformation Occurrence</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Transformation Occurrence</em>' reference.
* @see #getTransformationOccurrence()
@@ -102,7 +99,7 @@ public interface LogicalPath extends EAElement {
* If the meaning of the '<em>Preceding Execution Event Chain</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>Preceding Execution Event Chain</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationconstraintPackage#getLogicalPath_PrecedingExecutionEventChain()
* @model ordered="false"
@@ -118,7 +115,7 @@ public interface LogicalPath extends EAElement {
* If the meaning of the '<em>Succeeding Execution Event Chain</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>Succeeding Execution Event Chain</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationconstraintPackage#getLogicalPath_SucceedingExecutionEventChain()
* @model ordered="false"
@@ -134,7 +131,7 @@ public interface LogicalPath extends EAElement {
* If the meaning of the '<em>Corresponding Execution Event Chain</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>Corresponding Execution Event Chain</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationconstraintPackage#getLogicalPath_CorrespondingExecutionEventChain()
* @model ordered="false"
@@ -150,7 +147,7 @@ public interface LogicalPath extends EAElement {
* If the meaning of the '<em>Logical Response</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>Logical Response</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationconstraintPackage#getLogicalPath_LogicalResponse()
* @model ordered="false"
@@ -166,7 +163,7 @@ public interface LogicalPath extends EAElement {
* If the meaning of the '<em>Logical Stimulus</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>Logical Stimulus</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.computationconstraint.ComputationconstraintPackage#getLogicalPath_LogicalStimulus()
* @model ordered="false"

Back to the top