|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| 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.models.hierarchy.util.HierarchyAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
HierarchyPackage| Field Summary | |
|---|---|
protected static HierarchyPackage |
modelPackage
The cached model package |
protected HierarchySwitch |
modelSwitch
The switch the delegates to the createXXX methods |
| Constructor Summary | |
|---|---|
HierarchyAdapterFactory()
Creates an instance of the adapter factory |
|
| Method Summary | |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractDefaultEventAdapter()
Creates a new adapter for an object of class ' Abstract Default Event' |
org.eclipse.emf.common.notify.Adapter |
createAbstractTRCCollectionBoundaryAdapter()
Creates a new adapter for an object of class ' Abstract TRC Collection Boundary' |
org.eclipse.emf.common.notify.Adapter |
createAbstractTRCDescriptionAdapter()
Creates a new adapter for an object of class ' Abstract TRC Description' |
org.eclipse.emf.common.notify.Adapter |
createAbstractTRCProcessAdapter()
Creates a new adapter for an object of class ' Abstract TRC Process' |
org.eclipse.emf.common.notify.Adapter |
createAbstractTRCViewAdapter()
Creates a new adapter for an object of class ' Abstract TRC View' |
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 |
createCorrelationContainerAdapter()
Creates a new adapter for an object of class ' Correlation Container' |
org.eclipse.emf.common.notify.Adapter |
createCorrelationContainerProxyAdapter()
Creates a new adapter for an object of class ' Correlation Container Proxy' |
org.eclipse.emf.common.notify.Adapter |
createCorrelationEngineAdapter()
Creates a new adapter for an object of class ' Correlation Engine' |
org.eclipse.emf.common.notify.Adapter |
createCorrelationEntryAdapter()
Creates a new adapter for an object of class ' Correlation Entry' |
org.eclipse.emf.common.notify.Adapter |
createCorrelationSourceInfoAdapter()
Creates a new adapter for an object of class ' Correlation Source Info' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case |
org.eclipse.emf.common.notify.Adapter |
createTRCAgentAdapter()
Creates a new adapter for an object of class ' TRC Agent' |
org.eclipse.emf.common.notify.Adapter |
createTRCAgentProxyAdapter()
Creates a new adapter for an object of class ' TRC Agent Proxy' |
org.eclipse.emf.common.notify.Adapter |
createTRCAnnotationAdapter()
Creates a new adapter for an object of class ' TRC Annotation' |
org.eclipse.emf.common.notify.Adapter |
createTRCConfigurationAdapter()
Creates a new adapter for an object of class ' TRC Configuration' |
org.eclipse.emf.common.notify.Adapter |
createTRCEnvironmentVariableAdapter()
Creates a new adapter for an object of class ' TRC Environment Variable' |
org.eclipse.emf.common.notify.Adapter |
createTRCExecParameterAdapter()
Creates a new adapter for an object of class ' TRC Exec Parameter' |
org.eclipse.emf.common.notify.Adapter |
createTRCFilterAdapter()
Creates a new adapter for an object of class ' TRC Filter' |
org.eclipse.emf.common.notify.Adapter |
createTRCMonitorAdapter()
Creates a new adapter for an object of class ' TRC Monitor' |
org.eclipse.emf.common.notify.Adapter |
createTRCNodeAdapter()
Creates a new adapter for an object of class ' TRC Node' |
org.eclipse.emf.common.notify.Adapter |
createTRCOptionAdapter()
Creates a new adapter for an object of class ' TRC Option' |
org.eclipse.emf.common.notify.Adapter |
createTRCProcessProxyAdapter()
Creates a new adapter for an object of class ' TRC Process Proxy' |
org.eclipse.emf.common.notify.Adapter |
createUnresolvedCorrelationAdapter()
Creates a new adapter for an object of class ' Unresolved Correlation' |
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 HierarchyPackage modelPackage
protected HierarchySwitch modelSwitch
createXXX methods.
| Constructor Detail |
public HierarchyAdapterFactory()
| 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 createTRCProcessProxyAdapter()
TRC Process Proxy'.
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.
TRCProcessProxypublic org.eclipse.emf.common.notify.Adapter createTRCOptionAdapter()
TRC Option'.
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.
TRCOptionpublic org.eclipse.emf.common.notify.Adapter createTRCAgentAdapter()
TRC Agent'.
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.
TRCAgentpublic org.eclipse.emf.common.notify.Adapter createTRCAgentProxyAdapter()
TRC Agent Proxy'.
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.
TRCAgentProxypublic org.eclipse.emf.common.notify.Adapter createTRCConfigurationAdapter()
TRC 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.
TRCConfigurationpublic org.eclipse.emf.common.notify.Adapter createTRCEnvironmentVariableAdapter()
TRC Environment Variable'.
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.
TRCEnvironmentVariablepublic org.eclipse.emf.common.notify.Adapter createTRCExecParameterAdapter()
TRC Exec Parameter'.
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.
TRCExecParameterpublic org.eclipse.emf.common.notify.Adapter createTRCFilterAdapter()
TRC Filter'.
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.
TRCFilterpublic org.eclipse.emf.common.notify.Adapter createTRCNodeAdapter()
TRC Node'.
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.
TRCNodepublic org.eclipse.emf.common.notify.Adapter createTRCMonitorAdapter()
TRC Monitor'.
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.
TRCMonitorpublic org.eclipse.emf.common.notify.Adapter createAbstractDefaultEventAdapter()
Abstract Default 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.
AbstractDefaultEventpublic org.eclipse.emf.common.notify.Adapter createAbstractTRCViewAdapter()
Abstract TRC View'.
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.
AbstractTRCViewpublic org.eclipse.emf.common.notify.Adapter createAbstractTRCDescriptionAdapter()
Abstract TRC 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.
AbstractTRCDescriptionpublic org.eclipse.emf.common.notify.Adapter createAbstractTRCProcessAdapter()
Abstract TRC Process'.
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.
AbstractTRCProcesspublic org.eclipse.emf.common.notify.Adapter createAbstractTRCCollectionBoundaryAdapter()
Abstract TRC Collection Boundary'.
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.
AbstractTRCCollectionBoundarypublic org.eclipse.emf.common.notify.Adapter createUnresolvedCorrelationAdapter()
Unresolved Correlation'.
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.
UnresolvedCorrelationpublic org.eclipse.emf.common.notify.Adapter createCorrelationSourceInfoAdapter()
Correlation Source Info'.
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.
CorrelationSourceInfopublic org.eclipse.emf.common.notify.Adapter createCorrelationContainerAdapter()
Correlation Container'.
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.
CorrelationContainerpublic org.eclipse.emf.common.notify.Adapter createCorrelationContainerProxyAdapter()
Correlation Container Proxy'.
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.
CorrelationContainerProxypublic org.eclipse.emf.common.notify.Adapter createCorrelationEntryAdapter()
Correlation Entry'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createCorrelationEngineAdapter()
Correlation 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.
CorrelationEnginepublic org.eclipse.emf.common.notify.Adapter createTRCAnnotationAdapter()
TRC Annotation'.
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.
TRCAnnotationpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||