org.eclipse.gmt.umlx.qvtoperational.util
Class QvtoperationalAdapterFactory

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

public class QvtoperationalAdapterFactory
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:
QvtoperationalPackage

Constructor Summary
QvtoperationalAdapterFactory()
          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 createCallExpAdapter()
          Creates a new adapter for an object of class 'Call Exp'.
 org.eclipse.emf.common.notify.Adapter createClassAdapter()
          Creates a new adapter for an object of class 'Class'.
 org.eclipse.emf.common.notify.Adapter createConstructorAdapter()
          Creates a new adapter for an object of class 'Constructor'.
 org.eclipse.emf.common.notify.Adapter createConstructorBodyAdapter()
          Creates a new adapter for an object of class 'Constructor Body'.
 org.eclipse.emf.common.notify.Adapter createContextualPropertyAdapter()
          Creates a new adapter for an object of class 'Contextual Property'.
 org.eclipse.emf.common.notify.Adapter createElementAdapter()
          Creates a new adapter for an object of class 'Element'.
 org.eclipse.emf.common.notify.Adapter createEntryOperationAdapter()
          Creates a new adapter for an object of class 'Entry Operation'.
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 org.eclipse.emf.common.notify.Adapter createExtentAdapter()
          Creates a new adapter for an object of class 'Extent'.
 org.eclipse.emf.common.notify.Adapter createFeaturePropertyCallAdapter()
          Creates a new adapter for an object of class 'Feature Property Call'.
 org.eclipse.emf.common.notify.Adapter createHelperAdapter()
          Creates a new adapter for an object of class 'Helper'.
 org.eclipse.emf.common.notify.Adapter createImperativeCallExpAdapter()
          Creates a new adapter for an object of class 'Imperative Call Exp'.
 org.eclipse.emf.common.notify.Adapter createImperativeExpressionAdapter()
          Creates a new adapter for an object of class 'Imperative Expression'.
 org.eclipse.emf.common.notify.Adapter createImperativeLoopExpAdapter()
          Creates a new adapter for an object of class 'Imperative Loop Exp'.
 org.eclipse.emf.common.notify.Adapter createImperativeOperationAdapter()
          Creates a new adapter for an object of class 'Imperative Operation'.
 org.eclipse.emf.common.notify.Adapter createInstantiationExpAdapter()
          Creates a new adapter for an object of class 'Instantiation Exp'.
 org.eclipse.emf.common.notify.Adapter createLibraryAdapter()
          Creates a new adapter for an object of class 'Library'.
 org.eclipse.emf.common.notify.Adapter createLoopExpAdapter()
          Creates a new adapter for an object of class 'Loop Exp'.
 org.eclipse.emf.common.notify.Adapter createMappingBodyAdapter()
          Creates a new adapter for an object of class 'Mapping Body'.
 org.eclipse.emf.common.notify.Adapter createMappingCallExpAdapter()
          Creates a new adapter for an object of class 'Mapping Call Exp'.
 org.eclipse.emf.common.notify.Adapter createMappingOperationAdapter()
          Creates a new adapter for an object of class 'Mapping Operation'.
 org.eclipse.emf.common.notify.Adapter createMappingParameterAdapter()
          Creates a new adapter for an object of class 'Mapping Parameter'.
 org.eclipse.emf.common.notify.Adapter createModelParameterAdapter()
          Creates a new adapter for an object of class 'Model Parameter'.
 org.eclipse.emf.common.notify.Adapter createModelTypeAdapter()
          Creates a new adapter for an object of class 'Model Type'.
 org.eclipse.emf.common.notify.Adapter createModuleAdapter()
          Creates a new adapter for an object of class 'Module'.
 org.eclipse.emf.common.notify.Adapter createModuleImportAdapter()
          Creates a new adapter for an object of class 'Module Import'.
 org.eclipse.emf.common.notify.Adapter createMultiplicityElementAdapter()
          Creates a new adapter for an object of class 'Multiplicity Element'.
 org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
          Creates a new adapter for an object of class 'Named Element'.
 org.eclipse.emf.common.notify.Adapter createObjectAdapter()
          Creates a new adapter for an object of class 'Object'.
 org.eclipse.emf.common.notify.Adapter createObjectExpAdapter()
          Creates a new adapter for an object of class 'Object Exp'.
 org.eclipse.emf.common.notify.Adapter createOclExpressionAdapter()
          Creates a new adapter for an object of class 'Ocl Expression'.
 org.eclipse.emf.common.notify.Adapter createOperationAdapter()
          Creates a new adapter for an object of class 'Operation'.
 org.eclipse.emf.common.notify.Adapter createOperationalTransformationAdapter()
          Creates a new adapter for an object of class 'Operational Transformation'.
 org.eclipse.emf.common.notify.Adapter createOperationBodyAdapter()
          Creates a new adapter for an object of class 'Operation Body'.
 org.eclipse.emf.common.notify.Adapter createOperationCallExpAdapter()
          Creates a new adapter for an object of class 'Operation Call Exp'.
 org.eclipse.emf.common.notify.Adapter createPackageAdapter()
          Creates a new adapter for an object of class 'Package'.
 org.eclipse.emf.common.notify.Adapter createParameterAdapter()
          Creates a new adapter for an object of class 'Parameter'.
 org.eclipse.emf.common.notify.Adapter createPropertyAdapter()
          Creates a new adapter for an object of class 'Property'.
 org.eclipse.emf.common.notify.Adapter createResolveExpAdapter()
          Creates a new adapter for an object of class 'Resolve Exp'.
 org.eclipse.emf.common.notify.Adapter createResolveInExpAdapter()
          Creates a new adapter for an object of class 'Resolve In Exp'.
 org.eclipse.emf.common.notify.Adapter createTypeAdapter()
          Creates a new adapter for an object of class 'Type'.
 org.eclipse.emf.common.notify.Adapter createTypedElementAdapter()
          Creates a new adapter for an object of class 'Typed Element'.
 org.eclipse.emf.common.notify.Adapter createURIExtentAdapter()
          Creates a new adapter for an object of class 'URI Extent'.
 org.eclipse.emf.common.notify.Adapter createVariableAdapter()
          Creates a new adapter for an object of class 'Variable'.
 org.eclipse.emf.common.notify.Adapter createVarParameterAdapter()
          Creates a new adapter for an object of class 'Var Parameter'.
 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

