public class ThreatsPropagationAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
ThreatsPropagationPackage
Constructor and Description |
---|
ThreatsPropagationAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target . |
org.eclipse.emf.common.notify.Adapter |
createAdversaryAdapter()
Creates a new adapter for an object of class '
Adversary '. |
org.eclipse.emf.common.notify.Adapter |
createAttackAdapter()
Creates a new adapter for an object of class '
Attack '. |
org.eclipse.emf.common.notify.Adapter |
createAttackScenarioAdapter()
Creates a new adapter for an object of class '
Attack Scenario '. |
org.eclipse.emf.common.notify.Adapter |
createDegradedStateAdapter()
Creates a new adapter for an object of class '
Degraded State '. |
org.eclipse.emf.common.notify.Adapter |
createDepEventAdapter()
Creates a new adapter for an object of class '
Dep Event '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createErrorDetectionAdapter()
Creates a new adapter for an object of class '
Error Detection '. |
org.eclipse.emf.common.notify.Adapter |
createErrorHandlingAdapter()
Creates a new adapter for an object of class '
Error Handling '. |
org.eclipse.emf.common.notify.Adapter |
createErrorModelAdapter()
Creates a new adapter for an object of class '
Error Model '. |
org.eclipse.emf.common.notify.Adapter |
createErrorStateAdapter()
Creates a new adapter for an object of class '
Error State '. |
org.eclipse.emf.common.notify.Adapter |
createFailureAdapter()
Creates a new adapter for an object of class '
Failure '. |
org.eclipse.emf.common.notify.Adapter |
createFaultHandlingAdapter()
Creates a new adapter for an object of class '
Fault Handling '. |
org.eclipse.emf.common.notify.Adapter |
createInternalFaultAdapter()
Creates a new adapter for an object of class '
Internal Fault '. |
org.eclipse.emf.common.notify.Adapter |
createInternalPropagationAdapter()
Creates a new adapter for an object of class '
Internal Propagation '. |
org.eclipse.emf.common.notify.Adapter |
createInvertedAdapter()
Creates a new adapter for an object of class '
Inverted '. |
org.eclipse.emf.common.notify.Adapter |
createNormalInputAdapter()
Creates a new adapter for an object of class '
Normal Input '. |
org.eclipse.emf.common.notify.Adapter |
createNormalOutputAdapter()
Creates a new adapter for an object of class '
Normal Output '. |
org.eclipse.emf.common.notify.Adapter |
createNormalStateAdapter()
Creates a new adapter for an object of class '
Normal State '. |
org.eclipse.emf.common.notify.Adapter |
createRampDownAdapter()
Creates a new adapter for an object of class '
Ramp Down '. |
org.eclipse.emf.common.notify.Adapter |
createStuckAtAdapter()
Creates a new adapter for an object of class '
Stuck At '. |
org.eclipse.emf.common.notify.Adapter |
createStuckAtFixedAdapter()
Creates a new adapter for an object of class '
Stuck At Fixed '. |
org.eclipse.emf.common.notify.Adapter |
createThreatStateAdapter()
Creates a new adapter for an object of class '
Threat State '. |
org.eclipse.emf.common.notify.Adapter |
createVulnerabilityAdapter()
Creates a new adapter for an object of class '
Vulnerability '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public ThreatsPropagationAdapterFactory()
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createInternalFaultAdapter()
Internal Fault
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InternalFault
public org.eclipse.emf.common.notify.Adapter createInternalPropagationAdapter()
Internal Propagation
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InternalPropagation
public org.eclipse.emf.common.notify.Adapter createErrorDetectionAdapter()
Error Detection
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ErrorDetection
public org.eclipse.emf.common.notify.Adapter createErrorHandlingAdapter()
Error Handling
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ErrorHandling
public org.eclipse.emf.common.notify.Adapter createFaultHandlingAdapter()
Fault Handling
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FaultHandling
public org.eclipse.emf.common.notify.Adapter createAttackAdapter()
Attack
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Attack
public org.eclipse.emf.common.notify.Adapter createVulnerabilityAdapter()
Vulnerability
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Vulnerability
public org.eclipse.emf.common.notify.Adapter createAdversaryAdapter()
Adversary
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Adversary
public org.eclipse.emf.common.notify.Adapter createAttackScenarioAdapter()
Attack Scenario
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AttackScenario
public org.eclipse.emf.common.notify.Adapter createErrorModelAdapter()
Error Model
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ErrorModel
public org.eclipse.emf.common.notify.Adapter createNormalInputAdapter()
Normal Input
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
NormalInput
public org.eclipse.emf.common.notify.Adapter createNormalOutputAdapter()
Normal Output
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
NormalOutput
public org.eclipse.emf.common.notify.Adapter createFailureAdapter()
Failure
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Failure
public org.eclipse.emf.common.notify.Adapter createThreatStateAdapter()
Threat State
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ThreatState
public org.eclipse.emf.common.notify.Adapter createDegradedStateAdapter()
Degraded State
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DegradedState
public org.eclipse.emf.common.notify.Adapter createNormalStateAdapter()
Normal State
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
NormalState
public org.eclipse.emf.common.notify.Adapter createErrorStateAdapter()
Error State
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ErrorState
public org.eclipse.emf.common.notify.Adapter createStuckAtAdapter()
Stuck At
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
StuckAt
public org.eclipse.emf.common.notify.Adapter createStuckAtFixedAdapter()
Stuck At Fixed
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
StuckAtFixed
public org.eclipse.emf.common.notify.Adapter createInvertedAdapter()
Inverted
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Inverted
public org.eclipse.emf.common.notify.Adapter createRampDownAdapter()
Ramp Down
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RampDown
public org.eclipse.emf.common.notify.Adapter createDepEventAdapter()
Dep Event
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DepEvent
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()