org.eclipse.gmt.umlx.ucore.util
Class UcoreAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.eclipse.gmt.umlx.ucore.util.UcoreAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class UcoreAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
UcorePackage

Constructor Summary
UcoreAdapterFactory()
          Creates an instance of the adapter factory.
 
Method Summary
 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 createASTNodeAdapter()
          Creates a new adapter for an object of class 'AST Node'.
 org.eclipse.emf.common.notify.Adapter createE2LinkAdapter()
          Creates a new adapter for an object of class 'E2 Link'.
 org.eclipse.emf.common.notify.Adapter createE2TransientLinkAdapter()
          Creates a new adapter for an object of class 'E2 Transient Link'.
 org.eclipse.emf.common.notify.Adapter createEClassifierAdapter()
          Creates a new adapter for an object of class 'EClassifier'.
 org.eclipse.emf.common.notify.Adapter createEModelElementAdapter()
          Creates a new adapter for an object of class 'EModel Element'.
 org.eclipse.emf.common.notify.Adapter createENamedElementAdapter()
          Creates a new adapter for an object of class 'ENamed Element'.
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 org.eclipse.emf.common.notify.Adapter createEOperationAdapter()
          Creates a new adapter for an object of class 'EOperation'.
 org.eclipse.emf.common.notify.Adapter createEPackageAdapter()
          Creates a new adapter for an object of class 'EPackage'.
 org.eclipse.emf.common.notify.Adapter createEParameterAdapter()
          Creates a new adapter for an object of class 'EParameter'.
 org.eclipse.emf.common.notify.Adapter createETypedElementAdapter()
          Creates a new adapter for an object of class 'ETyped Element'.
 org.eclipse.emf.common.notify.Adapter createOCLExpressionAdapter()
          Creates a new adapter for an object of class 'OCL Expression'.
 org.eclipse.emf.common.notify.Adapter createTypedASTNodeAdapter()
          Creates a new adapter for an object of class 'Typed AST Node'.
 org.eclipse.emf.common.notify.Adapter createUAttributeVariable2UExpressionVariableAdapter()
          Creates a new adapter for an object of class 'UAttribute Variable2 UExpression Variable'.
 org.eclipse.emf.common.notify.Adapter createUAttributeVariableAdapter()
          Creates a new adapter for an object of class 'UAttribute Variable'.
 org.eclipse.emf.common.notify.Adapter createUBindingAdapter()
          Creates a new adapter for an object of class 'UBinding'.
 org.eclipse.emf.common.notify.Adapter createUClassVariable2UAttributeVariableAdapter()
          Creates a new adapter for an object of class 'UClass Variable2 UAttribute Variable'.
 org.eclipse.emf.common.notify.Adapter createUClassVariable2UClassVariableAdapter()
          Creates a new adapter for an object of class 'UClass Variable2 UClass Variable'.
 org.eclipse.emf.common.notify.Adapter createUClassVariableAdapter()
          Creates a new adapter for an object of class 'UClass Variable'.
 org.eclipse.emf.common.notify.Adapter createUConstraintAdapter()
          Creates a new adapter for an object of class 'UConstraint'.
 org.eclipse.emf.common.notify.Adapter createUDomain2UTypedModelAdapter()
          Creates a new adapter for an object of class 'UDomain2 UTyped Model'.
 org.eclipse.emf.common.notify.Adapter createUDomain2UVariableAdapter()
          Creates a new adapter for an object of class 'UDomain2 UVariable'.
 org.eclipse.emf.common.notify.Adapter createUDomainAdapter()
          Creates a new adapter for an object of class 'UDomain'.
 org.eclipse.emf.common.notify.Adapter createUDomainPatternAdapter()
          Creates a new adapter for an object of class 'UDomain Pattern'.
 org.eclipse.emf.common.notify.Adapter createUDummyAdapter()
          Creates a new adapter for an object of class 'UDummy'.
 org.eclipse.emf.common.notify.Adapter createUEvolutionAdapter()
          Creates a new adapter for an object of class 'UEvolution'.
 org.eclipse.emf.common.notify.Adapter createUEvolutionInstanceAdapter()
          Creates a new adapter for an object of class 'UEvolution Instance'.
 org.eclipse.emf.common.notify.Adapter createUExpressionAdapter()
          Creates a new adapter for an object of class 'UExpression'.
 org.eclipse.emf.common.notify.Adapter createUExpressionVariableAdapter()
          Creates a new adapter for an object of class 'UExpression Variable'.
 org.eclipse.emf.common.notify.Adapter createUHelperAdapter()
          Creates a new adapter for an object of class 'UHelper'.
 org.eclipse.emf.common.notify.Adapter createUMapping2UDomainAdapter()
          Creates a new adapter for an object of class 'UMapping2 UDomain'.
 org.eclipse.emf.common.notify.Adapter createUMappingAdapter()
          Creates a new adapter for an object of class 'UMapping'.
 org.eclipse.emf.common.notify.Adapter createUMappingInstanceAdapter()
          Creates a new adapter for an object of class 'UMapping Instance'.
 org.eclipse.emf.common.notify.Adapter createUOCLConstraint2UVariableAdapter()
          Creates a new adapter for an object of class 'UOCL Constraint2 UVariable'.
 org.eclipse.emf.common.notify.Adapter createUOCLConstraintAdapter()
          Creates a new adapter for an object of class 'UOCL Constraint'.
 org.eclipse.emf.common.notify.Adapter createUOCLContainerAdapter()
          Creates a new adapter for an object of class 'UOCL Container'.
 org.eclipse.emf.common.notify.Adapter createUOperationAdapter()
          Creates a new adapter for an object of class 'UOperation'.
 org.eclipse.emf.common.notify.Adapter createUParameterAdapter()
          Creates a new adapter for an object of class 'UParameter'.
 org.eclipse.emf.common.notify.Adapter createUPatternAdapter()
          Creates a new adapter for an object of class 'UPattern'.
 org.eclipse.emf.common.notify.Adapter createUPredicateAdapter()
          Creates a new adapter for an object of class 'UPredicate'.
 org.eclipse.emf.common.notify.Adapter createUPreservationAdapter()
          Creates a new adapter for an object of class 'UPreservation'.
 org.eclipse.emf.common.notify.Adapter createUPreservationInstanceAdapter()
          Creates a new adapter for an object of class 'UPreservation Instance'.
 org.eclipse.emf.common.notify.Adapter createURelationAdapter()
          Creates a new adapter for an object of class 'URelation'.
 org.eclipse.emf.common.notify.Adapter createURelationDomainAdapter()
          Creates a new adapter for an object of class 'URelation Domain'.
 org.eclipse.emf.common.notify.Adapter createURelationInstanceAdapter()
          Creates a new adapter for an object of class 'URelation Instance'.
 org.eclipse.emf.common.notify.Adapter createURelationshipAdapter()
          Creates a new adapter for an object of class 'URelationship'.
 org.eclipse.emf.common.notify.Adapter createURuleAdapter()
          Creates a new adapter for an object of class 'URule'.
 org.eclipse.emf.common.notify.Adapter createUSelfParameterAdapter()
          Creates a new adapter for an object of class 'USelf Parameter'.
 org.eclipse.emf.common.notify.Adapter createUTemplateExpressionAdapter()
          Creates a new adapter for an object of class 'UTemplate Expression'.
 org.eclipse.emf.common.notify.Adapter createUTransformation2UTransformationAdapter()
          Creates a new adapter for an object of class 'UTransformation2 UTransformation'.
 org.eclipse.emf.common.notify.Adapter createUTransformation2UTypedModelAdapter()
          Creates a new adapter for an object of class 'UTransformation2 UTyped Model'.
 org.eclipse.emf.common.notify.Adapter createUTransformationAdapter()
          Creates a new adapter for an object of class 'UTransformation'.
 org.eclipse.emf.common.notify.Adapter createUTypedModel2EPackageAdapter()
          Creates a new adapter for an object of class 'UTyped Model2 EPackage'.
 org.eclipse.emf.common.notify.Adapter createUTypedModel2UTypedModelAdapter()
          Creates a new adapter for an object of class 'UTyped Model2 UTyped Model'.
 org.eclipse.emf.common.notify.Adapter createUTypedModelAdapter()
          Creates a new adapter for an object of class 'UTyped Model'.
 org.eclipse.emf.common.notify.Adapter createUVariableAdapter()
          Creates a new adapter for an object of class 'UVariable'.
 org.eclipse.emf.common.notify.Adapter createVariableDeclarationAdapter()
          Creates a new adapter for an object of class 'Variable Declaration'.
 org.eclipse.emf.common.notify.Adapter createVisitableAdapter()
          Creates a new adapter for an object of class 'Visitable'.
 boolean isFactoryForType(java.lang.Object object)
          Returns whether this factory is applicable for the type of the object.
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UcoreAdapterFactory

