org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
Class EssentialOCLCSTAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util.EssentialOCLCSTAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class EssentialOCLCSTAdapterFactory
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:
EssentialOCLCSTPackage
Generated

Field Summary
protected static EssentialOCLCSTPackage modelPackage
          The cached model package.
protected  EssentialOCLCSTSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
          The switch that delegates to the createXXX methods.
 
Constructor Summary
EssentialOCLCSTAdapterFactory()
          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 createBinaryOperatorCSAdapter()
          Creates a new adapter for an object of class 'Binary Operator CS'.
 org.eclipse.emf.common.notify.Adapter createBooleanLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Boolean Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createCollectionLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Collection Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createCollectionLiteralPartCSAdapter()
          Creates a new adapter for an object of class 'Collection Literal Part CS'.
 org.eclipse.emf.common.notify.Adapter createCollectionTypeCSAdapter()
          Creates a new adapter for an object of class 'Collection Type CS'.
 org.eclipse.emf.common.notify.Adapter createContextCSAdapter()
          Creates a new adapter for an object of class 'Context CS'.
 org.eclipse.emf.common.notify.Adapter createDecoratedNamedExpCSAdapter()
          Creates a new adapter for an object of class 'Decorated Named Exp CS'.
 org.eclipse.emf.common.notify.Adapter createElementCSAdapter()
          Creates a new adapter for an object of class 'Element CS'.
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 org.eclipse.emf.common.notify.Adapter createExpCSAdapter()
          Creates a new adapter for an object of class 'Exp CS'.
 org.eclipse.emf.common.notify.Adapter createExpSpecificationCSAdapter()
          Creates a new adapter for an object of class 'Exp Specification CS'.
 org.eclipse.emf.common.notify.Adapter createIfExpCSAdapter()
          Creates a new adapter for an object of class 'If Exp CS'.
 org.eclipse.emf.common.notify.Adapter createIndexExpCSAdapter()
          Creates a new adapter for an object of class 'Index Exp CS'.
 org.eclipse.emf.common.notify.Adapter createInfixExpCSAdapter()
          Creates a new adapter for an object of class 'Infix Exp CS'.
 org.eclipse.emf.common.notify.Adapter createInvalidLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Invalid Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createLetExpCSAdapter()
          Creates a new adapter for an object of class 'Let Exp CS'.
 org.eclipse.emf.common.notify.Adapter createLetVariableCSAdapter()
          Creates a new adapter for an object of class 'Let Variable CS'.
 org.eclipse.emf.common.notify.Adapter createLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createModelElementCSAdapter()
          Creates a new adapter for an object of class 'Model Element CS'.
 org.eclipse.emf.common.notify.Adapter createMonikeredElementCSAdapter()
          Creates a new adapter for an object of class 'Monikered Element CS'.
 org.eclipse.emf.common.notify.Adapter createNameableAdapter()
          Creates a new adapter for an object of class 'Nameable'.
 org.eclipse.emf.common.notify.Adapter createNamedElementCSAdapter()
          Creates a new adapter for an object of class 'Named Element CS'.
 org.eclipse.emf.common.notify.Adapter createNamedExpCSAdapter()
          Creates a new adapter for an object of class 'Named Exp CS'.
 org.eclipse.emf.common.notify.Adapter createNameExpCSAdapter()
          Creates a new adapter for an object of class 'Name Exp CS'.
 org.eclipse.emf.common.notify.Adapter createNavigatingArgCSAdapter()
          Creates a new adapter for an object of class 'Navigating Arg CS'.
 org.eclipse.emf.common.notify.Adapter createNavigatingExpCSAdapter()
          Creates a new adapter for an object of class 'Navigating Exp CS'.
 org.eclipse.emf.common.notify.Adapter createNavigationOperatorCSAdapter()
          Creates a new adapter for an object of class 'Navigation Operator CS'.
 org.eclipse.emf.common.notify.Adapter createNestedExpCSAdapter()
          Creates a new adapter for an object of class 'Nested Exp CS'.
 org.eclipse.emf.common.notify.Adapter createNullLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Null Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createNumberLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Number Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createOperatorCSAdapter()
          Creates a new adapter for an object of class 'Operator CS'.
 org.eclipse.emf.common.notify.Adapter createParameterableElementCSAdapter()
          Creates a new adapter for an object of class 'Parameterable Element CS'.
 org.eclipse.emf.common.notify.Adapter createPivotableAdapter()
          Creates a new adapter for an object of class 'Pivotable'.
 org.eclipse.emf.common.notify.Adapter createPrefixExpCSAdapter()
          Creates a new adapter for an object of class 'Prefix Exp CS'.
 org.eclipse.emf.common.notify.Adapter createPrimitiveLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Primitive Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createRootCSAdapter()
          Creates a new adapter for an object of class 'Root CS'.
 org.eclipse.emf.common.notify.Adapter createSelfExpCSAdapter()
          Creates a new adapter for an object of class 'Self Exp CS'.
 org.eclipse.emf.common.notify.Adapter createSimpleNamedExpCSAdapter()
          Creates a new adapter for an object of class 'Simple Named Exp CS'.
 org.eclipse.emf.common.notify.Adapter createSpecificationCSAdapter()
          Creates a new adapter for an object of class 'Specification CS'.
 org.eclipse.emf.common.notify.Adapter createStringLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'String Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createTupleLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Tuple Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createTupleLiteralPartCSAdapter()
          Creates a new adapter for an object of class 'Tuple Literal Part CS'.
 org.eclipse.emf.common.notify.Adapter createTypedRefCSAdapter()
          Creates a new adapter for an object of class 'Typed Ref CS'.
 org.eclipse.emf.common.notify.Adapter createTypeLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Type Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createTypeNameExpCSAdapter()
          Creates a new adapter for an object of class 'Type Name Exp CS'.
 org.eclipse.emf.common.notify.Adapter createTypeRefCSAdapter()
          Creates a new adapter for an object of class 'Type Ref CS'.
 org.eclipse.emf.common.notify.Adapter createUnaryOperatorCSAdapter()
          Creates a new adapter for an object of class 'Unary Operator CS'.
 org.eclipse.emf.common.notify.Adapter createUnlimitedNaturalLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Unlimited Natural Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createVariableCSAdapter()
          Creates a new adapter for an object of class 'Variable CS'.
 org.eclipse.emf.common.notify.Adapter createVisitableCSAdapter()
          Creates a new adapter for an object of class 'Visitable CS'.
 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 EssentialOCLCSTPackage modelPackage
