/** */ package org.eclipse.papyrus.eastadl.infrastructure; import org.eclipse.emf.common.util.EList; import org.eclipse.papyrus.eastadl.dependability.errormodel.ErrorModelPrototype; import org.eclipse.papyrus.eastadl.dependability.errormodel.FaultFailurePort; /** * * A representation of the model object 'Fault Failure Propagation Link from Port Instance Ref'. * * *

* The following features are supported: *

*

* * @see org.eclipse.papyrus.eastadl.infrastructure.InfrastructurePackage#getFaultFailurePropagationLink_fromPortInstanceRef() * @model * @generated */ public interface FaultFailurePropagationLink_fromPortInstanceRef extends InstanceRef { /** * Returns the value of the 'Fault Fairelure Port' reference. * *

* If the meaning of the 'Fault Fairelure Port' reference isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Fault Fairelure Port' reference. * @see #setFaultFairelurePort(FaultFailurePort) * @see org.eclipse.papyrus.eastadl.infrastructure.InfrastructurePackage#getFaultFailurePropagationLink_fromPortInstanceRef_FaultFairelurePort() * @model required="true" ordered="false" * @generated */ FaultFailurePort getFaultFairelurePort(); /** * Sets the value of the '{@link org.eclipse.papyrus.eastadl.infrastructure.FaultFailurePropagationLink_fromPortInstanceRef#getFaultFairelurePort Fault Fairelure Port}' reference. * * * * @param value * the new value of the 'Fault Fairelure Port' reference. * @see #getFaultFairelurePort() * @generated */ void setFaultFairelurePort(FaultFailurePort value); /** * Returns the value of the 'Error Model Prototype' reference list. * The list contents are of type {@link org.eclipse.papyrus.eastadl.dependability.errormodel.ErrorModelPrototype}. * *

* If the meaning of the 'Error Model Prototype' reference list isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Error Model Prototype' reference list. * @see org.eclipse.papyrus.eastadl.infrastructure.InfrastructurePackage#getFaultFailurePropagationLink_fromPortInstanceRef_ErrorModelPrototype() * @model ordered="false" * @generated */ EList getErrorModelPrototype(); } // FaultFailurePropagationLink_fromPortInstanceRef