Modifier and Type | Interface and Description |
---|---|
interface |
Attack
A representation of the model object 'Attack'.
|
Modifier and Type | Method and Description |
---|---|
InternalPropagation |
ThreatsPropagationFactory.createInternalPropagation()
Returns a new object of class 'Internal Propagation'.
|
Modifier and Type | Class and Description |
---|---|
class |
AttackImpl
An implementation of the model object 'Attack'.
|
class |
InternalPropagationImpl
An implementation of the model object 'Internal Propagation'.
|
Modifier and Type | Method and Description |
---|---|
InternalPropagation |
ThreatsPropagationFactoryImpl.createInternalPropagation() |
Modifier and Type | Method and Description |
---|---|
T |
ThreatsPropagationSwitch.caseInternalPropagation(InternalPropagation object)
Returns the result of interpreting the object as an instance of 'Internal Propagation'.
|