public class ReliabilityAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model. ReliabilityPackage| Constructor and Description |
|---|
ReliabilityAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createEntityAdapter()
Creates a new adapter for an object of class
'
Entity'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createExternalFailureOccurrenceDescriptionAdapter()
Creates a new adapter for an object of class
'
External Failure Occurrence Description'. |
Adapter |
createFailureOccurrenceDescriptionAdapter()
Creates a new adapter for an object of class
'
Failure
Occurrence Description'. |
Adapter |
createFailureTypeAdapter()
Creates a new adapter for an object of class '
Failure Type'. |
Adapter |
createHardwareInducedFailureTypeAdapter()
Creates a new adapter for an object of class
'
Hardware Induced
Failure Type'. |
Adapter |
createIdentifierAdapter()
Creates a new adapter for an object of class '
Identifier'. |
Adapter |
createInternalFailureOccurrenceDescriptionAdapter()
Creates a new adapter for an object of class
'
Internal Failure Occurrence Description'. |
Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element'. |
Adapter |
createNetworkInducedFailureTypeAdapter()
Creates a new adapter for an object of class
'
Network Induced
Failure Type'. |
Adapter |
createResourceTimeoutFailureTypeAdapter()
Creates a new adapter for an object of class
'
Resource Timeout
Failure Type'. |
Adapter |
createSoftwareInducedFailureTypeAdapter()
Creates a new adapter for an object of class
'
Software Induced
Failure Type'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
adapt, adapt, adaptAllNew, adaptNewpublic static final String copyright
public ReliabilityAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package
or is an instance object of the model. isFactoryForType in interface AdapterFactoryisFactoryForType in class AdapterFactoryImplpublic Adapter createAdapter(Notifier target)
target. createAdapter in class AdapterFactoryImpltarget - the object to adapt.target.public Adapter createFailureOccurrenceDescriptionAdapter()
Failure
Occurrence Description'. 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. FailureOccurrenceDescriptionpublic Adapter createHardwareInducedFailureTypeAdapter()
Hardware Induced
Failure Type'. 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. HardwareInducedFailureTypepublic Adapter createSoftwareInducedFailureTypeAdapter()
Software Induced
Failure Type'. 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. SoftwareInducedFailureTypepublic Adapter createInternalFailureOccurrenceDescriptionAdapter()
Internal Failure Occurrence Description'. 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. InternalFailureOccurrenceDescriptionpublic Adapter createNetworkInducedFailureTypeAdapter()
Network Induced
Failure Type'. 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. NetworkInducedFailureTypepublic Adapter createExternalFailureOccurrenceDescriptionAdapter()
External Failure Occurrence Description'. 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. ExternalFailureOccurrenceDescriptionpublic Adapter createResourceTimeoutFailureTypeAdapter()
Resource Timeout
Failure Type'. 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. ResourceTimeoutFailureTypepublic Adapter createFailureTypeAdapter()
Failure Type'. 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. FailureTypepublic Adapter createIdentifierAdapter()
Identifier'. 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. Identifierpublic Adapter createNamedElementAdapter()
Named Element'. 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. NamedElementpublic Adapter createEntityAdapter()
Entity'. 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. Entitypublic Adapter createEObjectAdapter()