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.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- 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.
XImportSection
public 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.
PackageImport
public 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.
PatternImport
public 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.
EClassifierConstraint
public 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.
EnumValue
public 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.
PatternModel
public 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.
ClassType
public 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.
ReferenceType
public 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.
XImportSection
public 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.
Constraint
public 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.
ValueReference
public 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.
PatternModel
public 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.
Type
public 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.
EntityType
public 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.
RelationType
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()