blob: be9063e734714af7604006eab5d59632dd83bdac [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013, 2019 CEA LIST and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink(CEA LIST) - Initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.examples.codegen.cgmodel.util;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notifier;
import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.jdt.annotation.Nullable;
import org.eclipse.ocl.examples.codegen.cgmodel.*;
import org.eclipse.ocl.pivot.utilities.Nameable;
/**
* <!-- begin-user-doc -->
* The <b>Adapter Factory</b> for the model.
* It provides an adapter <code>createXXX</code> method for each class of the model.
* <!-- end-user-doc -->
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage
* @generated
*/
public class CGModelAdapterFactory extends AdapterFactoryImpl {
/**
* The cached model package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected static CGModelPackage modelPackage;
/**
* Creates an instance of the adapter factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public CGModelAdapterFactory() {
if (modelPackage == null) {
modelPackage = CGModelPackage.eINSTANCE;
}
}
/**
* Returns whether this factory is applicable for the type of the object.
* <!-- begin-user-doc -->
* This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
* <!-- end-user-doc -->
* @return whether this factory is applicable for the type of the object.
* @generated
*/
@Override
public boolean isFactoryForType(Object object) {
if (object == modelPackage) {
return true;
}
if (object instanceof EObject) {
return ((EObject)object).eClass().getEPackage() == modelPackage;
}
return false;
}
/**
* The switch that delegates to the <code>createXXX</code> methods.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected CGModelSwitch<@Nullable Adapter> modelSwitch =
new CGModelSwitch<@Nullable Adapter>() {
@Override
public Adapter caseCGAccumulator(CGAccumulator object) {
return createCGAccumulatorAdapter();
}
@Override
public Adapter caseCGAssertNonNullExp(CGAssertNonNullExp object) {
return createCGAssertNonNullExpAdapter();
}
@Override
public Adapter caseCGBoolean(CGBoolean object) {
return createCGBooleanAdapter();
}
@Override
public Adapter caseCGBoxExp(CGBoxExp object) {
return createCGBoxExpAdapter();
}
@Override
public Adapter caseCGBuiltInIterationCallExp(CGBuiltInIterationCallExp object) {
return createCGBuiltInIterationCallExpAdapter();
}
@Override
public Adapter caseCGCachedOperation(CGCachedOperation object) {
return createCGCachedOperationAdapter();
}
@Override
public Adapter caseCGCachedOperationCallExp(CGCachedOperationCallExp object) {
return createCGCachedOperationCallExpAdapter();
}
@Override
public Adapter caseCGCallable(CGCallable object) {
return createCGCallableAdapter();
}
@Override
public Adapter caseCGCallExp(CGCallExp object) {
return createCGCallExpAdapter();
}
@Override
public Adapter caseCGCastExp(CGCastExp object) {
return createCGCastExpAdapter();
}
@Override
public Adapter caseCGCatchExp(CGCatchExp object) {
return createCGCatchExpAdapter();
}
@Override
public Adapter caseCGClass(CGClass object) {
return createCGClassAdapter();
}
@Override
public Adapter caseCGCollectionExp(CGCollectionExp object) {
return createCGCollectionExpAdapter();
}
@Override
public Adapter caseCGCollectionPart(CGCollectionPart object) {
return createCGCollectionPartAdapter();
}
@Override
public Adapter caseCGConstant(CGConstant object) {
return createCGConstantAdapter();
}
@Override
public Adapter caseCGConstantExp(CGConstantExp object) {
return createCGConstantExpAdapter();
}
@Override
public Adapter caseCGConstraint(CGConstraint object) {
return createCGConstraintAdapter();
}
@Override
public Adapter caseCGEcoreClassShadowExp(CGEcoreClassShadowExp object) {
return createCGEcoreClassShadowExpAdapter();
}
@Override
public Adapter caseCGEcoreDataTypeShadowExp(CGEcoreDataTypeShadowExp object) {
return createCGEcoreDataTypeShadowExpAdapter();
}
@Override
public Adapter caseCGEcoreExp(CGEcoreExp object) {
return createCGEcoreExpAdapter();
}
@Override
public Adapter caseCGEcoreOperation(CGEcoreOperation object) {
return createCGEcoreOperationAdapter();
}
@Override
public Adapter caseCGEcoreOperationCallExp(CGEcoreOperationCallExp object) {
return createCGEcoreOperationCallExpAdapter();
}
@Override
public Adapter caseCGEcoreOppositePropertyCallExp(CGEcoreOppositePropertyCallExp object) {
return createCGEcoreOppositePropertyCallExpAdapter();
}
@Override
public Adapter caseCGEcorePropertyCallExp(CGEcorePropertyCallExp object) {
return createCGEcorePropertyCallExpAdapter();
}
@Override
public Adapter caseCGElement(CGElement object) {
return createCGElementAdapter();
}
@Override
public Adapter caseCGElementId(CGElementId object) {
return createCGElementIdAdapter();
}
@Override
public Adapter caseCGExecutorCompositionProperty(CGExecutorCompositionProperty object) {
return createCGExecutorCompositionPropertyAdapter();
}
@Override
public Adapter caseCGExecutorNavigationProperty(CGExecutorNavigationProperty object) {
return createCGExecutorNavigationPropertyAdapter();
}
@Override
public Adapter caseCGExecutorOppositeProperty(CGExecutorOppositeProperty object) {
return createCGExecutorOppositePropertyAdapter();
}
@Override
public Adapter caseCGExecutorOperation(CGExecutorOperation object) {
return createCGExecutorOperationAdapter();
}
@Override
public Adapter caseCGExecutorOperationCallExp(CGExecutorOperationCallExp object) {
return createCGExecutorOperationCallExpAdapter();
}
@Override
public Adapter caseCGExecutorOppositePropertyCallExp(CGExecutorOppositePropertyCallExp object) {
return createCGExecutorOppositePropertyCallExpAdapter();
}
@Override
public Adapter caseCGExecutorProperty(CGExecutorProperty object) {
return createCGExecutorPropertyAdapter();
}
@Override
public Adapter caseCGExecutorPropertyCallExp(CGExecutorPropertyCallExp object) {
return createCGExecutorPropertyCallExpAdapter();
}
@Override
public Adapter caseCGExecutorShadowPart(CGExecutorShadowPart object) {
return createCGExecutorShadowPartAdapter();
}
@Override
public Adapter caseCGExecutorType(CGExecutorType object) {
return createCGExecutorTypeAdapter();
}
@Override
public Adapter caseCGFinalVariable(CGFinalVariable object) {
return createCGFinalVariableAdapter();
}
@Override
public Adapter caseCGGuardExp(CGGuardExp object) {
return createCGGuardExpAdapter();
}
@Override
public Adapter caseCGIfExp(CGIfExp object) {
return createCGIfExpAdapter();
}
@Override
public Adapter caseCGInteger(CGInteger object) {
return createCGIntegerAdapter();
}
@Override
public Adapter caseCGInvalid(CGInvalid object) {
return createCGInvalidAdapter();
}
@Override
public Adapter caseCGIsEqualExp(CGIsEqualExp object) {
return createCGIsEqualExpAdapter();
}
@Override
public Adapter caseCGIsEqual2Exp(CGIsEqual2Exp object) {
return createCGIsEqual2ExpAdapter();
}
@Override
public Adapter caseCGIsInvalidExp(CGIsInvalidExp object) {
return createCGIsInvalidExpAdapter();
}
@Override
public Adapter caseCGIsKindOfExp(CGIsKindOfExp object) {
return createCGIsKindOfExpAdapter();
}
@Override
public Adapter caseCGIsUndefinedExp(CGIsUndefinedExp object) {
return createCGIsUndefinedExpAdapter();
}
@Override
public Adapter caseCGIterationCallExp(CGIterationCallExp object) {
return createCGIterationCallExpAdapter();
}
@Override
public Adapter caseCGIterator(CGIterator object) {
return createCGIteratorAdapter();
}
@Override
public Adapter caseCGLetExp(CGLetExp object) {
return createCGLetExpAdapter();
}
@Override
public Adapter caseCGLibraryIterateCallExp(CGLibraryIterateCallExp object) {
return createCGLibraryIterateCallExpAdapter();
}
@Override
public Adapter caseCGLibraryIterationCallExp(CGLibraryIterationCallExp object) {
return createCGLibraryIterationCallExpAdapter();
}
@Override
public Adapter caseCGLibraryOperation(CGLibraryOperation object) {
return createCGLibraryOperationAdapter();
}
@Override
public Adapter caseCGLibraryOperationCallExp(CGLibraryOperationCallExp object) {
return createCGLibraryOperationCallExpAdapter();
}
@Override
public Adapter caseCGLibraryPropertyCallExp(CGLibraryPropertyCallExp object) {
return createCGLibraryPropertyCallExpAdapter();
}
@Override
public Adapter caseCGLocalVariable(CGLocalVariable object) {
return createCGLocalVariableAdapter();
}
@Override
public Adapter caseCGMapExp(CGMapExp object) {
return createCGMapExpAdapter();
}
@Override
public Adapter caseCGMapPart(CGMapPart object) {
return createCGMapPartAdapter();
}
@Override
public Adapter caseCGModel(CGModel object) {
return createCGModelAdapter();
}
@Override
public Adapter caseCGNamedElement(CGNamedElement object) {
return createCGNamedElementAdapter();
}
@Override
public Adapter caseCGNativeOperation(CGNativeOperation object) {
return createCGNativeOperationAdapter();
}
@Override
public Adapter caseCGNativeOperationCallExp(CGNativeOperationCallExp object) {
return createCGNativeOperationCallExpAdapter();
}
@Override
public Adapter caseCGNativeProperty(CGNativeProperty object) {
return createCGNativePropertyAdapter();
}
@Override
public Adapter caseCGNativePropertyCallExp(CGNativePropertyCallExp object) {
return createCGNativePropertyCallExpAdapter();
}
@Override
public Adapter caseCGNavigationCallExp(CGNavigationCallExp object) {
return createCGNavigationCallExpAdapter();
}
@Override
public Adapter caseCGNull(CGNull object) {
return createCGNullAdapter();
}
@Override
public Adapter caseCGNumber(CGNumber object) {
return createCGNumberAdapter();
}
@Override
public Adapter caseCGOperation(CGOperation object) {
return createCGOperationAdapter();
}
@Override
public Adapter caseCGOperationCallExp(CGOperationCallExp object) {
return createCGOperationCallExpAdapter();
}
@Override
public Adapter caseCGOppositePropertyCallExp(CGOppositePropertyCallExp object) {
return createCGOppositePropertyCallExpAdapter();
}
@Override
public Adapter caseCGPackage(CGPackage object) {
return createCGPackageAdapter();
}
@Override
public Adapter caseCGParameter(CGParameter object) {
return createCGParameterAdapter();
}
@Override
public Adapter caseCGProperty(CGProperty object) {
return createCGPropertyAdapter();
}
@Override
public Adapter caseCGPropertyCallExp(CGPropertyCallExp object) {
return createCGPropertyCallExpAdapter();
}
@Override
public Adapter caseCGReal(CGReal object) {
return createCGRealAdapter();
}
@Override
public Adapter caseCGSettableVariable(CGSettableVariable object) {
return createCGSettableVariableAdapter();
}
@Override
public Adapter caseCGShadowExp(CGShadowExp object) {
return createCGShadowExpAdapter();
}
@Override
public Adapter caseCGShadowPart(CGShadowPart object) {
return createCGShadowPartAdapter();
}
@Override
public Adapter caseCGString(CGString object) {
return createCGStringAdapter();
}
@Override
public Adapter caseCGTemplateParameterExp(CGTemplateParameterExp object) {
return createCGTemplateParameterExpAdapter();
}
@Override
public Adapter caseCGText(CGText object) {
return createCGTextAdapter();
}
@Override
public Adapter caseCGThrowExp(CGThrowExp object) {
return createCGThrowExpAdapter();
}
@Override
public Adapter caseCGTupleExp(CGTupleExp object) {
return createCGTupleExpAdapter();
}
@Override
public Adapter caseCGTuplePart(CGTuplePart object) {
return createCGTuplePartAdapter();
}
@Override
public Adapter caseCGTuplePartCallExp(CGTuplePartCallExp object) {
return createCGTuplePartCallExpAdapter();
}
@Override
public Adapter caseCGTypeId(CGTypeId object) {
return createCGTypeIdAdapter();
}
@Override
public Adapter caseCGTypeExp(CGTypeExp object) {
return createCGTypeExpAdapter();
}
@Override
public Adapter caseCGTypedElement(CGTypedElement object) {
return createCGTypedElementAdapter();
}
@Override
public Adapter caseCGUnboxExp(CGUnboxExp object) {
return createCGUnboxExpAdapter();
}
@Override
public Adapter caseCGUnlimited(CGUnlimited object) {
return createCGUnlimitedAdapter();
}
@Override
public Adapter caseCGValuedElement(CGValuedElement object) {
return createCGValuedElementAdapter();
}
@Override
public Adapter caseCGVariable(CGVariable object) {
return createCGVariableAdapter();
}
@Override
public Adapter caseCGVariableExp(CGVariableExp object) {
return createCGVariableExpAdapter();
}
@Override
public Adapter caseNameable(Nameable object) {
return createNameableAdapter();
}
@Override
public Adapter defaultCase(EObject object) {
return createEObjectAdapter();
}
};
/**
* Creates an adapter for the <code>target</code>.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param target the object to adapt.
* @return the adapter for the <code>target</code>.
* @generated
*/
@Override
public Adapter createAdapter(Notifier target) {
return modelSwitch.doSwitch((EObject)target);
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGAccumulator <em>CG Accumulator</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGAccumulator
* @generated
*/
public Adapter createCGAccumulatorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGAssertNonNullExp <em>CG Assert Non Null Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGAssertNonNullExp
* @generated
*/
public Adapter createCGAssertNonNullExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGBoolean <em>CG Boolean</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGBoolean
* @generated
*/
public Adapter createCGBooleanAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGBoxExp <em>CG Box Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGBoxExp
* @generated
*/
public Adapter createCGBoxExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGBuiltInIterationCallExp <em>CG Built In Iteration Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGBuiltInIterationCallExp
* @generated
*/
public Adapter createCGBuiltInIterationCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGCachedOperation <em>CG Cached Operation</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGCachedOperation
* @generated
*/
public Adapter createCGCachedOperationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGCachedOperationCallExp <em>CG Cached Operation Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGCachedOperationCallExp
* @generated
*/
public Adapter createCGCachedOperationCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGCallable <em>CG Callable</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGCallable
* @generated
*/
public Adapter createCGCallableAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass <em>CG Class</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGClass
* @generated
*/
public Adapter createCGClassAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGCallExp <em>CG Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGCallExp
* @generated
*/
public Adapter createCGCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGCastExp <em>CG Cast Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGCastExp
* @generated
*/
public Adapter createCGCastExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGCatchExp <em>CG Catch Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGCatchExp
* @generated
*/
public Adapter createCGCatchExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGCollectionExp <em>CG Collection Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGCollectionExp
* @generated
*/
public Adapter createCGCollectionExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGCollectionPart <em>CG Collection Part</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGCollectionPart
* @generated
*/
public Adapter createCGCollectionPartAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGConstant <em>CG Constant</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGConstant
* @generated
*/
public Adapter createCGConstantAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGFinalVariable <em>CG Final Variable</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGFinalVariable
* @generated
*/
public Adapter createCGFinalVariableAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGGuardExp <em>CG Guard Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGGuardExp
* @generated
*/
public Adapter createCGGuardExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreOperationCallExp <em>CG Ecore Operation Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreOperationCallExp
* @generated
*/
public Adapter createCGEcoreOperationCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreOppositePropertyCallExp <em>CG Ecore Opposite Property Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreOppositePropertyCallExp
* @generated
*/
public Adapter createCGEcoreOppositePropertyCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcorePropertyCallExp <em>CG Ecore Property Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGEcorePropertyCallExp
* @generated
*/
public Adapter createCGEcorePropertyCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGInteger <em>CG Integer</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGInteger
* @generated
*/
public Adapter createCGIntegerAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGInvalid <em>CG Invalid</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGInvalid
* @generated
*/
public Adapter createCGInvalidAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGIsEqualExp <em>CG Is Equal Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGIsEqualExp
* @generated
*/
public Adapter createCGIsEqualExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGIsEqual2Exp <em>CG Is Equal2 Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGIsEqual2Exp
* @generated
*/
public Adapter createCGIsEqual2ExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGIsInvalidExp <em>CG Is Invalid Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGIsInvalidExp
* @generated
*/
public Adapter createCGIsInvalidExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGIsKindOfExp <em>CG Is Kind Of Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGIsKindOfExp
* @generated
*/
public Adapter createCGIsKindOfExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGIsUndefinedExp <em>CG Is Undefined Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGIsUndefinedExp
* @generated
*/
public Adapter createCGIsUndefinedExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGIterationCallExp <em>CG Iteration Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGIterationCallExp
* @generated
*/
public Adapter createCGIterationCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGIterator <em>CG Iterator</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGIterator
* @generated
*/
public Adapter createCGIteratorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGLibraryOperationCallExp <em>CG Library Operation Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGLibraryOperationCallExp
* @generated
*/
public Adapter createCGLibraryOperationCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGLibraryPropertyCallExp <em>CG Library Property Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGLibraryPropertyCallExp
* @generated
*/
public Adapter createCGLibraryPropertyCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGConstantExp <em>CG Constant Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGConstantExp
* @generated
*/
public Adapter createCGConstantExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGConstraint <em>CG Constraint</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGConstraint
* @generated
*/
public Adapter createCGConstraintAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGShadowExp <em>CG Shadow Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGShadowExp
* @generated
*/
public Adapter createCGShadowExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGShadowPart <em>CG Shadow Part</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGShadowPart
* @generated
*/
public Adapter createCGShadowPartAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreClassShadowExp <em>CG Ecore Class Shadow Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreClassShadowExp
* @generated
*/
public Adapter createCGEcoreClassShadowExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreDataTypeShadowExp <em>CG Ecore Data Type Shadow Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreDataTypeShadowExp
* @generated
*/
public Adapter createCGEcoreDataTypeShadowExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreExp <em>CG Ecore Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreExp
* @generated
*/
public Adapter createCGEcoreExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreOperation <em>CG Ecore Operation</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreOperation
* @generated
*/
public Adapter createCGEcoreOperationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGLetExp <em>CG Let Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGLetExp
* @generated
*/
public Adapter createCGLetExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGLibraryIterateCallExp <em>CG Library Iterate Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGLibraryIterateCallExp
* @generated
*/
public Adapter createCGLibraryIterateCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGLibraryIterationCallExp <em>CG Library Iteration Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGLibraryIterationCallExp
* @generated
*/
public Adapter createCGLibraryIterationCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGLibraryOperation <em>CG Library Operation</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGLibraryOperation
* @generated
*/
public Adapter createCGLibraryOperationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGLocalVariable <em>CG Local Variable</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGLocalVariable
* @generated
*/
public Adapter createCGLocalVariableAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGMapExp <em>CG Map Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGMapExp
* @generated
*/
public Adapter createCGMapExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGMapPart <em>CG Map Part</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGMapPart
* @generated
*/
public Adapter createCGMapPartAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGModel <em>CG Model</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModel
* @generated
*/
public Adapter createCGModelAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGElement <em>CG Element</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGElement
* @generated
*/
public Adapter createCGElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGElementId <em>CG Element Id</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGElementId
* @generated
*/
public Adapter createCGElementIdAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorCompositionProperty <em>CG Executor Composition Property</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorCompositionProperty
* @generated
*/
public Adapter createCGExecutorCompositionPropertyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorNavigationProperty <em>CG Executor Navigation Property</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorNavigationProperty
* @generated
*/
public Adapter createCGExecutorNavigationPropertyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorOppositeProperty <em>CG Executor Opposite Property</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorOppositeProperty
* @generated
*/
public Adapter createCGExecutorOppositePropertyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorOperation <em>CG Executor Operation</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorOperation
* @generated
*/
public Adapter createCGExecutorOperationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorOperationCallExp <em>CG Executor Operation Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorOperationCallExp
* @generated
*/
public Adapter createCGExecutorOperationCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorOppositePropertyCallExp <em>CG Executor Opposite Property Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorOppositePropertyCallExp
* @generated
*/
public Adapter createCGExecutorOppositePropertyCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorProperty <em>CG Executor Property</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorProperty
* @generated
*/
public Adapter createCGExecutorPropertyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorPropertyCallExp <em>CG Executor Property Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorPropertyCallExp
* @generated
*/
public Adapter createCGExecutorPropertyCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorShadowPart <em>CG Executor Shadow Part</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorShadowPart
* @generated
*/
public Adapter createCGExecutorShadowPartAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorType <em>CG Executor Type</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGExecutorType
* @generated
*/
public Adapter createCGExecutorTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGIfExp <em>CG If Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGIfExp
* @generated
*/
public Adapter createCGIfExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGNamedElement <em>CG Named Element</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGNamedElement
* @generated
*/
public Adapter createCGNamedElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGNativeOperation <em>CG Native Operation</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGNativeOperation
* @generated
*/
public Adapter createCGNativeOperationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGNativeOperationCallExp <em>CG Native Operation Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGNativeOperationCallExp
* @generated
*/
public Adapter createCGNativeOperationCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGNativeProperty <em>CG Native Property</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGNativeProperty
* @generated
*/
public Adapter createCGNativePropertyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGNativePropertyCallExp <em>CG Native Property Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGNativePropertyCallExp
* @generated
*/
public Adapter createCGNativePropertyCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGNavigationCallExp <em>CG Navigation Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGNavigationCallExp
* @generated
*/
public Adapter createCGNavigationCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGNull <em>CG Null</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGNull
* @generated
*/
public Adapter createCGNullAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGNumber <em>CG Number</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGNumber
* @generated
*/
public Adapter createCGNumberAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGOperation <em>CG Operation</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGOperation
* @generated
*/
public Adapter createCGOperationAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGOperationCallExp <em>CG Operation Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGOperationCallExp
* @generated
*/
public Adapter createCGOperationCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGOppositePropertyCallExp <em>CG Opposite Property Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGOppositePropertyCallExp
* @generated
*/
public Adapter createCGOppositePropertyCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGPackage <em>CG Package</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGPackage
* @generated
*/
public Adapter createCGPackageAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGParameter <em>CG Parameter</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGParameter
* @generated
*/
public Adapter createCGParameterAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGProperty <em>CG Property</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGProperty
* @generated
*/
public Adapter createCGPropertyAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGPropertyCallExp <em>CG Property Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGPropertyCallExp
* @generated
*/
public Adapter createCGPropertyCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGReal <em>CG Real</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGReal
* @generated
*/
public Adapter createCGRealAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGSettableVariable <em>CG Settable Variable</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGSettableVariable
* @generated
*/
public Adapter createCGSettableVariableAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGString <em>CG String</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGString
* @generated
*/
public Adapter createCGStringAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGTemplateParameterExp <em>CG Template Parameter Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGTemplateParameterExp
* @generated
*/
public Adapter createCGTemplateParameterExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGText <em>CG Text</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGText
* @generated
*/
public Adapter createCGTextAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGThrowExp <em>CG Throw Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGThrowExp
* @generated
*/
public Adapter createCGThrowExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGTupleExp <em>CG Tuple Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGTupleExp
* @generated
*/
public Adapter createCGTupleExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGTuplePart <em>CG Tuple Part</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGTuplePart
* @generated
*/
public Adapter createCGTuplePartAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGTuplePartCallExp <em>CG Tuple Part Call Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGTuplePartCallExp
* @generated
*/
public Adapter createCGTuplePartCallExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGTypeId <em>CG Type Id</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGTypeId
* @generated
*/
public Adapter createCGTypeIdAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGTypeExp <em>CG Type Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGTypeExp
* @generated
*/
public Adapter createCGTypeExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGTypedElement <em>CG Typed Element</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGTypedElement
* @generated
*/
public Adapter createCGTypedElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGUnboxExp <em>CG Unbox Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGUnboxExp
* @generated
*/
public Adapter createCGUnboxExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGUnlimited <em>CG Unlimited</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGUnlimited
* @generated
*/
public Adapter createCGUnlimitedAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGValuedElement <em>CG Valued Element</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGValuedElement
* @generated
*/
public Adapter createCGValuedElementAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGVariable <em>CG Variable</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGVariable
* @generated
*/
public Adapter createCGVariableAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGVariableExp <em>CG Variable Exp</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGVariableExp
* @generated
*/
public Adapter createCGVariableExpAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.ocl.pivot.utilities.Nameable <em>Nameable</em>}'.
* <!-- begin-user-doc -->
* 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.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.ocl.pivot.utilities.Nameable
* @generated
*/
public Adapter createNameableAdapter() {
return null;
}
/**
* Creates a new adapter for the default case.
* <!-- begin-user-doc -->
* This default implementation returns null.
* <!-- end-user-doc -->
* @return the new adapter.
* @generated
*/
public Adapter createEObjectAdapter() {
return null;
}
} //CGModelAdapterFactory