Modifier and Type | Method and Description |
---|---|
Vulnerability |
ThreatsPropagationFactory.createVulnerability()
Returns a new object of class 'Vulnerability'.
|
Vulnerability |
Attack.getVulnerability()
Returns the value of the 'Vulnerability' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Attack.setVulnerability(Vulnerability value)
Sets the value of the '
Vulnerability ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
VulnerabilityImpl
An implementation of the model object 'Vulnerability'.
|
Modifier and Type | Method and Description |
---|---|
Vulnerability |
AttackImpl.basicGetVulnerability() |
Vulnerability |
ThreatsPropagationFactoryImpl.createVulnerability() |
Vulnerability |
AttackImpl.getVulnerability() |
Modifier and Type | Method and Description |
---|---|
void |
AttackImpl.setVulnerability(Vulnerability newVulnerability) |
Modifier and Type | Method and Description |
---|---|
T |
ThreatsPropagationSwitch.caseVulnerability(Vulnerability object)
Returns the result of interpreting the object as an instance of 'Vulnerability'.
|