Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FaultFailurePropagationLink_fromPortInstanceRef.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FaultFailurePropagationLink_fromPortInstanceRef.java16
1 files changed, 9 insertions, 7 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FaultFailurePropagationLink_fromPortInstanceRef.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FaultFailurePropagationLink_fromPortInstanceRef.java
index 2915691e6bf..47799c2e885 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FaultFailurePropagationLink_fromPortInstanceRef.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/infrastructure/FaultFailurePropagationLink_fromPortInstanceRef.java
@@ -14,8 +14,8 @@ import org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePort;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.infrastructure.FaultFailurePropagationLink_fromPortInstanceRef#getFaultFairelurePort <em>Fault Fairelure Port</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.infrastructure.FaultFailurePropagationLink_fromPortInstanceRef#getErrorModelPrototype <em>Error Model Prototype</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.infrastructure.FaultFailurePropagationLink_fromPortInstanceRef#getFaultFairelurePort <em>Fault Fairelure Port</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.infrastructure.FaultFailurePropagationLink_fromPortInstanceRef#getErrorModelPrototype <em>Error Model Prototype</em>}</li>
* </ul>
* </p>
*
@@ -28,10 +28,10 @@ public interface FaultFailurePropagationLink_fromPortInstanceRef extends Instanc
* Returns the value of the '<em><b>Fault Fairelure Port</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Fault Fairelure Port</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Fault Fairelure Port</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Fault Fairelure Port</em>' reference.
* @see #setFaultFairelurePort(FaultFailurePort)
* @see org.eclipse.papyrus.eastadl.infrastructure.InfrastructurePackage#getFaultFailurePropagationLink_fromPortInstanceRef_FaultFairelurePort()
@@ -44,7 +44,9 @@ public interface FaultFailurePropagationLink_fromPortInstanceRef extends Instanc
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.infrastructure.FaultFailurePropagationLink_fromPortInstanceRef#getFaultFairelurePort <em>Fault Fairelure Port</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Fault Fairelure Port</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Fault Fairelure Port</em>' reference.
* @see #getFaultFairelurePort()
* @generated
*/
@@ -55,10 +57,10 @@ public interface FaultFailurePropagationLink_fromPortInstanceRef extends Instanc
* The list contents are of type {@link org.eclipse.papyrus.eastadl.dependability.errormodel.ErrorModelPrototype}.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Error Model Prototype</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Error Model Prototype</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>Error Model Prototype</em>' reference list.
* @see org.eclipse.papyrus.eastadl.infrastructure.InfrastructurePackage#getFaultFailurePropagationLink_fromPortInstanceRef_ErrorModelPrototype()
* @model ordered="false"

Back to the top