public class HistoryAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
HistoryPackage| Constructor and Description |
|---|
HistoryAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
createAddAdapter()
Creates a new adapter for an object of class '
Add'. |
org.eclipse.emf.common.notify.Adapter |
createChangeAdapter()
Creates a new adapter for an object of class '
Change'. |
org.eclipse.emf.common.notify.Adapter |
createCompositeChangeAdapter()
Creates a new adapter for an object of class '
Composite Change'. |
org.eclipse.emf.common.notify.Adapter |
createContentChangeAdapter()
Creates a new adapter for an object of class '
Content Change'. |
org.eclipse.emf.common.notify.Adapter |
createCreateAdapter()
Creates a new adapter for an object of class '
Create'. |
org.eclipse.emf.common.notify.Adapter |
createDeleteAdapter()
Creates a new adapter for an object of class '
Delete'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createHistoryAdapter()
Creates a new adapter for an object of class '
History
'. |
org.eclipse.emf.common.notify.Adapter |
createInitializerChangeAdapter()
Creates a new adapter for an object of class '
Initializer Change'. |
org.eclipse.emf.common.notify.Adapter |
createMigrateableChangeAdapter()
Creates a new adapter for an object of class '
Migrateable Change'. |
org.eclipse.emf.common.notify.Adapter |
createMigrationChangeAdapter()
Creates a new adapter for an object of class '
Migration Change'. |
org.eclipse.emf.common.notify.Adapter |
createModelReferenceAdapter()
Creates a new adapter for an object of class '
Model Reference'. |
org.eclipse.emf.common.notify.Adapter |
createMoveAdapter()
Creates a new adapter for an object of class '
Move'. |
org.eclipse.emf.common.notify.Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element'. |
org.eclipse.emf.common.notify.Adapter |
createNoChangeAdapter()
Creates a new adapter for an object of class '
No Change'. |
org.eclipse.emf.common.notify.Adapter |
createNonDeleteAdapter()
Creates a new adapter for an object of class '
Non Delete'. |
org.eclipse.emf.common.notify.Adapter |
createOperationChangeAdapter()
Creates a new adapter for an object of class '
Operation Change'. |
org.eclipse.emf.common.notify.Adapter |
createOperationInstanceAdapter()
Creates a new adapter for an object of class '
Operation Instance'. |
org.eclipse.emf.common.notify.Adapter |
createParameterInstanceAdapter()
Creates a new adapter for an object of class '
Parameter Instance'. |
org.eclipse.emf.common.notify.Adapter |
createPrimitiveChangeAdapter()
Creates a new adapter for an object of class '
Primitive Change'. |
org.eclipse.emf.common.notify.Adapter |
createReleaseAdapter()
Creates a new adapter for an object of class '
Release
'. |
org.eclipse.emf.common.notify.Adapter |
createRemoveAdapter()
Creates a new adapter for an object of class '
Remove'. |
org.eclipse.emf.common.notify.Adapter |
createSetAdapter()
Creates a new adapter for an object of class '
Set'. |
org.eclipse.emf.common.notify.Adapter |
createValueChangeAdapter()
Creates a new adapter for an object of class '
Value Change'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
public HistoryAdapterFactory()
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 createHistoryAdapter()
History
'.
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.
Historypublic org.eclipse.emf.common.notify.Adapter createReleaseAdapter()
Release
'.
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.
Releasepublic org.eclipse.emf.common.notify.Adapter createChangeAdapter()
Change'.
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.
Changepublic org.eclipse.emf.common.notify.Adapter createPrimitiveChangeAdapter()
Primitive Change'.
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.
PrimitiveChangepublic org.eclipse.emf.common.notify.Adapter createNoChangeAdapter()
No Change'.
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.
NoChangepublic org.eclipse.emf.common.notify.Adapter createContentChangeAdapter()
Content Change'.
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.
ContentChangepublic org.eclipse.emf.common.notify.Adapter createNonDeleteAdapter()
Non Delete'.
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.
NonDeletepublic org.eclipse.emf.common.notify.Adapter createCreateAdapter()
Create'.
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.
Createpublic org.eclipse.emf.common.notify.Adapter createMoveAdapter()
Move'.
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.
Movepublic org.eclipse.emf.common.notify.Adapter createDeleteAdapter()
Delete'.
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.
Deletepublic org.eclipse.emf.common.notify.Adapter createValueChangeAdapter()
Value Change'.
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.
ValueChangepublic org.eclipse.emf.common.notify.Adapter createSetAdapter()
Set'.
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.
Setpublic org.eclipse.emf.common.notify.Adapter createAddAdapter()
Add'.
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.
Addpublic org.eclipse.emf.common.notify.Adapter createRemoveAdapter()
Remove'.
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.
Removepublic org.eclipse.emf.common.notify.Adapter createCompositeChangeAdapter()
Composite Change'.
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.
CompositeChangepublic org.eclipse.emf.common.notify.Adapter createOperationChangeAdapter()
Operation Change'.
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.
OperationChangepublic org.eclipse.emf.common.notify.Adapter createOperationInstanceAdapter()
Operation 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.
OperationInstancepublic org.eclipse.emf.common.notify.Adapter createParameterInstanceAdapter()
Parameter 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.
ParameterInstancepublic org.eclipse.emf.common.notify.Adapter createModelReferenceAdapter()
Model Reference'.
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.
ModelReferencepublic org.eclipse.emf.common.notify.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 org.eclipse.emf.common.notify.Adapter createMigrateableChangeAdapter()
Migrateable Change'.
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.
MigrateableChangepublic org.eclipse.emf.common.notify.Adapter createMigrationChangeAdapter()
Migration Change'.
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.
MigrationChangepublic org.eclipse.emf.common.notify.Adapter createInitializerChangeAdapter()
Initializer Change'.
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.
InitializerChangepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2020. All rights reserved.