public interface StochasticFailureBehaviour extends DependableComponent
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFailureDistribution()
Returns the value of the 'Failure Distribution' attribute.
|
java.lang.String |
getModes()
Returns the value of the 'Modes' attribute.
|
java.lang.String |
getRepairDistribution()
Returns the value of the 'Repair Distribution' attribute.
|
void |
setFailureDistribution(java.lang.String value)
Sets the value of the '
Failure Distribution ' attribute. |
void |
setModes(java.lang.String value)
Sets the value of the '
Modes ' attribute. |
void |
setRepairDistribution(java.lang.String value)
Sets the value of the '
Repair Distribution ' attribute. |
getBase_Component, getBase_InstanceSpecification, getBase_Property, getErrorModel, setBase_Component, setBase_InstanceSpecification, setBase_Property
java.lang.String getFailureDistribution()
If the meaning of the 'Failure Distribution' attribute isn't clear, there really should be more of a description here...
setFailureDistribution(String)
,
StateBasedComponentsPackage.getStochasticFailureBehaviour_FailureDistribution()
void setFailureDistribution(java.lang.String value)
Failure Distribution
' attribute.
value
- the new value of the 'Failure Distribution' attribute.getFailureDistribution()
java.lang.String getRepairDistribution()
If the meaning of the 'Repair Distribution' attribute isn't clear, there really should be more of a description here...
setRepairDistribution(String)
,
StateBasedComponentsPackage.getStochasticFailureBehaviour_RepairDistribution()
void setRepairDistribution(java.lang.String value)
Repair Distribution
' attribute.
value
- the new value of the 'Repair Distribution' attribute.getRepairDistribution()
java.lang.String getModes()
If the meaning of the 'Modes' attribute isn't clear, there really should be more of a description here...
setModes(String)
,
StateBasedComponentsPackage.getStochasticFailureBehaviour_Modes()
void setModes(java.lang.String value)
Modes
' attribute.
value
- the new value of the 'Modes' attribute.getModes()