public class VersioningAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model. VersioningPackage| Constructor and Description |
|---|
VersioningAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractChangePackageAdapter()
Creates a new adapter for an object of class '
Abstract Change Package'. |
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 |
createAncestorVersionSpecAdapter()
Creates a new adapter for an object of class '
Ancestor Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createBranchInfoAdapter()
Creates a new adapter for an object of class '
Branch Info'. |
org.eclipse.emf.common.notify.Adapter |
createBranchVersionSpecAdapter()
Creates a new adapter for an object of class '
Branch Version Spec
'. |
org.eclipse.emf.common.notify.Adapter |
createChangePackageAdapter()
Creates a new adapter for an object of class '
Change Package'. |
org.eclipse.emf.common.notify.Adapter |
createChangePackageEnvelopeAdapter()
Creates a new adapter for an object of class '
Change Package Envelope'. |
org.eclipse.emf.common.notify.Adapter |
createChangePackageProxyAdapter()
Creates a new adapter for an object of class '
Change Package Proxy
'. |
org.eclipse.emf.common.notify.Adapter |
createDateVersionSpecAdapter()
Creates a new adapter for an object of class '
Date Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createFileBasedChangePackageAdapter()
Creates a new adapter for an object of class '
File Based Change Package'. |
org.eclipse.emf.common.notify.Adapter |
createHeadVersionSpecAdapter()
Creates a new adapter for an object of class '
Head Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createHistoryInfoAdapter()
Creates a new adapter for an object of class '
History Info'. |
org.eclipse.emf.common.notify.Adapter |
createHistoryQueryAdapter()
Creates a new adapter for an object of class '
History Query'. |
org.eclipse.emf.common.notify.Adapter |
createLogMessageAdapter()
Creates a new adapter for an object of class '
Log Message'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementQueryAdapter()
Creates a new adapter for an object of class '
Model Element Query
'. |
org.eclipse.emf.common.notify.Adapter |
createOperationProxyAdapter() |
org.eclipse.emf.common.notify.Adapter |
createPagedUpdateVersionSpecAdapter()
Creates a new adapter for an object of class '
Paged Update Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createPathQueryAdapter()
Creates a new adapter for an object of class '
Path Query'. |
org.eclipse.emf.common.notify.Adapter |
createPrimaryVersionSpecAdapter()
Creates a new adapter for an object of class '
Primary Version Spec
'. |
org.eclipse.emf.common.notify.Adapter |
createRangeQueryAdapter()
Creates a new adapter for an object of class '
Range Query'. |
org.eclipse.emf.common.notify.Adapter |
createTagVersionSpecAdapter()
Creates a new adapter for an object of class '
Tag Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createVersionAdapter()
Creates a new adapter for an object of class '
Version'. |
org.eclipse.emf.common.notify.Adapter |
createVersionPropertyAdapter()
Creates a new adapter for an object of class '
Version Property'. |
org.eclipse.emf.common.notify.Adapter |
createVersionSpecAdapter()
Creates a new adapter for an object of class '
Version Spec'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
public VersioningAdapterFactory()
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 createTagVersionSpecAdapter()
Tag Version Spec'.
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.
TagVersionSpecpublic org.eclipse.emf.common.notify.Adapter createDateVersionSpecAdapter()
Date Version Spec'.
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.
DateVersionSpecpublic org.eclipse.emf.common.notify.Adapter createPrimaryVersionSpecAdapter()
Primary Version Spec
'.
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.
PrimaryVersionSpecpublic org.eclipse.emf.common.notify.Adapter createVersionSpecAdapter()
Version Spec'.
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.
VersionSpecpublic org.eclipse.emf.common.notify.Adapter createLogMessageAdapter()
Log Message'.
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.
LogMessagepublic org.eclipse.emf.common.notify.Adapter createChangePackageAdapter()
Change Package'.
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.
ChangePackagepublic org.eclipse.emf.common.notify.Adapter createHistoryInfoAdapter()
History 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.
HistoryInfopublic org.eclipse.emf.common.notify.Adapter createHistoryQueryAdapter()
History Query'.
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.
HistoryQuerypublic org.eclipse.emf.common.notify.Adapter createRangeQueryAdapter()
Range Query'.
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.
RangeQuerypublic org.eclipse.emf.common.notify.Adapter createPathQueryAdapter()
Path Query'.
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.
PathQuerypublic org.eclipse.emf.common.notify.Adapter createModelElementQueryAdapter()
Model Element Query
'.
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.
ModelElementQuerypublic org.eclipse.emf.common.notify.Adapter createVersionAdapter()
Version'. 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. Versionpublic org.eclipse.emf.common.notify.Adapter createHeadVersionSpecAdapter()
Head Version Spec'.
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.
HeadVersionSpecpublic org.eclipse.emf.common.notify.Adapter createVersionPropertyAdapter()
Version Property'.
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.
VersionPropertypublic org.eclipse.emf.common.notify.Adapter createBranchVersionSpecAdapter()
Branch Version Spec
'.
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.
BranchVersionSpecpublic org.eclipse.emf.common.notify.Adapter createBranchInfoAdapter()
Branch 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.
BranchInfopublic org.eclipse.emf.common.notify.Adapter createAncestorVersionSpecAdapter()
Ancestor Version Spec'.
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.
AncestorVersionSpecpublic org.eclipse.emf.common.notify.Adapter createPagedUpdateVersionSpecAdapter()
Paged Update Version Spec'.
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.
PagedUpdateVersionSpecpublic org.eclipse.emf.common.notify.Adapter createAbstractChangePackageAdapter()
Abstract Change Package'.
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.
AbstractChangePackagepublic org.eclipse.emf.common.notify.Adapter createFileBasedChangePackageAdapter()
File Based Change Package'.
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.
FileBasedChangePackagepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
public org.eclipse.emf.common.notify.Adapter createOperationProxyAdapter()
public org.eclipse.emf.common.notify.Adapter createChangePackageEnvelopeAdapter()
Change Package Envelope'.
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.
ChangePackageEnvelopepublic org.eclipse.emf.common.notify.Adapter createChangePackageProxyAdapter()
Change Package 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.
ChangePackageProxyCopyright © 2017. All rights reserved.