public interface AttackScenario
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Interaction |
getBase_Interaction()
Returns the value of the 'Base Interaction' reference.
|
java.lang.String |
getFrequency()
Returns the value of the 'Frequency' attribute.
|
java.lang.String |
getProbSuccess()
Returns the value of the 'Prob Success' attribute.
|
void |
setBase_Interaction(org.eclipse.uml2.uml.Interaction value)
Sets the value of the '
Base Interaction ' reference. |
void |
setFrequency(java.lang.String value)
Sets the value of the '
Frequency ' attribute. |
void |
setProbSuccess(java.lang.String value)
Sets the value of the '
Prob Success ' attribute. |
org.eclipse.uml2.uml.Interaction getBase_Interaction()
If the meaning of the 'Base Interaction' reference isn't clear, there really should be more of a description here...
setBase_Interaction(Interaction)
,
ThreatsPropagationPackage.getAttackScenario_Base_Interaction()
void setBase_Interaction(org.eclipse.uml2.uml.Interaction value)
Base Interaction
' reference.
value
- the new value of the 'Base Interaction' reference.getBase_Interaction()
java.lang.String getFrequency()
If the meaning of the 'Frequency' attribute isn't clear, there really should be more of a description here...
setFrequency(String)
,
ThreatsPropagationPackage.getAttackScenario_Frequency()
void setFrequency(java.lang.String value)
Frequency
' attribute.
value
- the new value of the 'Frequency' attribute.getFrequency()
java.lang.String getProbSuccess()
If the meaning of the 'Prob Success' attribute isn't clear, there really should be more of a description here...
setProbSuccess(String)
,
ThreatsPropagationPackage.getAttackScenario_ProbSuccess()
void setProbSuccess(java.lang.String value)
Prob Success
' attribute.
value
- the new value of the 'Prob Success' attribute.getProbSuccess()