public class OperationsAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model. OperationsPackage| Constructor and Description |
|---|
OperationsAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractOperationAdapter()
Creates a new adapter for an object of class '
Abstract Operation'. |
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 |
createAttributeOperationAdapter()
Creates a new adapter for an object of class '
Attribute Operation'. |
org.eclipse.emf.common.notify.Adapter |
createCompositeOperationAdapter()
Creates a new adapter for an object of class '
Composite Operation'. |
org.eclipse.emf.common.notify.Adapter |
createCreateDeleteOperationAdapter()
Creates a new adapter for an object of class '
Create Delete Operation'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createEObjectToModelElementIdMapAdapter()
Creates a new adapter for an object of class '
EObject To Model Element Id Map
'. |
org.eclipse.emf.common.notify.Adapter |
createFeatureOperationAdapter()
Creates a new adapter for an object of class '
Feature Operation'. |
org.eclipse.emf.common.notify.Adapter |
createIdentifiableElementAdapter()
Creates a new adapter for an object of class '
Identifiable Element'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementGroupAdapter()
Creates a new adapter for an object of class '
Model Element Group'. |
org.eclipse.emf.common.notify.Adapter |
createMultiAttributeMoveOperationAdapter()
Creates a new adapter for an object of class '
Multi Attribute Move Operation'. |
org.eclipse.emf.common.notify.Adapter |
createMultiAttributeOperationAdapter()
Creates a new adapter for an object of class '
Multi Attribute Operation'. |
org.eclipse.emf.common.notify.Adapter |
createMultiAttributeSetOperationAdapter()
Creates a new adapter for an object of class '
Multi Attribute Set Operation'. |
org.eclipse.emf.common.notify.Adapter |
createMultiReferenceMoveOperationAdapter()
Creates a new adapter for an object of class '
Multi Reference Move Operation'. |
org.eclipse.emf.common.notify.Adapter |
createMultiReferenceOperationAdapter()
Creates a new adapter for an object of class '
Multi Reference Operation'. |
org.eclipse.emf.common.notify.Adapter |
createMultiReferenceSetOperationAdapter()
Creates a new adapter for an object of class '
Multi Reference Set Operation'. |
org.eclipse.emf.common.notify.Adapter |
createOperationGroupAdapter()
Creates a new adapter for an object of class '
Operation Group'. |
org.eclipse.emf.common.notify.Adapter |
createOperationIdAdapter()
Creates a new adapter for an object of class '
Operation Id'. |
org.eclipse.emf.common.notify.Adapter |
createReferenceOperationAdapter()
Creates a new adapter for an object of class '
Reference Operation'. |
org.eclipse.emf.common.notify.Adapter |
createSingleReferenceOperationAdapter()
Creates a new adapter for an object of class '
Single Reference Operation'. |
org.eclipse.emf.common.notify.Adapter |
createUniqueIdentifierAdapter()
Creates a new adapter for an object of class '
Unique Identifier'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
public OperationsAdapterFactory()
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 createAbstractOperationAdapter()
Abstract Operation'.
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.
AbstractOperationpublic org.eclipse.emf.common.notify.Adapter createCompositeOperationAdapter()
Composite Operation'.
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.
CompositeOperationpublic org.eclipse.emf.common.notify.Adapter createFeatureOperationAdapter()
Feature Operation'.
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.
FeatureOperationpublic org.eclipse.emf.common.notify.Adapter createCreateDeleteOperationAdapter()
Create Delete Operation'.
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.
CreateDeleteOperationpublic org.eclipse.emf.common.notify.Adapter createAttributeOperationAdapter()
Attribute Operation'.
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.
AttributeOperationpublic org.eclipse.emf.common.notify.Adapter createMultiAttributeOperationAdapter()
Multi Attribute Operation'.
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. MultiAttributeOperationpublic org.eclipse.emf.common.notify.Adapter createMultiAttributeSetOperationAdapter()
Multi Attribute Set Operation'.
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. MultiAttributeSetOperationpublic org.eclipse.emf.common.notify.Adapter createMultiAttributeMoveOperationAdapter()
Multi Attribute Move Operation'.
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. MultiAttributeMoveOperationpublic org.eclipse.emf.common.notify.Adapter createSingleReferenceOperationAdapter()
Single Reference Operation'.
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. SingleReferenceOperationpublic org.eclipse.emf.common.notify.Adapter createMultiReferenceOperationAdapter()
Multi Reference Operation'.
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. MultiReferenceOperationpublic org.eclipse.emf.common.notify.Adapter createMultiReferenceSetOperationAdapter()
Multi Reference Set Operation'.
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. MultiReferenceSetOperationpublic org.eclipse.emf.common.notify.Adapter createMultiReferenceMoveOperationAdapter()
Multi Reference Move Operation'.
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. MultiReferenceMoveOperationpublic org.eclipse.emf.common.notify.Adapter createReferenceOperationAdapter()
Reference Operation'.
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.
ReferenceOperationpublic org.eclipse.emf.common.notify.Adapter createOperationIdAdapter()
Operation Id'.
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.
OperationIdpublic org.eclipse.emf.common.notify.Adapter createOperationGroupAdapter()
Operation Group'.
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.
OperationGrouppublic org.eclipse.emf.common.notify.Adapter createModelElementGroupAdapter()
Model Element Group'.
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.
ModelElementGrouppublic org.eclipse.emf.common.notify.Adapter createEObjectToModelElementIdMapAdapter()
EObject To Model Element Id Map
'.
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 createIdentifiableElementAdapter()
Identifiable 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.
IdentifiableElementpublic org.eclipse.emf.common.notify.Adapter createUniqueIdentifierAdapter()
Unique 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.
UniqueIdentifierpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2017. All rights reserved.