public interface FaultHandling
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Transition |
getBase_Transition()
Returns the value of the 'Base Transition' reference.
|
java.lang.String |
getDelay()
Returns the value of the 'Delay' attribute.
|
java.lang.String |
getSuccessProbability()
Returns the value of the 'Success Probability' attribute.
|
java.lang.String |
getWeight()
Returns the value of the 'Weight' attribute.
|
void |
setBase_Transition(org.eclipse.uml2.uml.Transition value)
Sets the value of the '
Base Transition ' reference. |
void |
setDelay(java.lang.String value)
Sets the value of the '
Delay ' attribute. |
void |
setSuccessProbability(java.lang.String value)
Sets the value of the '
Success Probability ' attribute. |
void |
setWeight(java.lang.String value)
Sets the value of the '
Weight ' attribute. |
org.eclipse.uml2.uml.Transition getBase_Transition()
If the meaning of the 'Base Transition' reference isn't clear, there really should be more of a description here...
setBase_Transition(Transition)
,
ThreatsPropagationPackage.getFaultHandling_Base_Transition()
void setBase_Transition(org.eclipse.uml2.uml.Transition value)
Base Transition
' reference.
value
- the new value of the 'Base Transition' reference.getBase_Transition()
java.lang.String getDelay()
If the meaning of the 'Delay' attribute isn't clear, there really should be more of a description here...
setDelay(String)
,
ThreatsPropagationPackage.getFaultHandling_Delay()
void setDelay(java.lang.String value)
Delay
' attribute.
value
- the new value of the 'Delay' attribute.getDelay()
java.lang.String getSuccessProbability()
If the meaning of the 'Success Probability' attribute isn't clear, there really should be more of a description here...
setSuccessProbability(String)
,
ThreatsPropagationPackage.getFaultHandling_SuccessProbability()
void setSuccessProbability(java.lang.String value)
Success Probability
' attribute.
value
- the new value of the 'Success Probability' attribute.getSuccessProbability()
java.lang.String getWeight()
If the meaning of the 'Weight' attribute isn't clear, there really should be more of a description here...
setWeight(String)
,
ThreatsPropagationPackage.getFaultHandling_Weight()
void setWeight(java.lang.String value)
Weight
' attribute.
value
- the new value of the 'Weight' attribute.getWeight()