|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.hyades.logging.events.cbe.util.EventAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
EventPackage
Field Summary | |
---|---|
protected static EventPackage |
modelPackage
The cached model package. |
protected EventSwitch |
modelSwitch
The switch the delegates to the createXXX methods. |
Constructor Summary | |
---|---|
EventAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
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 |
createAssociatedEventAdapter()
Creates a new adapter for an object of class ' Associated Event '. |
org.eclipse.emf.common.notify.Adapter |
createAssociationEngineAdapter()
Creates a new adapter for an object of class ' Association Engine '. |
org.eclipse.emf.common.notify.Adapter |
createAvailableSituationAdapter()
Creates a new adapter for an object of class ' Available Situation '. |
org.eclipse.emf.common.notify.Adapter |
createCommonBaseEventAdapter()
Creates a new adapter for an object of class ' Common Base Event '. |
org.eclipse.emf.common.notify.Adapter |
createComponentIdentificationAdapter()
Creates a new adapter for an object of class ' Component Identification '. |
org.eclipse.emf.common.notify.Adapter |
createConfigureSituationAdapter()
Creates a new adapter for an object of class ' Configure Situation '. |
org.eclipse.emf.common.notify.Adapter |
createConnectSituationAdapter()
Creates a new adapter for an object of class ' Connect Situation '. |
org.eclipse.emf.common.notify.Adapter |
createContextDataElementAdapter()
Creates a new adapter for an object of class ' Context Data Element '. |
org.eclipse.emf.common.notify.Adapter |
createCreateSituationAdapter()
Creates a new adapter for an object of class ' Create Situation '. |
org.eclipse.emf.common.notify.Adapter |
createDependencySituationAdapter()
Creates a new adapter for an object of class ' Dependency Situation '. |
org.eclipse.emf.common.notify.Adapter |
createDestroySituationAdapter()
Creates a new adapter for an object of class ' Destroy Situation '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createExtendedDataElementAdapter()
Creates a new adapter for an object of class ' Extended Data Element '. |
org.eclipse.emf.common.notify.Adapter |
createFeatureSituationAdapter()
Creates a new adapter for an object of class ' Feature Situation '. |
org.eclipse.emf.common.notify.Adapter |
createMsgCatalogTokenAdapter()
Creates a new adapter for an object of class ' Msg Catalog Token '. |
org.eclipse.emf.common.notify.Adapter |
createMsgDataElementAdapter()
Creates a new adapter for an object of class ' Msg Data Element '. |
org.eclipse.emf.common.notify.Adapter |
createOtherSituationAdapter()
Creates a new adapter for an object of class ' Other Situation '. |
org.eclipse.emf.common.notify.Adapter |
createReportSituationAdapter()
Creates a new adapter for an object of class ' Report Situation '. |
org.eclipse.emf.common.notify.Adapter |
createRequestSituationAdapter()
Creates a new adapter for an object of class ' Request Situation '. |
org.eclipse.emf.common.notify.Adapter |
createSerializableAdapter()
Creates a new adapter for an object of class ' Serializable '. |
org.eclipse.emf.common.notify.Adapter |
createSituationAdapter()
Creates a new adapter for an object of class ' Situation '. |
org.eclipse.emf.common.notify.Adapter |
createSituationTypeAdapter()
Creates a new adapter for an object of class ' Situation Type '. |
org.eclipse.emf.common.notify.Adapter |
createStartSituationAdapter()
Creates a new adapter for an object of class ' Start Situation '. |
org.eclipse.emf.common.notify.Adapter |
createStopSituationAdapter()
Creates a new adapter for an object of class ' Stop Situation '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static EventPackage modelPackage
protected EventSwitch modelSwitch
createXXX
methods.
Constructor Detail |
public EventAdapterFactory()
Method Detail |
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.
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
target
- the object to adapt.
target
.public org.eclipse.emf.common.notify.Adapter createAssociatedEventAdapter()
Associated 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.
AssociatedEvent
public org.eclipse.emf.common.notify.Adapter createAssociationEngineAdapter()
Association Engine
'.
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.
AssociationEngine
public org.eclipse.emf.common.notify.Adapter createAvailableSituationAdapter()
Available Situation
'.
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.
AvailableSituation
public org.eclipse.emf.common.notify.Adapter createCommonBaseEventAdapter()
Common Base 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.
CommonBaseEvent
public org.eclipse.emf.common.notify.Adapter createComponentIdentificationAdapter()
Component Identification
'.
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.
ComponentIdentification
public org.eclipse.emf.common.notify.Adapter createConfigureSituationAdapter()
Configure Situation
'.
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.
ConfigureSituation
public org.eclipse.emf.common.notify.Adapter createConnectSituationAdapter()
Connect Situation
'.
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.
ConnectSituation
public org.eclipse.emf.common.notify.Adapter createContextDataElementAdapter()
Context Data 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.
ContextDataElement
public org.eclipse.emf.common.notify.Adapter createCreateSituationAdapter()
Create Situation
'.
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.
CreateSituation
public org.eclipse.emf.common.notify.Adapter createDependencySituationAdapter()
Dependency Situation
'.
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.
DependencySituation
public org.eclipse.emf.common.notify.Adapter createDestroySituationAdapter()
Destroy Situation
'.
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.
DestroySituation
public org.eclipse.emf.common.notify.Adapter createExtendedDataElementAdapter()
Extended Data 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.
ExtendedDataElement
public org.eclipse.emf.common.notify.Adapter createFeatureSituationAdapter()
Feature Situation
'.
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.
FeatureSituation
public org.eclipse.emf.common.notify.Adapter createMsgCatalogTokenAdapter()
Msg Catalog Token
'.
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.
MsgCatalogToken
public org.eclipse.emf.common.notify.Adapter createMsgDataElementAdapter()
Msg Data 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.
MsgDataElement
public org.eclipse.emf.common.notify.Adapter createOtherSituationAdapter()
Other Situation
'.
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.
OtherSituation
public org.eclipse.emf.common.notify.Adapter createReportSituationAdapter()
Report Situation
'.
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.
ReportSituation
public org.eclipse.emf.common.notify.Adapter createRequestSituationAdapter()
Request Situation
'.
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.
RequestSituation
public org.eclipse.emf.common.notify.Adapter createSituationAdapter()
Situation
'.
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.
Situation
public org.eclipse.emf.common.notify.Adapter createSituationTypeAdapter()
Situation 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.
SituationType
public org.eclipse.emf.common.notify.Adapter createStartSituationAdapter()
Start Situation
'.
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.
StartSituation
public org.eclipse.emf.common.notify.Adapter createStopSituationAdapter()
Stop Situation
'.
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.
StopSituation
public org.eclipse.emf.common.notify.Adapter createSerializableAdapter()
Serializable
'.
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.
Serializable
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |