public interface RampDown
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ThreatsPropagationPackage.getRampDown()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.State |
getBase_State()
Returns the value of the 'Base State' reference.
|
java.lang.String |
getDecr()
Returns the value of the 'Decr' attribute.
|
java.lang.String |
getEndValue()
Returns the value of the 'End Value' attribute.
|
org.eclipse.uml2.uml.Property |
getProperty()
Returns the value of the 'Property' reference.
|
void |
setBase_State(org.eclipse.uml2.uml.State value)
Sets the value of the '
Base State ' reference. |
void |
setDecr(java.lang.String value)
Sets the value of the '
Decr ' attribute. |
void |
setEndValue(java.lang.String value)
Sets the value of the '
End Value ' attribute. |
void |
setProperty(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Property ' reference. |
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.getRampDown_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()
org.eclipse.uml2.uml.Property getProperty()
If the meaning of the 'Property' reference isn't clear, there really should be more of a description here...
setProperty(Property)
,
ThreatsPropagationPackage.getRampDown_Property()
void setProperty(org.eclipse.uml2.uml.Property value)
Property
' reference.
value
- the new value of the 'Property' reference.getProperty()
java.lang.String getDecr()
If the meaning of the 'Decr' attribute isn't clear, there really should be more of a description here...
setDecr(String)
,
ThreatsPropagationPackage.getRampDown_Decr()
void setDecr(java.lang.String value)
Decr
' attribute.
value
- the new value of the 'Decr' attribute.getDecr()
java.lang.String getEndValue()
If the meaning of the 'End Value' attribute isn't clear, there really should be more of a description here...
setEndValue(String)
,
ThreatsPropagationPackage.getRampDown_EndValue()
void setEndValue(java.lang.String value)
End Value
' attribute.
value
- the new value of the 'End Value' attribute.getEndValue()