org.eclipse.ocl.examples.codegen.cgmodel.util
Class CGModelAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.eclipse.ocl.examples.codegen.cgmodel.util.CGModelAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class CGModelAdapterFactory
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:
CGModelPackage
Generated

Field Summary
protected static CGModelPackage modelPackage
          The cached model package.
protected  CGModelSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
          The switch that delegates to the createXXX methods.
 
Constructor Summary
CGModelAdapterFactory()
          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 createCGAccumulatorAdapter()
          Creates a new adapter for an object of class 'CG Accumulator'.
 org.eclipse.emf.common.notify.Adapter createCGAssertNonNullExpAdapter()
          Creates a new adapter for an object of class 'CG Assert Non Null Exp'.
 org.eclipse.emf.common.notify.Adapter createCGBooleanAdapter()
          Creates a new adapter for an object of class 'CG Boolean'.
 org.eclipse.emf.common.notify.Adapter createCGBoxExpAdapter()
          Creates a new adapter for an object of class 'CG Box Exp'.
 org.eclipse.emf.common.notify.Adapter createCGBuiltInIterationCallExpAdapter()
          Creates a new adapter for an object of class 'CG Built In Iteration Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGCallableAdapter()
          Creates a new adapter for an object of class 'CG Callable'.
 org.eclipse.emf.common.notify.Adapter createCGCallExpAdapter()
          Creates a new adapter for an object of class 'CG Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGCastExpAdapter()
          Creates a new adapter for an object of class 'CG Cast Exp'.
 org.eclipse.emf.common.notify.Adapter createCGCatchExpAdapter()
          Creates a new adapter for an object of class 'CG Catch Exp'.
 org.eclipse.emf.common.notify.Adapter createCGClassAdapter()
          Creates a new adapter for an object of class 'CG Class'.
 org.eclipse.emf.common.notify.Adapter createCGCollectionExpAdapter()
          Creates a new adapter for an object of class 'CG Collection Exp'.
 org.eclipse.emf.common.notify.Adapter createCGCollectionPartAdapter()
          Creates a new adapter for an object of class 'CG Collection Part'.
 org.eclipse.emf.common.notify.Adapter createCGConstantAdapter()
          Creates a new adapter for an object of class 'CG Constant'.
 org.eclipse.emf.common.notify.Adapter createCGConstantExpAdapter()
          Creates a new adapter for an object of class 'CG Constant Exp'.
 org.eclipse.emf.common.notify.Adapter createCGConstraintAdapter()
          Creates a new adapter for an object of class 'CG Constraint'.
 org.eclipse.emf.common.notify.Adapter createCGConstructorExpAdapter()
          Creates a new adapter for an object of class 'CG Constructor Exp'.
 org.eclipse.emf.common.notify.Adapter createCGConstructorPartAdapter()
          Creates a new adapter for an object of class 'CG Constructor Part'.
 org.eclipse.emf.common.notify.Adapter createCGEcoreClassConstructorExpAdapter()
          Creates a new adapter for an object of class 'CG Ecore Class Constructor Exp'.
 org.eclipse.emf.common.notify.Adapter createCGEcoreDataTypeConstructorExpAdapter()
          Creates a new adapter for an object of class 'CG Ecore Data Type Constructor Exp'.
 org.eclipse.emf.common.notify.Adapter createCGEcoreOperationAdapter()
          Creates a new adapter for an object of class 'CG Ecore Operation'.
 org.eclipse.emf.common.notify.Adapter createCGEcoreOperationCallExpAdapter()
          Creates a new adapter for an object of class 'CG Ecore Operation Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGEcoreOppositePropertyCallExpAdapter()
          Creates a new adapter for an object of class 'CG Ecore Opposite Property Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGEcorePropertyCallExpAdapter()
          Creates a new adapter for an object of class 'CG Ecore Property Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGElementAdapter()
          Creates a new adapter for an object of class 'CG Element'.
 org.eclipse.emf.common.notify.Adapter createCGElementIdAdapter()
          Creates a new adapter for an object of class 'CG Element Id'.
 org.eclipse.emf.common.notify.Adapter createCGExecutorCompositionPropertyAdapter()
          Creates a new adapter for an object of class 'CG Executor Composition Property'.
 org.eclipse.emf.common.notify.Adapter createCGExecutorConstructorPartAdapter()
          Creates a new adapter for an object of class 'CG Executor Constructor Part'.
 org.eclipse.emf.common.notify.Adapter createCGExecutorNavigationPropertyAdapter()
          Creates a new adapter for an object of class 'CG Executor Navigation Property'.
 org.eclipse.emf.common.notify.Adapter createCGExecutorOperationAdapter()
          Creates a new adapter for an object of class 'CG Executor Operation'.
 org.eclipse.emf.common.notify.Adapter createCGExecutorOperationCallExpAdapter()
          Creates a new adapter for an object of class 'CG Executor Operation Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGExecutorOppositePropertyAdapter()
          Creates a new adapter for an object of class 'CG Executor Opposite Property'.
 org.eclipse.emf.common.notify.Adapter createCGExecutorOppositePropertyCallExpAdapter()
          Creates a new adapter for an object of class 'CG Executor Opposite Property Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGExecutorPropertyAdapter()
          Creates a new adapter for an object of class 'CG Executor Property'.
 org.eclipse.emf.common.notify.Adapter createCGExecutorPropertyCallExpAdapter()
          Creates a new adapter for an object of class 'CG Executor Property Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGExecutorTypeAdapter()
          Creates a new adapter for an object of class 'CG Executor Type'.
 org.eclipse.emf.common.notify.Adapter createCGFinalVariableAdapter()
          Creates a new adapter for an object of class 'CG Final Variable'.
 org.eclipse.emf.common.notify.Adapter createCGGuardExpAdapter()
          Creates a new adapter for an object of class 'CG Guard Exp'.
 org.eclipse.emf.common.notify.Adapter createCGIfExpAdapter()
          Creates a new adapter for an object of class 'CG If Exp'.
 org.eclipse.emf.common.notify.Adapter createCGIntegerAdapter()
          Creates a new adapter for an object of class 'CG Integer'.
 org.eclipse.emf.common.notify.Adapter createCGInvalidAdapter()
          Creates a new adapter for an object of class 'CG Invalid'.
 org.eclipse.emf.common.notify.Adapter createCGIsEqualExpAdapter()
          Creates a new adapter for an object of class 'CG Is Equal Exp'.
 org.eclipse.emf.common.notify.Adapter createCGIsInvalidExpAdapter()
          Creates a new adapter for an object of class 'CG Is Invalid Exp'.
 org.eclipse.emf.common.notify.Adapter createCGIsUndefinedExpAdapter()
          Creates a new adapter for an object of class 'CG Is Undefined Exp'.
 org.eclipse.emf.common.notify.Adapter createCGIterationCallExpAdapter()
          Creates a new adapter for an object of class 'CG Iteration Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGIteratorAdapter()
          Creates a new adapter for an object of class 'CG Iterator'.
 org.eclipse.emf.common.notify.Adapter createCGLetExpAdapter()
          Creates a new adapter for an object of class 'CG Let Exp'.
 org.eclipse.emf.common.notify.Adapter createCGLibraryIterateCallExpAdapter()
          Creates a new adapter for an object of class 'CG Library Iterate Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGLibraryIterationCallExpAdapter()
          Creates a new adapter for an object of class 'CG Library Iteration Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGLibraryOperationAdapter()
          Creates a new adapter for an object of class 'CG Library Operation'.
 org.eclipse.emf.common.notify.Adapter createCGLibraryOperationCallExpAdapter()
          Creates a new adapter for an object of class 'CG Library Operation Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGLibraryPropertyCallExpAdapter()
          Creates a new adapter for an object of class 'CG Library Property Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGLocalVariableAdapter()
          Creates a new adapter for an object of class 'CG Local Variable'.
 org.eclipse.emf.common.notify.Adapter createCGModelAdapter()
          Creates a new adapter for an object of class 'CG Model'.
 org.eclipse.emf.common.notify.Adapter createCGNamedElementAdapter()
          Creates a new adapter for an object of class 'CG Named Element'.
 org.eclipse.emf.common.notify.Adapter createCGNavigationCallExpAdapter()
          Creates a new adapter for an object of class 'CG Navigation Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGNullAdapter()
          Creates a new adapter for an object of class 'CG Null'.
 org.eclipse.emf.common.notify.Adapter createCGNumberAdapter()
          Creates a new adapter for an object of class 'CG Number'.
 org.eclipse.emf.common.notify.Adapter createCGOperationAdapter()
          Creates a new adapter for an object of class 'CG Operation'.
 org.eclipse.emf.common.notify.Adapter createCGOperationCallExpAdapter()
          Creates a new adapter for an object of class 'CG Operation Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGOppositePropertyCallExpAdapter()
          Creates a new adapter for an object of class 'CG Opposite Property Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGPackageAdapter()
          Creates a new adapter for an object of class 'CG Package'.
 org.eclipse.emf.common.notify.Adapter createCGParameterAdapter()
          Creates a new adapter for an object of class 'CG Parameter'.
 org.eclipse.emf.common.notify.Adapter createCGPropertyAdapter()
          Creates a new adapter for an object of class 'CG Property'.
 org.eclipse.emf.common.notify.Adapter createCGPropertyCallExpAdapter()
          Creates a new adapter for an object of class 'CG Property Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGRealAdapter()
          Creates a new adapter for an object of class 'CG Real'.
 org.eclipse.emf.common.notify.Adapter createCGSettableVariableAdapter()
          Creates a new adapter for an object of class 'CG Settable Variable'.
 org.eclipse.emf.common.notify.Adapter createCGStringAdapter()
          Creates a new adapter for an object of class 'CG String'.
 org.eclipse.emf.common.notify.Adapter createCGTextAdapter()
          Creates a new adapter for an object of class 'CG Text'.
 org.eclipse.emf.common.notify.Adapter createCGTextParameterAdapter()
          Creates a new adapter for an object of class 'CG Text Parameter'.
 org.eclipse.emf.common.notify.Adapter createCGThrowExpAdapter()
          Creates a new adapter for an object of class 'CG Throw Exp'.
 org.eclipse.emf.common.notify.Adapter createCGTupleExpAdapter()
          Creates a new adapter for an object of class 'CG Tuple Exp'.
 org.eclipse.emf.common.notify.Adapter createCGTuplePartAdapter()
          Creates a new adapter for an object of class 'CG Tuple Part'.
 org.eclipse.emf.common.notify.Adapter createCGTuplePartCallExpAdapter()
          Creates a new adapter for an object of class 'CG Tuple Part Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCGTypedElementAdapter()
          Creates a new adapter for an object of class 'CG Typed Element'.
 org.eclipse.emf.common.notify.Adapter createCGTypeExpAdapter()
          Creates a new adapter for an object of class 'CG Type Exp'.
 org.eclipse.emf.common.notify.Adapter createCGTypeIdAdapter()
          Creates a new adapter for an object of class 'CG Type Id'.
 org.eclipse.emf.common.notify.Adapter createCGUnboxExpAdapter()
          Creates a new adapter for an object of class 'CG Unbox Exp'.
 org.eclipse.emf.common.notify.Adapter createCGUnlimitedAdapter()
          Creates a new adapter for an object of class 'CG Unlimited'.
 org.eclipse.emf.common.notify.Adapter createCGValuedElementAdapter()
          Creates a new adapter for an object of class 'CG Valued Element'.
 org.eclipse.emf.common.notify.Adapter createCGVariableAdapter()
          Creates a new adapter for an object of class 'CG Variable'.
 org.eclipse.emf.common.notify.Adapter createCGVariableExpAdapter()
          Creates a new adapter for an object of class 'CG Variable Exp'.
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 org.eclipse.emf.common.notify.Adapter createNameableAdapter()
          Creates a new adapter for an object of class 'Nameable'.
 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, associate, createAdapter, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelPackage

