public interface StatefulHardware extends DependableComponent
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorLatency()
Returns the value of the 'Error Latency' attribute.
|
java.lang.String |
getFaultOcc()
Returns the value of the 'Fault Occ' attribute.
|
java.lang.String |
getProbPermFault()
Returns the value of the 'Prob Perm Fault' attribute.
|
java.lang.String |
getRepairDelay()
Returns the value of the 'Repair Delay' attribute.
|
void |
setErrorLatency(java.lang.String value)
Sets the value of the '
Error Latency ' attribute. |
void |
setFaultOcc(java.lang.String value)
Sets the value of the '
Fault Occ ' attribute. |
void |
setProbPermFault(java.lang.String value)
Sets the value of the '
Prob Perm Fault ' attribute. |
void |
setRepairDelay(java.lang.String value)
Sets the value of the '
Repair Delay ' attribute. |
getBase_Component, getBase_InstanceSpecification, getBase_Property, getErrorModel, setBase_Component, setBase_InstanceSpecification, setBase_Property
java.lang.String getProbPermFault()
If the meaning of the 'Prob Perm Fault' attribute isn't clear, there really should be more of a description here...
setProbPermFault(String)
,
StateBasedComponentsPackage.getStatefulHardware_ProbPermFault()
void setProbPermFault(java.lang.String value)
Prob Perm Fault
' attribute.
value
- the new value of the 'Prob Perm Fault' attribute.getProbPermFault()
java.lang.String getErrorLatency()
If the meaning of the 'Error Latency' attribute isn't clear, there really should be more of a description here...
setErrorLatency(String)
,
StateBasedComponentsPackage.getStatefulHardware_ErrorLatency()
void setErrorLatency(java.lang.String value)
Error Latency
' attribute.
value
- the new value of the 'Error Latency' attribute.getErrorLatency()
java.lang.String getRepairDelay()
If the meaning of the 'Repair Delay' attribute isn't clear, there really should be more of a description here...
setRepairDelay(String)
,
StateBasedComponentsPackage.getStatefulHardware_RepairDelay()
void setRepairDelay(java.lang.String value)
Repair Delay
' attribute.
value
- the new value of the 'Repair Delay' attribute.getRepairDelay()
java.lang.String getFaultOcc()
If the meaning of the 'Fault Occ' attribute isn't clear, there really should be more of a description here...
setFaultOcc(String)
,
StateBasedComponentsPackage.getStatefulHardware_FaultOcc()
void setFaultOcc(java.lang.String value)
Fault Occ
' attribute.
value
- the new value of the 'Fault Occ' attribute.getFaultOcc()