QvtoperationalAdapterFactory

public QvtoperationalAdapterFactory()
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.

createMappingBodyAdapter

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

createHelperAdapter

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

createResolveExpAdapter

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

createResolveInExpAdapter

public org.eclipse.emf.common.notify.Adapter createResolveInExpAdapter()
Creates a new adapter for an object of class 'Resolve In Exp'. 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:
ResolveInExp

createOperationalTransformationAdapter

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

createMappingParameterAdapter

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

createMappingOperationAdapter

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

Returns:
the new adapter.
See Also:
MappingOperation

createMappingCallExpAdapter

public org.eclipse.emf.common.notify.Adapter createMappingCallExpAdapter()
Creates a new adapter for an object of class 'Mapping Call Exp'. 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:
MappingCallExp

createConstructorAdapter

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

createContextualPropertyAdapter

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

Returns:
the new adapter.
See Also:
ContextualProperty

createEntryOperationAdapter

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

Returns:
the new adapter.
See Also:
EntryOperation

createImperativeCallExpAdapter

public org.eclipse.emf.common.notify.Adapter createImperativeCallExpAdapter()
Creates a new adapter for an object of class 'Imperative Call Exp'. 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:
ImperativeCallExp

createImperativeOperationAdapter

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

Returns:
the new adapter.
See Also:
ImperativeOperation

createLibraryAdapter

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

createModelParameterAdapter

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

createModelTypeAdapter

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

Returns:
the new adapter.
See Also:
ModelType

createModuleAdapter

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

createModuleImportAdapter

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

Returns:
the new adapter.
See Also:
ModuleImport

createVarParameterAdapter

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

createOperationBodyAdapter

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

createConstructorBodyAdapter

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

createObjectExpAdapter

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

createObjectAdapter

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

createElementAdapter

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

createMultiplicityElementAdapter

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

createNamedElementAdapter

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

createTypedElementAdapter

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

createOperationAdapter

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

Returns:
the new adapter.
See Also:
Operation

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

createCallExpAdapter

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

createLoopExpAdapter

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

createImperativeExpressionAdapter

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

createImperativeLoopExpAdapter

public org.eclipse.emf.common.notify.Adapter createImperativeLoopExpAdapter()
Creates a new adapter for an object of class 'Imperative Loop Exp'. 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:
ImperativeLoopExp

createTypeAdapter

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

Returns:
the new adapter.
See Also:
Type

createClassAdapter

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

createPackageAdapter

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

Returns:
the new adapter.
See Also:
Package

createParameterAdapter

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

createVariableAdapter

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

createFeaturePropertyCallAdapter

public org.eclipse.emf.common.notify.Adapter createFeaturePropertyCallAdapter()
Creates a new adapter for an object of class 'Feature Property Call'. 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:
FeaturePropertyCall

createOperationCallExpAdapter

public org.eclipse.emf.common.notify.Adapter createOperationCallExpAdapter()
Creates a new adapter for an object of class 'Operation Call Exp'. 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:
OperationCallExp

createPropertyAdapter

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

Returns:
the new adapter.
See Also:
Property

createExtentAdapter

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

createURIExtentAdapter

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

createInstantiationExpAdapter

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

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.