public UcoreAdapterFactory()
Creates an instance of the adapter factory.

Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Specified by:
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
Overrides:
isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns:
whether this factory is applicable for the type of the object.

createAdapter

public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target.

Overrides:
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Parameters:
target - the object to adapt.
Returns:
the adapter for the target.

createUDomainAdapter

public org.eclipse.emf.common.notify.Adapter createUDomainAdapter()
Creates a new adapter for an object of class 'UDomain'. 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.

Returns:
the new adapter.
See Also:
UDomain

createUDomainPatternAdapter

public org.eclipse.emf.common.notify.Adapter createUDomainPatternAdapter()
Creates a new adapter for an object of class 'UDomain Pattern'. 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.

Returns:
the new adapter.
See Also:
UDomainPattern

createUDomain2UTypedModelAdapter

public org.eclipse.emf.common.notify.Adapter createUDomain2UTypedModelAdapter()
Creates a new adapter for an object of class 'UDomain2 UTyped 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.

Returns:
the new adapter.
See Also:
UDomain2UTypedModel

createUPatternAdapter

public org.eclipse.emf.common.notify.Adapter createUPatternAdapter()
Creates a new adapter for an object of class 'UPattern'. 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.

Returns:
the new adapter.
See Also:
UPattern

createUPredicateAdapter

