public class MigrationAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
MigrationPackage| Constructor and Description |
|---|
MigrationAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractResourceAdapter()
Creates a new adapter for an object of class '
Abstract Resource'. |
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 |
createAttributeSlotAdapter()
Creates a new adapter for an object of class '
Attribute Slot'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createInstanceAdapter()
Creates a new adapter for an object of class '
Instance'. |
org.eclipse.emf.common.notify.Adapter |
createMetamodelAdapter()
Creates a new adapter for an object of class '
Metamodel'. |
org.eclipse.emf.common.notify.Adapter |
createMetamodelResourceAdapter()
Creates a new adapter for an object of class '
Metamodel Resource'. |
org.eclipse.emf.common.notify.Adapter |
createModelAdapter()
Creates a new adapter for an object of class '
Model'. |
org.eclipse.emf.common.notify.Adapter |
createModelResourceAdapter()
Creates a new adapter for an object of class '
Model Resource'. |
org.eclipse.emf.common.notify.Adapter |
createReferenceSlotAdapter()
Creates a new adapter for an object of class '
Reference Slot'. |
org.eclipse.emf.common.notify.Adapter |
createRepositoryAdapter()
Creates a new adapter for an object of class '
Repository'. |
org.eclipse.emf.common.notify.Adapter |
createSlotAdapter()
Creates a new adapter for an object of class '
Slot'. |
org.eclipse.emf.common.notify.Adapter |
createTypeAdapter()
Creates a new adapter for an object of class '
Type'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
public MigrationAdapterFactory()
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 org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createModelAdapter()
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.
Modelpublic org.eclipse.emf.common.notify.Adapter createMetamodelAdapter()
Metamodel'.
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.
Metamodelpublic org.eclipse.emf.common.notify.Adapter createTypeAdapter()
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.
Typepublic org.eclipse.emf.common.notify.Adapter createInstanceAdapter()
Instance'.
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.
Instancepublic org.eclipse.emf.common.notify.Adapter createSlotAdapter()
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.
Slotpublic org.eclipse.emf.common.notify.Adapter createAttributeSlotAdapter()
Attribute 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.
AttributeSlotpublic org.eclipse.emf.common.notify.Adapter createReferenceSlotAdapter()
Reference 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.
ReferenceSlotpublic org.eclipse.emf.common.notify.Adapter createRepositoryAdapter()
Repository'.
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.
Repositorypublic org.eclipse.emf.common.notify.Adapter createModelResourceAdapter()
Model Resource'.
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.
ModelResourcepublic org.eclipse.emf.common.notify.Adapter createAbstractResourceAdapter()
Abstract Resource'.
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.
AbstractResourcepublic org.eclipse.emf.common.notify.Adapter createMetamodelResourceAdapter()
Metamodel Resource'.
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.
MetamodelResourcepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2020. All rights reserved.