public interface FailureModes
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Port |
getBase_Port()
Returns the value of the 'Base Port' reference.
|
org.eclipse.uml2.uml.Slot |
getBase_Slot()
Returns the value of the 'Base Slot' reference.
|
org.eclipse.emf.common.util.EList<FailureMode> |
getFailureMode()
Returns the value of the 'Failure Mode' reference list.
|
FPTCSpecification |
getFPTCSpecification()
Returns the value of the 'FPTC Specification' reference.
|
void |
setBase_Port(org.eclipse.uml2.uml.Port value)
Sets the value of the '
Base Port ' reference. |
void |
setBase_Slot(org.eclipse.uml2.uml.Slot value)
Sets the value of the '
Base Slot ' reference. |
void |
setFPTCSpecification(FPTCSpecification value)
Sets the value of the '
FPTC Specification ' reference. |
org.eclipse.uml2.uml.Slot getBase_Slot()
If the meaning of the 'Base Slot' reference isn't clear, there really should be more of a description here...
setBase_Slot(Slot)
,
DependableComponentPackage.getFailureModes_Base_Slot()
void setBase_Slot(org.eclipse.uml2.uml.Slot value)
Base Slot
' reference.
value
- the new value of the 'Base Slot' reference.getBase_Slot()
org.eclipse.uml2.uml.Port getBase_Port()
If the meaning of the 'Base Port' reference isn't clear, there really should be more of a description here...
setBase_Port(Port)
,
DependableComponentPackage.getFailureModes_Base_Port()
void setBase_Port(org.eclipse.uml2.uml.Port value)
Base Port
' reference.
value
- the new value of the 'Base Port' reference.getBase_Port()
org.eclipse.emf.common.util.EList<FailureMode> getFailureMode()
FailureMode
.
If the meaning of the 'Failure Mode' reference list isn't clear, there really should be more of a description here...
DependableComponentPackage.getFailureModes_FailureMode()
FPTCSpecification getFPTCSpecification()
If the meaning of the 'FPTC Specification' reference isn't clear, there really should be more of a description here...
setFPTCSpecification(FPTCSpecification)
,
DependableComponentPackage.getFailureModes_FPTCSpecification()
void setFPTCSpecification(FPTCSpecification value)
FPTC Specification
' reference.
value
- the new value of the 'FPTC Specification' reference.getFPTCSpecification()