public org.eclipse.emf.common.notify.Adapter createUPredicateAdapter()
Creates a new adapter for an object of class 'UPredicate'. 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.

Returns:
the new adapter.
See Also:
UPredicate

createURelationAdapter

public org.eclipse.emf.common.notify.Adapter createURelationAdapter()
Creates a new adapter for an object of class 'URelation'. 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.

Returns:
the new adapter.
See Also:
URelation

createURelationDomainAdapter

public org.eclipse.emf.common.notify.Adapter createURelationDomainAdapter()
Creates a new adapter for an object of class 'URelation Domain'. 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.

Returns:
the new adapter.
See Also:
URelationDomain

createURuleAdapter

public org.eclipse.emf.common.notify.Adapter createURuleAdapter()
Creates a new adapter for an object of class 'URule'. 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.

Returns:
the new adapter.
See Also:
URule

createUTemplateExpressionAdapter

public org.eclipse.emf.common.notify.Adapter createUTemplateExpressionAdapter()
Creates a new adapter for an object of class 'UTemplate Expression'. 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.

Returns:
the new adapter.
See Also:
UTemplateExpression

createUTransformationAdapter

public org.eclipse.emf.common.notify.Adapter createUTransformationAdapter()
Creates a new adapter for an object of class 'UTransformation'. 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.

Returns:
the new adapter.
See Also:
UTransformation

createUTypedModelAdapter