The cached model package.

Generated

modelSwitch

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

Generated
Constructor Detail

EssentialOCLCSTAdapterFactory

public EssentialOCLCSTAdapterFactory()
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

createBinaryOperatorCSAdapter

public org.eclipse.emf.common.notify.Adapter createBinaryOperatorCSAdapter()
Creates a new adapter for an object of class 'Binary Operator CS'. This default implementation 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:
BinaryOperatorCS
Generated

createBooleanLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createBooleanLiteralExpCSAdapter()
Creates a new adapter for an object of class 'Boolean Literal Exp CS'. This default implementation 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:
BooleanLiteralExpCS
Generated

createCollectionLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createCollectionLiteralExpCSAdapter()
Creates a new adapter for an object of class 'Collection Literal Exp CS'. This default implementation 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:
CollectionLiteralExpCS
Generated

createCollectionLiteralPartCSAdapter

public org.eclipse.emf.common.notify.Adapter createCollectionLiteralPartCSAdapter()
Creates a new adapter for an object of class 'Collection Literal Part CS'. This default implementation 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:
CollectionLiteralPartCS
Generated

createCollectionTypeCSAdapter

public org.eclipse.emf.common.notify.Adapter createCollectionTypeCSAdapter()
Creates a new adapter for an object of class 'Collection Type CS'. This default implementation 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:
CollectionTypeCS
Generated

createContextCSAdapter

public org.eclipse.emf.common.notify.Adapter createContextCSAdapter()
Creates a new adapter for an object of class 'Context CS'. This default implementation 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:
ContextCS
Generated

createDecoratedNamedExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createDecoratedNamedExpCSAdapter()
Creates a new adapter for an object of class 'Decorated Named Exp CS'. This default implementation 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:
DecoratedNamedExpCS
Generated

createExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createExpCSAdapter()
Creates a new adapter for an object of class 'Exp CS'. This default implementation 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:
ExpCS
Generated

createExpSpecificationCSAdapter

public org.eclipse.emf.common.notify.Adapter createExpSpecificationCSAdapter()
Creates a new adapter for an object of class 'Exp Specification CS'. This default implementation 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:
ExpSpecificationCS
Generated

createIfExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createIfExpCSAdapter()
Creates a new adapter for an object of class 'If Exp CS'. This default implementation 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:
IfExpCS
Generated

createIndexExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createIndexExpCSAdapter()
Creates a new adapter for an object of class 'Index Exp CS'. This default implementation 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:
IndexExpCS
Generated

createInfixExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createInfixExpCSAdapter()
Creates a new adapter for an object of class 'Infix Exp CS'. This default implementation 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:
InfixExpCS
Generated

createInvalidLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createInvalidLiteralExpCSAdapter()
Creates a new adapter for an object of class 'Invalid Literal Exp CS'. This default implementation 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:
InvalidLiteralExpCS
Generated

createLetExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createLetExpCSAdapter()
Creates a new adapter for an object of class 'Let Exp CS'. This default implementation 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:
LetExpCS
Generated

createLetVariableCSAdapter

public org.eclipse.emf.common.notify.Adapter createLetVariableCSAdapter()
Creates a new adapter for an object of class 'Let Variable CS'. This default implementation 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:
LetVariableCS
Generated

createLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createLiteralExpCSAdapter()
Creates a new adapter for an object of class 'Literal Exp CS'. This default implementation 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:
LiteralExpCS
Generated

createNameExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createNameExpCSAdapter()
Creates a new adapter for an object of class 'Name Exp CS'. This default implementation 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:
NameExpCS
Generated

createNamedExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createNamedExpCSAdapter()
Creates a new adapter for an object of class 'Named Exp CS'. This default implementation 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:
NamedExpCS
Generated

createNavigatingArgCSAdapter

public org.eclipse.emf.common.notify.Adapter createNavigatingArgCSAdapter()
Creates a new adapter for an object of class 'Navigating Arg CS'. This default implementation 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:
NavigatingArgCS
Generated

createNavigatingExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createNavigatingExpCSAdapter()
Creates a new adapter for an object of class 'Navigating Exp CS'. This default implementation 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:
NavigatingExpCS
Generated

createNavigationOperatorCSAdapter

public org.eclipse.emf.common.notify.Adapter createNavigationOperatorCSAdapter()
Creates a new adapter for an object of class 'Navigation Operator CS'. This default implementation 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:
NavigationOperatorCS
Generated

createNestedExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createNestedExpCSAdapter()
Creates a new adapter for an object of class 'Nested Exp CS'. This default implementation 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:
NestedExpCS
Generated

createNullLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createNullLiteralExpCSAdapter()
Creates a new adapter for an object of class 'Null Literal Exp CS'. This default implementation 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:
NullLiteralExpCS
Generated

createNumberLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createNumberLiteralExpCSAdapter()
Creates a new adapter for an object of class 'Number Literal Exp CS'. This default implementation 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:
NumberLiteralExpCS
Generated

createOperatorCSAdapter

public org.eclipse.emf.common.notify.Adapter createOperatorCSAdapter()
Creates a new adapter for an object of class 'Operator CS'. This default implementation 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:
OperatorCS
Generated

createPrefixExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createPrefixExpCSAdapter()
Creates a new adapter for an object of class 'Prefix Exp CS'. This default implementation 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:
PrefixExpCS
Generated

createPrimitiveLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createPrimitiveLiteralExpCSAdapter()
Creates a new adapter for an object of class 'Primitive Literal Exp CS'. This default implementation 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:
PrimitiveLiteralExpCS
Generated

createSelfExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createSelfExpCSAdapter()
Creates a new adapter for an object of class 'Self Exp CS'. This default implementation 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:
SelfExpCS
Generated

createSimpleNamedExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createSimpleNamedExpCSAdapter()
Creates a new adapter for an object of class 'Simple Named Exp CS'. This default implementation 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:
SimpleNamedExpCS
Generated

createStringLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createStringLiteralExpCSAdapter()
Creates a new adapter for an object of class 'String Literal Exp CS'. This default implementation 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:
StringLiteralExpCS
Generated

createTupleLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createTupleLiteralExpCSAdapter()
Creates a new adapter for an object of class 'Tuple Literal Exp CS'. This default implementation 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:
TupleLiteralExpCS
Generated

createTupleLiteralPartCSAdapter

public org.eclipse.emf.common.notify.Adapter createTupleLiteralPartCSAdapter()
Creates a new adapter for an object of class 'Tuple Literal Part CS'. This default implementation 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:
TupleLiteralPartCS
Generated

createTypeLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createTypeLiteralExpCSAdapter()
Creates a new adapter for an object of class 'Type Literal Exp CS'. This default implementation 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:
TypeLiteralExpCS
Generated

createTypeNameExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createTypeNameExpCSAdapter()
Creates a new adapter for an object of class 'Type Name Exp CS'. This default implementation 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:
TypeNameExpCS
Generated

createUnaryOperatorCSAdapter

public org.eclipse.emf.common.notify.Adapter createUnaryOperatorCSAdapter()
Creates a new adapter for an object of class 'Unary Operator CS'. This default implementation 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:
UnaryOperatorCS
Generated

createUnlimitedNaturalLiteralExpCSAdapter

public org.eclipse.emf.common.notify.Adapter createUnlimitedNaturalLiteralExpCSAdapter()
Creates a new adapter for an object of class 'Unlimited Natural Literal Exp CS'. This default implementation 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:
UnlimitedNaturalLiteralExpCS
Generated

createVariableCSAdapter

public org.eclipse.emf.common.notify.Adapter createVariableCSAdapter()
Creates a new adapter for an object of class 'Variable CS'. This default implementation 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:
VariableCS
Generated

createVisitableCSAdapter

public org.eclipse.emf.common.notify.Adapter createVisitableCSAdapter()
Creates a new adapter for an object of class 'Visitable CS'. This default implementation 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:
VisitableCS
Generated

createElementCSAdapter

public org.eclipse.emf.common.notify.Adapter createElementCSAdapter()
Creates a new adapter for an object of class 'Element CS'. This default implementation 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:
ElementCS
Generated

createPivotableAdapter

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

createModelElementCSAdapter

public org.eclipse.emf.common.notify.Adapter createModelElementCSAdapter()
Creates a new adapter for an object of class 'Model Element CS'. This default implementation 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:
ModelElementCS
Generated

createMonikeredElementCSAdapter

public org.eclipse.emf.common.notify.Adapter createMonikeredElementCSAdapter()
Creates a new adapter for an object of class 'Monikered Element CS'. This default implementation 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:
MonikeredElementCS
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

createNamedElementCSAdapter

public org.eclipse.emf.common.notify.Adapter createNamedElementCSAdapter()
Creates a new adapter for an object of class 'Named Element CS'. This default implementation 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:
NamedElementCS
Generated

createParameterableElementCSAdapter

public org.eclipse.emf.common.notify.Adapter createParameterableElementCSAdapter()
Creates a new adapter for an object of class 'Parameterable Element CS'. This default implementation 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:
ParameterableElementCS
Generated

createTypeRefCSAdapter

public org.eclipse.emf.common.notify.Adapter createTypeRefCSAdapter()
Creates a new adapter for an object of class 'Type Ref CS'. This default implementation 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:
TypeRefCS
Generated

createTypedRefCSAdapter

public org.eclipse.emf.common.notify.Adapter createTypedRefCSAdapter()
Creates a new adapter for an object of class 'Typed Ref CS'. This default implementation 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:
TypedRefCS
Generated

createRootCSAdapter

public org.eclipse.emf.common.notify.Adapter createRootCSAdapter()
Creates a new adapter for an object of class 'Root CS'. This default implementation 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:
RootCS
Generated

createSpecificationCSAdapter

public org.eclipse.emf.common.notify.Adapter createSpecificationCSAdapter()
Creates a new adapter for an object of class 'Specification CS'. This default implementation 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:
SpecificationCS
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