Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/errormodel/FaultFailurePropagationLink.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/errormodel/FaultFailurePropagationLink.java68
1 files changed, 39 insertions, 29 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/errormodel/FaultFailurePropagationLink.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/errormodel/FaultFailurePropagationLink.java
index 680d6c950d9..1fe7052a8ff 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/errormodel/FaultFailurePropagationLink.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/errormodel/FaultFailurePropagationLink.java
@@ -24,51 +24,55 @@ import org.eclipse.uml2.uml.Connector;
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Fault Failure Propagation Link</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <!-- begin-model-doc -->
- * The FaultFailurePropagationLink metaclass represents the links for the propagations of faults/failures across system elements. In particular, it defines that one error model provides the faults/failures that another error model receives.
+ * The FaultFailurePropagationLink metaclass represents the links for the propagations of faults/failures across system elements. In particular, it
+ * defines that one error model provides the faults/failures that another error model receives.
*
- * A fault/failure link can only be applied to compatible ports, either for fault/failure delegation within an error model or for fault/failure transmission across two error models. A FaultFailurePropagationLink can only connect fault/failure ports that have compatible types.
+ * A fault/failure link can only be applied to compatible ports, either for fault/failure delegation within an error model or for fault/failure
+ * transmission across two error models. A FaultFailurePropagationLink can only connect fault/failure ports that have compatible types.
*
* Constraints:
* [1] Only compatible fromPort-toPort pairs may be connectedNo additional constraints
*
- * [2] Two fault/failure ports are compatible if the EADatatype of the fromPort represents a subset of the Fault/Failure set represented by the toPort’s EADatatype.
+ * [2] Two fault/failure ports are compatible if the EADatatype of the fromPort represents a subset of the Fault/Failure set represented by the
+ * toPort’s EADatatype.
*
*
* Semantics:
- * The FaultFailurePropagationLink defines a Failure propagation path, from the fromPort on one error model to the toPort of another error model.
+ * The FaultFailurePropagationLink defines a Failure propagation path, from the fromPort on one error model to the toPort of another error model.
*
*
* Extension:
* UML::Connector
* <!-- end-model-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getBase_Connector <em>Base Connector</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#isImmediatePropagation <em>Immediate Propagation</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getToPort <em>To Port</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getFromPort <em>From Port</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getFromPort_path <em>From Port path</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getToPort_path <em>To Port path</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getBase_Connector <em>Base Connector</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#isImmediatePropagation <em>Immediate Propagation</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getToPort <em>To Port</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getFromPort <em>From Port</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getFromPort_path <em>From Port path</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getToPort_path <em>To Port path</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.eastadl.dependability.errormodel.ErrormodelPackage#getFaultFailurePropagationLink()
* @model
* @generated
*/
public interface FaultFailurePropagationLink extends EAElement {
+
/**
* Returns the value of the '<em><b>Base Connector</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Base Connector</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Base Connector</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Base Connector</em>' reference.
* @see #setBase_Connector(Connector)
* @see org.eclipse.papyrus.eastadl.dependability.errormodel.ErrormodelPackage#getFaultFailurePropagationLink_Base_Connector()
@@ -78,10 +82,13 @@ public interface FaultFailurePropagationLink extends EAElement {
Connector getBase_Connector();
/**
- * Sets the value of the '{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getBase_Connector <em>Base Connector</em>}' reference.
+ * Sets the value of the '{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#getBase_Connector
+ * <em>Base Connector</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Base Connector</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Base Connector</em>' reference.
* @see #getBase_Connector()
* @generated
*/
@@ -91,10 +98,10 @@ public interface FaultFailurePropagationLink extends EAElement {
* Returns the value of the '<em><b>From Port</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>From Port</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>From 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>From Port</em>' reference.
* @see org.eclipse.papyrus.eastadl.dependability.errormodel.ErrormodelPackage#getFaultFailurePropagationLink_FromPort()
* @model required="true" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
@@ -107,10 +114,10 @@ public interface FaultFailurePropagationLink extends EAElement {
* The list contents are of type {@link org.eclipse.papyrus.eastadl.dependability.errormodel.ErrorModelPrototype}.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>From Port path</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>From Port path</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>From Port path</em>' reference list.
* @see org.eclipse.papyrus.eastadl.dependability.errormodel.ErrormodelPackage#getFaultFailurePropagationLink_FromPort_path()
* @model
@@ -123,10 +130,10 @@ public interface FaultFailurePropagationLink extends EAElement {
* The list contents are of type {@link org.eclipse.papyrus.eastadl.dependability.errormodel.ErrorModelPrototype}.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>To Port path</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>To Port path</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>To Port path</em>' reference list.
* @see org.eclipse.papyrus.eastadl.dependability.errormodel.ErrormodelPackage#getFaultFailurePropagationLink_ToPort_path()
* @model
@@ -138,10 +145,10 @@ public interface FaultFailurePropagationLink extends EAElement {
* Returns the value of the '<em><b>To Port</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>To Port</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>To 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>To Port</em>' reference.
* @see org.eclipse.papyrus.eastadl.dependability.errormodel.ErrormodelPackage#getFaultFailurePropagationLink_ToPort()
* @model required="true" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
@@ -154,10 +161,10 @@ public interface FaultFailurePropagationLink extends EAElement {
* The default value is <code>"true"</code>.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Immediate Propagation</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Immediate Propagation</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Immediate Propagation</em>' attribute.
* @see #setImmediatePropagation(boolean)
* @see org.eclipse.papyrus.eastadl.dependability.errormodel.ErrormodelPackage#getFaultFailurePropagationLink_ImmediatePropagation()
@@ -167,10 +174,13 @@ public interface FaultFailurePropagationLink extends EAElement {
boolean isImmediatePropagation();
/**
- * Sets the value of the '{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#isImmediatePropagation <em>Immediate Propagation</em>}' attribute.
+ * Sets the value of the '{@link org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePropagationLink#isImmediatePropagation
+ * <em>Immediate Propagation</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Immediate Propagation</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Immediate Propagation</em>' attribute.
* @see #isImmediatePropagation()
* @generated
*/

Back to the top