public org.eclipse.emf.common.notify.Adapter createUTypedModelAdapter()
Creates a new adapter for an object of class 'UTyped 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.

Returns:
the new adapter.
See Also:
UTypedModel

createUVariableAdapter

public org.eclipse.emf.common.notify.Adapter createUVariableAdapter()
Creates a new adapter for an object of class 'UVariable'. 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.

Returns:
the new adapter.
See Also:
UVariable

createUHelperAdapter

public org.eclipse.emf.common.notify.Adapter createUHelperAdapter()
Creates a new adapter for an object of class 'UHelper'. 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.

Returns:
the new adapter.
See Also:
UHelper

createUParameterAdapter

public org.eclipse.emf.common.notify.Adapter createUParameterAdapter()
Creates a new adapter for an object of class 'UParameter'. 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.

Returns:
the new adapter.
See Also:
UParameter

createUAttributeVariableAdapter

public org.eclipse.emf.common.notify.Adapter createUAttributeVariableAdapter()
Creates a new adapter for an object of class 'UAttribute Variable'. 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.

Returns:
the new adapter.
See Also:
UAttributeVariable

createUAttributeVariable2UExpressionVariableAdapter

public org.eclipse.emf.common.notify.Adapter createUAttributeVariable2UExpressionVariableAdapter()
Creates a new adapter for an object of class 'UAttribute Variable2 UExpression Variable'. 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.

Returns:
the new adapter.
See Also:
UAttributeVariable2UExpressionVariable

createUBindingAdapter

public org.eclipse.emf.common.notify.Adapter createUBindingAdapter()
Creates a new adapter for an object of class 'UBinding'. 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.

Returns:
the new adapter.
See Also:
UBinding

createUClassVariableAdapter

public org.eclipse.emf.common.notify.Adapter createUClassVariableAdapter()
Creates a new adapter for an object of class 'UClass Variable'. 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.

Returns:
the new adapter.
See Also:
UClassVariable

createUClassVariable2UAttributeVariableAdapter

public org.eclipse.emf.common.notify.Adapter createUClassVariable2UAttributeVariableAdapter()
Creates a new adapter for an object of class 'UClass Variable2 UAttribute Variable'. 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.

Returns:
the new adapter.
See Also:
UClassVariable2UAttributeVariable

createUClassVariable2UClassVariableAdapter

public org.eclipse.emf.common.notify.Adapter createUClassVariable2UClassVariableAdapter()
Creates a new adapter for an object of class 'UClass Variable2 UClass Variable'. 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.

Returns:
the new adapter.
See Also:
UClassVariable2UClassVariable

createUConstraintAdapter

public org.eclipse.emf.common.notify.Adapter createUConstraintAdapter()
Creates a new adapter for an object of class 'UConstraint'. 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.

Returns:
the new adapter.
See Also:
UConstraint

createUDomain2UVariableAdapter

public org.eclipse.emf.common.notify.Adapter createUDomain2UVariableAdapter()
Creates a new adapter for an object of class 'UDomain2 UVariable'. 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.

Returns:
the new adapter.
See Also:
UDomain2UVariable

createUDummyAdapter

public org.eclipse.emf.common.notify.Adapter createUDummyAdapter()
Creates a new adapter for an object of class 'UDummy'. 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.

Returns:
the new adapter.
See Also:
UDummy

createUEvolutionAdapter

public org.eclipse.emf.common.notify.Adapter createUEvolutionAdapter()
Creates a new adapter for an object of class 'UEvolution'. 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.

Returns:
the new adapter.
See Also:
UEvolution

createUExpressionAdapter

public org.eclipse.emf.common.notify.Adapter createUExpressionAdapter()
Creates a new adapter for an object of class 'UExpression'. 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.

Returns:
the new adapter.
See Also:
UExpression

createUEvolutionInstanceAdapter

public org.eclipse.emf.common.notify.Adapter createUEvolutionInstanceAdapter()
Creates a new adapter for an object of class 'UEvolution 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.

