public class FailurePropagationAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
FailurePropagationPackage
Constructor and Description |
---|
FailurePropagationAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createACIDAvoidableAdapter()
Creates a new adapter for an object of class '
ACID Avoidable '. |
org.eclipse.emf.common.notify.Adapter |
createACIDMitigationAdapter()
Creates a new adapter for an object of class '
ACID Mitigation '. |
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 |
createConfigurationAdapter()
Creates a new adapter for an object of class '
Configuration '. |
org.eclipse.emf.common.notify.Adapter |
createDependableComponentAdapter()
Creates a new adapter for an object of class '
Dependable Component '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExpressionContextAdapter()
Creates a new adapter for an object of class '
Expression Context '. |
org.eclipse.emf.common.notify.Adapter |
createFailurePropagationAnalysisAdapter()
Creates a new adapter for an object of class '
Analysis '. |
org.eclipse.emf.common.notify.Adapter |
createFI4FAAdapter()
Creates a new adapter for an object of class '
FI4FA '. |
org.eclipse.emf.common.notify.Adapter |
createFI4FAAnalysisAdapter()
Creates a new adapter for an object of class '
FI4FA Analysis '. |
org.eclipse.emf.common.notify.Adapter |
createFI4FASpecificationAdapter()
Creates a new adapter for an object of class '
FI4FA Specification '. |
org.eclipse.emf.common.notify.Adapter |
createFLABehaviorAdapter()
Creates a new adapter for an object of class '
FLA Behavior '. |
org.eclipse.emf.common.notify.Adapter |
createFPTCAdapter()
Creates a new adapter for an object of class '
FPTC '. |
org.eclipse.emf.common.notify.Adapter |
createFPTCPortSlotAdapter()
Creates a new adapter for an object of class '
FPTC Port Slot '. |
org.eclipse.emf.common.notify.Adapter |
createFPTCSpecificationAdapter()
Creates a new adapter for an object of class '
FPTC Specification '. |
org.eclipse.emf.common.notify.Adapter |
createGaAnalysisContextAdapter()
Creates a new adapter for an object of class '
Ga Analysis Context '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public FailurePropagationAdapterFactory()
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 createFPTCAdapter()
FPTC
'.
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.
FPTC
public org.eclipse.emf.common.notify.Adapter createFLABehaviorAdapter()
FLA Behavior
'.
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.
FLABehavior
public org.eclipse.emf.common.notify.Adapter createFailurePropagationAnalysisAdapter()
Analysis
'.
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.
FailurePropagationAnalysis
public org.eclipse.emf.common.notify.Adapter createFPTCSpecificationAdapter()
FPTC Specification
'.
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.
FPTCSpecification
public org.eclipse.emf.common.notify.Adapter createFPTCPortSlotAdapter()
FPTC Port Slot
'.
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.
FPTCPortSlot
public org.eclipse.emf.common.notify.Adapter createFI4FAAdapter()
FI4FA
'.
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.
FI4FA
public org.eclipse.emf.common.notify.Adapter createFI4FASpecificationAdapter()
FI4FA Specification
'.
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.
FI4FASpecification
public org.eclipse.emf.common.notify.Adapter createACIDAvoidableAdapter()
ACID Avoidable
'.
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.
ACIDAvoidable
public org.eclipse.emf.common.notify.Adapter createACIDMitigationAdapter()
ACID Mitigation
'.
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.
ACIDMitigation
public org.eclipse.emf.common.notify.Adapter createFI4FAAnalysisAdapter()
FI4FA Analysis
'.
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.
FI4FAAnalysis
public org.eclipse.emf.common.notify.Adapter createDependableComponentAdapter()
Dependable Component
'.
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.
DependableComponent
public org.eclipse.emf.common.notify.Adapter createConfigurationAdapter()
Configuration
'.
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.
Configuration
public org.eclipse.emf.common.notify.Adapter createExpressionContextAdapter()
Expression Context
'.
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.
ExpressionContext
public org.eclipse.emf.common.notify.Adapter createGaAnalysisContextAdapter()
Ga Analysis Context
'.
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.
GaAnalysisContext
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()