Modifier and Type | Interface and Description |
---|---|
interface |
DegradedState
A representation of the model object 'Degraded State'.
|
interface |
ErrorState
A representation of the model object 'Error State'.
|
Modifier and Type | Method and Description |
---|---|
ThreatState |
ThreatsPropagationFactory.createThreatState()
Returns a new object of class 'Threat State'.
|
Modifier and Type | Class and Description |
---|---|
class |
DegradedStateImpl
An implementation of the model object 'Degraded State'.
|
class |
ErrorStateImpl
An implementation of the model object 'Error State'.
|
class |
ThreatStateImpl
An implementation of the model object 'Threat State'.
|
Modifier and Type | Method and Description |
---|---|
ThreatState |
ThreatsPropagationFactoryImpl.createThreatState() |
Modifier and Type | Method and Description |
---|---|
T |
ThreatsPropagationSwitch.caseThreatState(ThreatState object)
Returns the result of interpreting the object as an instance of 'Threat State'.
|