Returns:
the new adapter.
See Also:
UEvolutionInstance

createUExpressionVariableAdapter

public org.eclipse.emf.common.notify.Adapter createUExpressionVariableAdapter()
Creates a new adapter for an object of class 'UExpression Variable'. 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.

Returns:
the new adapter.
See Also:
UExpressionVariable

createUMappingAdapter

public org.eclipse.emf.common.notify.Adapter createUMappingAdapter()
Creates a new adapter for an object of class 'UMapping'. 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.

Returns:
the new adapter.
See Also:
UMapping

createUMappingInstanceAdapter

public org.eclipse.emf.common.notify.Adapter createUMappingInstanceAdapter()
Creates a new adapter for an object of class 'UMapping 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.

Returns:
the new adapter.
See Also:
UMappingInstance

createUMapping2UDomainAdapter

public org.eclipse.emf.common.notify.Adapter createUMapping2UDomainAdapter()
Creates a new adapter for an object of class 'UMapping2 UDomain'. 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.

Returns:
the new adapter.
See Also:
UMapping2UDomain

createUOCLConstraintAdapter

public org.eclipse.emf.common.notify.Adapter createUOCLConstraintAdapter()
Creates a new adapter for an object of class 'UOCL 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.

Returns:
the new adapter.
See Also:
UOCLConstraint

createUOCLConstraint2UVariableAdapter

public org.eclipse.emf.common.notify.Adapter createUOCLConstraint2UVariableAdapter()
Creates a new adapter for an object of class 'UOCL Constraint2 UVariable'. 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.

Returns:
the new adapter.
See Also:
UOCLConstraint2UVariable

createUOCLContainerAdapter

public org.eclipse.emf.common.notify.Adapter createUOCLContainerAdapter()
Creates a new adapter for an object of class 'UOCL Container'. 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.

Returns:
the new adapter.
See Also:
UOCLContainer

createUOperationAdapter

public org.eclipse.emf.common.notify.Adapter createUOperationAdapter()
Creates a new adapter for an object of class 'UOperation'. 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.

Returns:
the new adapter.
See Also:
UOperation

createUPreservationAdapter

public org.eclipse.emf.common.notify.Adapter createUPreservationAdapter()
Creates a new adapter for an object of class 'UPreservation'. 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.

Returns:
the new adapter.
See Also:
UPreservation

createUPreservationInstanceAdapter

public org.eclipse.emf.common.notify.Adapter createUPreservationInstanceAdapter()
Creates a new adapter for an object of class 'UPreservation 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.

Returns:
the new adapter.
See Also:
UPreservationInstance

createURelationInstanceAdapter

public org.eclipse.emf.common.notify.Adapter createURelationInstanceAdapter()
Creates a new adapter for an object of class 'URelation 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.

Returns:
the new adapter.
See Also:
URelationInstance

createURelationshipAdapter

public org.eclipse.emf.common.notify.Adapter createURelationshipAdapter()
Creates a new adapter for an object of class 'URelationship'. 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.

Returns:
the new adapter.
See Also:
URelationship

createUTransformation2UTransformationAdapter

public org.eclipse.emf.common.notify.Adapter createUTransformation2UTransformationAdapter()
Creates a new adapter for an object of class 'UTransformation2 UTransformation'. 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.

Returns:
the new adapter.
See Also:
UTransformation2UTransformation

createUTransformation2UTypedModelAdapter

public org.eclipse.emf.common.notify.Adapter createUTransformation2UTypedModelAdapter()
Creates a new adapter for an object of class 'UTransformation2 UTyped 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.

Returns:
the new adapter.
See Also:
UTransformation2UTypedModel

createUTypedModel2EPackageAdapter

public org.eclipse.emf.common.notify.Adapter createUTypedModel2EPackageAdapter()
Creates a new adapter for an object of class 'UTyped Model2 EPackage'. 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.

