org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util
Class OCLstdlibCSTAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util.OCLstdlibCSTAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class OCLstdlibCSTAdapterFactory
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:
OCLstdlibCSTPackage
Generated

Field Summary
protected static OCLstdlibCSTPackage modelPackage
          The cached model package.
protected  OCLstdlibCSTSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
          The switch that delegates to the createXXX methods.
 
Constructor Summary
OCLstdlibCSTAdapterFactory()
          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 createAttributeCSAdapter()
          Creates a new adapter for an object of class 'Attribute CS'.
 org.eclipse.emf.common.notify.Adapter createClassCSAdapter()
          Creates a new adapter for an object of class 'Class CS'.
 org.eclipse.emf.common.notify.Adapter createClassifierCSAdapter()
          Creates a new adapter for an object of class 'Classifier CS'.
 org.eclipse.emf.common.notify.Adapter createConstraintCSAdapter()
          Creates a new adapter for an object of class 'Constraint 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 createFeatureCSAdapter()
          Creates a new adapter for an object of class 'Feature CS'.
 org.eclipse.emf.common.notify.Adapter createJavaImplementationCSAdapter()
          Creates a new adapter for an object of class 'Java Implementation CS'.
 org.eclipse.emf.common.notify.Adapter createLibClassCSAdapter()
          Creates a new adapter for an object of class 'Lib Class CS'.
 org.eclipse.emf.common.notify.Adapter createLibConstraintCSAdapter()
          Creates a new adapter for an object of class 'Lib Constraint CS'.
 org.eclipse.emf.common.notify.Adapter createLibIterationCSAdapter()
          Creates a new adapter for an object of class 'Lib Iteration CS'.
 org.eclipse.emf.common.notify.Adapter createLibOperationCSAdapter()
          Creates a new adapter for an object of class 'Lib Operation CS'.
 org.eclipse.emf.common.notify.Adapter createLibPropertyCSAdapter()
          Creates a new adapter for an object of class 'Lib Property CS'.
 org.eclipse.emf.common.notify.Adapter createLibRootPackageCSAdapter()
          Creates a new adapter for an object of class 'Lib Root Package CS'.
 org.eclipse.emf.common.notify.Adapter createMetaTypeNameAdapter()
          Creates a new adapter for an object of class 'Meta Type Name'.
 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 createNamespaceCSAdapter()
          Creates a new adapter for an object of class 'Namespace 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 createPackageCSAdapter()
          Creates a new adapter for an object of class 'Package 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 createPrecedenceCSAdapter()
          Creates a new adapter for an object of class 'Precedence 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 createRootPackageCSAdapter()
          Creates a new adapter for an object of class 'Root Package CS'.
 org.eclipse.emf.common.notify.Adapter createStructuralFeatureCSAdapter()
          Creates a new adapter for an object of class 'Structural Feature CS'.
 org.eclipse.emf.common.notify.Adapter createTemplateableElementCSAdapter()
          Creates a new adapter for an object of class 'Templateable Element 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 createTypedElementCSAdapter()
          Creates a new adapter for an object of class 'Typed Element 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 OCLstdlibCSTPackage modelPackage
The cached model package.

Generated

modelSwitch

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

Generated
Constructor Detail

OCLstdlibCSTAdapterFactory

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

createLibClassCSAdapter

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

createLibConstraintCSAdapter

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

createLibIterationCSAdapter

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

createLibOperationCSAdapter

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

createLibPropertyCSAdapter

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

createLibRootPackageCSAdapter

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

createMetaTypeNameAdapter

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

createJavaImplementationCSAdapter

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

createPrecedenceCSAdapter

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

createTemplateableElementCSAdapter

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

createClassifierCSAdapter

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

createTypedElementCSAdapter

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

createFeatureCSAdapter

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

createStructuralFeatureCSAdapter

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

createAttributeCSAdapter

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

createNamespaceCSAdapter

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

createClassCSAdapter

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

createPackageCSAdapter

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

createRootPackageCSAdapter

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

createConstraintCSAdapter

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