protected static CGModelPackage modelPackage
The cached model package.

Generated

modelSwitch

protected CGModelSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
The switch that delegates to the createXXX methods.

Generated
Constructor Detail

CGModelAdapterFactory

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

Generated
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.
Generated

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.
Generated

createCGAccumulatorAdapter

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

createCGAssertNonNullExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGAssertNonNullExpAdapter()
Creates a new adapter for an object of class 'CG Assert Non Null 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:
CGAssertNonNullExp
Generated

createCGBooleanAdapter

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

createCGBoxExpAdapter

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

createCGBuiltInIterationCallExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGBuiltInIterationCallExpAdapter()
Creates a new adapter for an object of class 'CG Built In Iteration 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:
CGBuiltInIterationCallExp
Generated

createCGCallableAdapter

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

createCGClassAdapter

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

createCGCallExpAdapter

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

createCGCastExpAdapter

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

createCGCatchExpAdapter

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

createCGCollectionExpAdapter

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

createCGCollectionPartAdapter

public org.eclipse.emf.common.notify.Adapter createCGCollectionPartAdapter()
Creates a new adapter for an object of class 'CG Collection Part'. 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:
CGCollectionPart
Generated

createCGConstantAdapter

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

createCGFinalVariableAdapter

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

createCGGuardExpAdapter

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