Returns:
the new adapter.
See Also:
UTypedModel2EPackage

createUTypedModel2UTypedModelAdapter

public org.eclipse.emf.common.notify.Adapter createUTypedModel2UTypedModelAdapter()
Creates a new adapter for an object of class 'UTyped Model2 UTyped 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.

Returns:
the new adapter.
See Also:
UTypedModel2UTypedModel

createUSelfParameterAdapter

public org.eclipse.emf.common.notify.Adapter createUSelfParameterAdapter()
Creates a new adapter for an object of class 'USelf Parameter'. 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.

Returns:
the new adapter.
See Also:
USelfParameter

createEModelElementAdapter

public org.eclipse.emf.common.notify.Adapter createEModelElementAdapter()
Creates a new adapter for an object of class 'EModel 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.

Returns:
the new adapter.
See Also:
EModelElement

createENamedElementAdapter

public org.eclipse.emf.common.notify.Adapter createENamedElementAdapter()
Creates a new adapter for an object of class 'ENamed 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.

Returns:
the new adapter.
See Also:
ENamedElement

createE2LinkAdapter

public org.eclipse.emf.common.notify.Adapter createE2LinkAdapter()
Creates a new adapter for an object of class 'E2 Link'. 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.

Returns:
the new adapter.
See Also:
E2Link

createE2TransientLinkAdapter

public org.eclipse.emf.common.notify.Adapter createE2TransientLinkAdapter()
Creates a new adapter for an object of class 'E2 Transient Link'. 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.

Returns:
the new adapter.
See Also:
E2TransientLink

createEClassifierAdapter

public org.eclipse.emf.common.notify.Adapter createEClassifierAdapter()
Creates a new adapter for an object of class 'EClassifier'. 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.

Returns:
the new adapter.
See Also:
EClassifier

createEPackageAdapter

public org.eclipse.emf.common.notify.Adapter createEPackageAdapter()
Creates a new adapter for an object of class 'EPackage'. 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.

Returns:
the new adapter.
See Also:
EPackage

createVisitableAdapter

public org.eclipse.emf.common.notify.Adapter createVisitableAdapter()
Creates a new adapter for an object of class 'Visitable'. 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.

Returns:
the new adapter.
See Also:
Visitable

createASTNodeAdapter

public org.eclipse.emf.common.notify.Adapter createASTNodeAdapter()
Creates a new adapter for an object of class 'AST Node'. 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.

Returns:
the new adapter.
See Also:
ASTNode

createTypedASTNodeAdapter

public org.eclipse.emf.common.notify.Adapter createTypedASTNodeAdapter()
Creates a new adapter for an object of class 'Typed AST Node'. 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.

Returns:
the new adapter.
See Also:
TypedASTNode

createVariableDeclarationAdapter

public org.eclipse.emf.common.notify.Adapter createVariableDeclarationAdapter()
Creates a new adapter for an object of class 'Variable Declaration'. 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.

Returns:
the new adapter.
See Also:
VariableDeclaration

createETypedElementAdapter

public org.eclipse.emf.common.notify.Adapter createETypedElementAdapter()
Creates a new adapter for an object of class 'ETyped 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.

Returns:
the new adapter.
See Also:
ETypedElement

createEOperationAdapter

public org.eclipse.emf.common.notify.Adapter createEOperationAdapter()
Creates a new adapter for an object of class 'EOperation'. 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.

Returns:
the new adapter.
See Also:
EOperation

createEParameterAdapter

public org.eclipse.emf.common.notify.Adapter createEParameterAdapter()
Creates a new adapter for an object of class 'EParameter'. 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.

Returns:
the new adapter.
See Also:
EParameter

createOCLExpressionAdapter

public org.eclipse.emf.common.notify.Adapter createOCLExpressionAdapter()
Creates a new adapter for an object of class 'OCL Expression'. 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.

Returns:
the new adapter.
See Also:
OCLExpression

createEObjectAdapter

public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.