org.eclipse.ocl.cst.util
Class CSTAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.eclipse.ocl.cst.util.CSTAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class CSTAdapterFactory
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:
CSTPackage
Generated

Field Summary
protected static CSTPackage modelPackage
          The cached model package.
protected  CSTSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
          The switch that delegates to the createXXX methods.
 
Constructor Summary
CSTAdapterFactory()
          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 createBooleanLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Boolean Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createCallExpCSAdapter()
          Creates a new adapter for an object of class 'Call Exp CS'.
 org.eclipse.emf.common.notify.Adapter createClassifierContextDeclCSAdapter()
          Creates a new adapter for an object of class 'Classifier Context Decl 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 createCollectionRangeCSAdapter()
          Creates a new adapter for an object of class 'Collection Range 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 createContextDeclCSAdapter()
          Creates a new adapter for an object of class 'Context Decl CS'.
 org.eclipse.emf.common.notify.Adapter createCSTNodeAdapter()
          Creates a new adapter for an object of class 'Node'.
 org.eclipse.emf.common.notify.Adapter createDefCSAdapter()
          Creates a new adapter for an object of class 'Def CS'.
 org.eclipse.emf.common.notify.Adapter createDefExpressionCSAdapter()
          Creates a new adapter for an object of class 'Def Expression CS'.
 org.eclipse.emf.common.notify.Adapter createDerValueCSAdapter()
          Creates a new adapter for an object of class 'Der Value CS'.
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 org.eclipse.emf.common.notify.Adapter createFeatureCallExpCSAdapter()
          Creates a new adapter for an object of class 'Feature Call Exp 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 createInitOrDerValueCSAdapter()
          Creates a new adapter for an object of class 'Init Or Der Value CS'.
 org.eclipse.emf.common.notify.Adapter createInitValueCSAdapter()
          Creates a new adapter for an object of class 'Init Value CS'.
 org.eclipse.emf.common.notify.Adapter createIntegerLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Integer Literal 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 createInvCSAdapter()
          Creates a new adapter for an object of class 'Inv CS'.
 org.eclipse.emf.common.notify.Adapter createInvOrDefCSAdapter()
          Creates a new adapter for an object of class 'Inv Or Def CS'.
 org.eclipse.emf.common.notify.Adapter createIsMarkedPreCSAdapter()
          Creates a new adapter for an object of class 'Is Marked Pre CS'.
 org.eclipse.emf.common.notify.Adapter createIterateExpCSAdapter()
          Creates a new adapter for an object of class 'Iterate Exp CS'.
 org.eclipse.emf.common.notify.Adapter createIteratorExpCSAdapter()
          Creates a new adapter for an object of class 'Iterator 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 createLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createLoopExpCSAdapter()
          Creates a new adapter for an object of class 'Loop Exp CS'.
 org.eclipse.emf.common.notify.Adapter createMessageExpCSAdapter()
          Creates a new adapter for an object of class 'Message 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 createOCLDocumentCSAdapter()
          Creates a new adapter for an object of class 'OCL Document CS'.
 org.eclipse.emf.common.notify.Adapter createOCLExpressionCSAdapter()
          Creates a new adapter for an object of class 'OCL Expression CS'.
 org.eclipse.emf.common.notify.Adapter createOCLMessageArgCSAdapter()
          Creates a new adapter for an object of class 'OCL Message Arg CS'.
 org.eclipse.emf.common.notify.Adapter createOperationCallExpCSAdapter()
          Creates a new adapter for an object of class 'Operation Call Exp CS'.
 org.eclipse.emf.common.notify.Adapter createOperationContextDeclCSAdapter()
          Creates a new adapter for an object of class 'Operation Context Decl CS'.
 org.eclipse.emf.common.notify.Adapter createOperationCSAdapter()
          Creates a new adapter for an object of class 'Operation CS'.
 org.eclipse.emf.common.notify.Adapter createPackageDeclarationCSAdapter()
          Creates a new adapter for an object of class 'Package Declaration CS'.
 org.eclipse.emf.common.notify.Adapter createPathNameCSAdapter()
          Creates a new adapter for an object of class 'Path Name CS'.
 org.eclipse.emf.common.notify.Adapter createPrePostOrBodyDeclCSAdapter()
          Creates a new adapter for an object of class 'Pre Post Or Body Decl 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 createPrimitiveTypeCSAdapter()
          Creates a new adapter for an object of class 'Primitive Type CS'.
 org.eclipse.emf.common.notify.Adapter createPropertyContextCSAdapter()
          Creates a new adapter for an object of class 'Property Context CS'.
 org.eclipse.emf.common.notify.Adapter createRealLiteralExpCSAdapter()
          Creates a new adapter for an object of class 'Real Literal Exp CS'.
 org.eclipse.emf.common.notify.Adapter createSimpleNameCSAdapter()
          Creates a new adapter for an object of class 'Simple Name 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 createTupleTypeCSAdapter()
          Creates a new adapter for an object of class 'Tuple Type CS'.
 org.eclipse.emf.common.notify.Adapter createTypeCSAdapter()
          Creates a new adapter for an object of class 'Type 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 createVariableExpCSAdapter()
          Creates a new adapter for an object of class 'Variable Exp 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 CSTPackage modelPackage
The cached model package.

Generated

modelSwitch

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

Generated
Constructor Detail

CSTAdapterFactory

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

createCSTNodeAdapter

public org.eclipse.emf.common.notify.Adapter createCSTNodeAdapter()
Creates a new adapter for an object of class 'Node'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
CSTNode
Generated

createPackageDeclarationCSAdapter

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

createContextDeclCSAdapter

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

createClassifierContextDeclCSAdapter

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

createOperationContextDeclCSAdapter

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

createPrePostOrBodyDeclCSAdapter

public org.eclipse.emf.common.notify.Adapter createPrePostOrBodyDeclCSAdapter()
Creates a new adapter for an object of class 'Pre Post Or Body Decl 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:
PrePostOrBodyDeclCS
Generated

createOperationCSAdapter

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

createInitOrDerValueCSAdapter

public org.eclipse.emf.common.notify.Adapter createInitOrDerValueCSAdapter()
Creates a new adapter for an object of class 'Init Or Der Value 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:
InitOrDerValueCS
Generated

createDerValueCSAdapter

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

createInitValueCSAdapter

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

createInvOrDefCSAdapter

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

createInvCSAdapter

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

createDefCSAdapter

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

createDefExpressionCSAdapter

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

createPathNameCSAdapter

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

createVariableExpCSAdapter

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

createSimpleNameCSAdapter

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

createTypeCSAdapter

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

createPrimitiveTypeCSAdapter

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

createTupleTypeCSAdapter

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

createOCLExpressionCSAdapter

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

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

createOCLMessageArgCSAdapter

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

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

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

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

createIntegerLiteralExpCSAdapter

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

createRealLiteralExpCSAdapter

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

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

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

createCollectionRangeCSAdapter

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

createLoopExpCSAdapter

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

createIteratorExpCSAdapter

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

createIterateExpCSAdapter

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

createOperationCallExpCSAdapter

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

createIsMarkedPreCSAdapter

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

createPropertyContextCSAdapter

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

createOCLDocumentCSAdapter

public org.eclipse.emf.common.notify.Adapter createOCLDocumentCSAdapter()
Creates a new adapter for an object of class 'OCL Document 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.
Since:
1.3
See Also:
OCLDocumentCS
Generated

createMessageExpCSAdapter

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

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

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

createCallExpCSAdapter

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

createFeatureCallExpCSAdapter

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