public interface ThreatState
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.State |
getBase_State()
Returns the value of the 'Base State' reference.
|
java.lang.String |
getProbability()
Returns the value of the 'Probability' attribute.
|
java.lang.String |
getUnit()
Returns the value of the 'Unit' attribute.
|
void |
setBase_State(org.eclipse.uml2.uml.State value)
Sets the value of the '
Base State ' reference. |
void |
setProbability(java.lang.String value)
Sets the value of the '
Probability ' attribute. |
void |
setUnit(java.lang.String value)
Sets the value of the '
Unit ' attribute. |
org.eclipse.uml2.uml.State getBase_State()
If the meaning of the 'Base State' reference isn't clear, there really should be more of a description here...
setBase_State(State)
,
ThreatsPropagationPackage.getThreatState_Base_State()
void setBase_State(org.eclipse.uml2.uml.State value)
Base State
' reference.
value
- the new value of the 'Base State' reference.getBase_State()
java.lang.String getProbability()
If the meaning of the 'Probability' attribute isn't clear, there really should be more of a description here...
setProbability(String)
,
ThreatsPropagationPackage.getThreatState_Probability()
void setProbability(java.lang.String value)
Probability
' attribute.
value
- the new value of the 'Probability' attribute.getProbability()
java.lang.String getUnit()
If the meaning of the 'Unit' attribute isn't clear, there really should be more of a description here...
setUnit(String)
,
ThreatsPropagationPackage.getThreatState_Unit()