createCGEcoreOperationCallExpAdapter

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

createCGEcoreOppositePropertyCallExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGEcoreOppositePropertyCallExpAdapter()
Creates a new adapter for an object of class 'CG Ecore Opposite Property 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:
CGEcoreOppositePropertyCallExp
Generated

createCGEcorePropertyCallExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGEcorePropertyCallExpAdapter()
Creates a new adapter for an object of class 'CG Ecore Property 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:
CGEcorePropertyCallExp
Generated

createCGIntegerAdapter

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

createCGInvalidAdapter

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

createCGIsEqualExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGIsEqualExpAdapter()
Creates a new adapter for an object of class 'CG Is Equal 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:
CGIsEqualExp
Generated

createCGIsInvalidExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGIsInvalidExpAdapter()
Creates a new adapter for an object of class 'CG Is Invalid 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:
CGIsInvalidExp
Generated

createCGIsUndefinedExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGIsUndefinedExpAdapter()
Creates a new adapter for an object of class 'CG Is Undefined 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:
CGIsUndefinedExp
Generated

createCGIterationCallExpAdapter

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

createCGIteratorAdapter

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

createCGLibraryOperationCallExpAdapter

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

createCGLibraryPropertyCallExpAdapter

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

createCGConstantExpAdapter

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

