public class EMFPatternLanguageAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
EMFPatternLanguagePackage| Constructor and Description |
|---|
EMFPatternLanguageAdapterFactory()
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 |
createClassTypeAdapter()
Creates a new adapter for an object of class '
Class Type'. |
org.eclipse.emf.common.notify.Adapter |
createConstraintAdapter()
Creates a new adapter for an object of class '
Constraint'. |
org.eclipse.emf.common.notify.Adapter |
createEClassifierConstraintAdapter()
Creates a new adapter for an object of class '
EClassifier Constraint'. |
org.eclipse.emf.common.notify.Adapter |
createEntityTypeAdapter()
Creates a new adapter for an object of class '
Entity Type'. |
org.eclipse.emf.common.notify.Adapter |
createEnumValueAdapter()
Creates a new adapter for an object of class '
Enum Value'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createPackageImportAdapter()
Creates a new adapter for an object of class '
Package Import'. |
org.eclipse.emf.common.notify.Adapter |
createPatternImportAdapter()
Creates a new adapter for an object of class '
Pattern Import'. |
org.eclipse.emf.common.notify.Adapter |
createPatternLanguage_PatternModelAdapter()
Creates a new adapter for an object of class '
Pattern Model'. |
org.eclipse.emf.common.notify.Adapter |
createPatternModelAdapter()
Creates a new adapter for an object of class '
Pattern Model'. |
org.eclipse.emf.common.notify.Adapter |
createReferenceTypeAdapter()
Creates a new adapter for an object of class '
Reference Type'. |
org.eclipse.emf.common.notify.Adapter |
createRelationTypeAdapter()
Creates a new adapter for an object of class '
Relation Type'. |
org.eclipse.emf.common.notify.Adapter |
createTypeAdapter()
Creates a new adapter for an object of class '
Type'. |
org.eclipse.emf.common.notify.Adapter |
createValueReferenceAdapter()
Creates a new adapter for an object of class '
Value Reference'. |
org.eclipse.emf.common.notify.Adapter |
createXImportSectionAdapter()
Creates a new adapter for an object of class '
XImport Section'. |
org.eclipse.emf.common.notify.Adapter |
createXtype_XImportSectionAdapter()
Creates a new adapter for an object of class '
XImport Section'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public EMFPatternLanguageAdapterFactory()
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.
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 createXImportSectionAdapter()
XImport Section'.
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.
XImportSectionpublic org.eclipse.emf.common.notify.Adapter createPackageImportAdapter()
Package Import'.
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.
PackageImportpublic org.eclipse.emf.common.notify.Adapter createPatternImportAdapter()
Pattern Import'.
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.
PatternImportpublic org.eclipse.emf.common.notify.Adapter createEClassifierConstraintAdapter()
EClassifier Constraint'.
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.
EClassifierConstraintpublic org.eclipse.emf.common.notify.Adapter createEnumValueAdapter()
Enum Value'.
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.
EnumValuepublic org.eclipse.emf.common.notify.Adapter createPatternModelAdapter()
Pattern 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.
PatternModelpublic org.eclipse.emf.common.notify.Adapter createClassTypeAdapter()
Class 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.
ClassTypepublic org.eclipse.emf.common.notify.Adapter createReferenceTypeAdapter()
Reference 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.
ReferenceTypepublic org.eclipse.emf.common.notify.Adapter createXtype_XImportSectionAdapter()
XImport Section'.
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.
XImportSectionpublic org.eclipse.emf.common.notify.Adapter createConstraintAdapter()
Constraint'.
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.
Constraintpublic org.eclipse.emf.common.notify.Adapter createValueReferenceAdapter()
Value 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.
ValueReferencepublic org.eclipse.emf.common.notify.Adapter createPatternLanguage_PatternModelAdapter()
Pattern 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.
PatternModelpublic 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 createEntityTypeAdapter()
Entity 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.
EntityTypepublic org.eclipse.emf.common.notify.Adapter createRelationTypeAdapter()
Relation 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.
RelationTypepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()