createCGConstraintAdapter

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

createCGConstructorExpAdapter

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

createCGConstructorPartAdapter

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

createCGEcoreClassConstructorExpAdapter

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

createCGEcoreDataTypeConstructorExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGEcoreDataTypeConstructorExpAdapter()
Creates a new adapter for an object of class 'CG Ecore Data Type Constructor 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:
CGEcoreDataTypeConstructorExp
Generated

createCGEcoreOperationAdapter

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

createCGLetExpAdapter

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

createCGLibraryIterateCallExpAdapter

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

createCGLibraryIterationCallExpAdapter

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

createCGLibraryOperationAdapter

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

createCGLocalVariableAdapter

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

createCGModelAdapter

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

createCGElementAdapter

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

createCGElementIdAdapter

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

createCGExecutorCompositionPropertyAdapter

public org.eclipse.emf.common.notify.Adapter createCGExecutorCompositionPropertyAdapter()
Creates a new adapter for an object of class 'CG Executor Composition 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:
CGExecutorCompositionProperty
Generated

createCGExecutorConstructorPartAdapter

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

createCGExecutorNavigationPropertyAdapter

public org.eclipse.emf.common.notify.Adapter createCGExecutorNavigationPropertyAdapter()
Creates a new adapter for an object of class 'CG Executor Navigation 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:
CGExecutorNavigationProperty
Generated

createCGExecutorOppositePropertyAdapter

public org.eclipse.emf.common.notify.Adapter createCGExecutorOppositePropertyAdapter()
Creates a new adapter for an object of class 'CG Executor Opposite 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:
CGExecutorOppositeProperty
Generated

createCGExecutorOperationAdapter

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

createCGExecutorOperationCallExpAdapter

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

createCGExecutorOppositePropertyCallExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGExecutorOppositePropertyCallExpAdapter()
Creates a new adapter for an object of class 'CG Executor Opposite Property 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:
CGExecutorOppositePropertyCallExp
Generated

createCGExecutorPropertyAdapter

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

createCGExecutorPropertyCallExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGExecutorPropertyCallExpAdapter()
Creates a new adapter for an object of class 'CG Executor Property 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:
CGExecutorPropertyCallExp
Generated

createCGExecutorTypeAdapter

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

createCGIfExpAdapter

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

createCGNamedElementAdapter

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

createCGNavigationCallExpAdapter

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

createCGNullAdapter

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

createCGNumberAdapter

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

createCGOperationAdapter

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

createCGOperationCallExpAdapter

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

createCGOppositePropertyCallExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGOppositePropertyCallExpAdapter()
Creates a new adapter for an object of class 'CG Opposite Property 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:
CGOppositePropertyCallExp
Generated

createCGPackageAdapter

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

createCGParameterAdapter

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

createCGPropertyAdapter

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

createCGPropertyCallExpAdapter

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

createCGRealAdapter

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

createCGSettableVariableAdapter

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

createCGStringAdapter

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

createCGTextAdapter

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

createCGTextParameterAdapter

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

createCGThrowExpAdapter

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

createCGTupleExpAdapter

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

createCGTuplePartAdapter

public org.eclipse.emf.common.notify.Adapter createCGTuplePartAdapter()
Creates a new adapter for an object of class 'CG Tuple Part'. 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:
CGTuplePart
Generated

createCGTuplePartCallExpAdapter

public org.eclipse.emf.common.notify.Adapter createCGTuplePartCallExpAdapter()
Creates a new adapter for an object of class 'CG Tuple Part 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:
CGTuplePartCallExp
Generated

createCGTypeIdAdapter

public org.eclipse.emf.common.notify.Adapter createCGTypeIdAdapter()
Creates a new adapter for an object of class 'CG Type Id'. 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:
CGTypeId
Generated

createCGTypeExpAdapter

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

createCGTypedElementAdapter

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

createCGUnboxExpAdapter

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

createCGUnlimitedAdapter

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

createCGValuedElementAdapter

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

createCGVariableAdapter

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

createCGVariableExpAdapter

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

createNameableAdapter

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

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.
Generated