org.eclipse.ocl.examples.pivot.util
Class PivotAdapterFactory

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

public class PivotAdapterFactory
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:
PivotPackage
Generated

Field Summary
protected static PivotPackage modelPackage
          The cached model package.
protected  PivotSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
          The switch that delegates to the createXXX methods.
 
Constructor Summary
PivotAdapterFactory()
          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 createAnnotationAdapter()
          Creates a new adapter for an object of class 'Annotation'.
 org.eclipse.emf.common.notify.Adapter createAnyTypeAdapter()
          Creates a new adapter for an object of class 'Any Type'.
 org.eclipse.emf.common.notify.Adapter createAssociationClassAdapter()
          Creates a new adapter for an object of class 'Association Class'.
 org.eclipse.emf.common.notify.Adapter createAssociationClassCallExpAdapter()
          Creates a new adapter for an object of class 'Association Class Call Exp'.
 org.eclipse.emf.common.notify.Adapter createBagTypeAdapter()
          Creates a new adapter for an object of class 'Bag Type'.
 org.eclipse.emf.common.notify.Adapter createBehaviorAdapter()
          Creates a new adapter for an object of class 'Behavior'.
 org.eclipse.emf.common.notify.Adapter createBooleanLiteralExpAdapter()
          Creates a new adapter for an object of class 'Boolean Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createCallExpAdapter()
          Creates a new adapter for an object of class 'Call Exp'.
 org.eclipse.emf.common.notify.Adapter createCallOperationActionAdapter()
          Creates a new adapter for an object of class 'Call Operation Action'.
 org.eclipse.emf.common.notify.Adapter createClassAdapter()
          Creates a new adapter for an object of class 'Class'.
 org.eclipse.emf.common.notify.Adapter createCollectionItemAdapter()
          Creates a new adapter for an object of class 'Collection Item'.
 org.eclipse.emf.common.notify.Adapter createCollectionLiteralExpAdapter()
          Creates a new adapter for an object of class 'Collection Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createCollectionLiteralPartAdapter()
          Creates a new adapter for an object of class 'Collection Literal Part'.
 org.eclipse.emf.common.notify.Adapter createCollectionRangeAdapter()
          Creates a new adapter for an object of class 'Collection Range'.
 org.eclipse.emf.common.notify.Adapter createCollectionTypeAdapter()
          Creates a new adapter for an object of class 'Collection Type'.
 org.eclipse.emf.common.notify.Adapter createCommentAdapter()
          Creates a new adapter for an object of class 'Comment'.
 org.eclipse.emf.common.notify.Adapter createConnectionPointReferenceAdapter()
          Creates a new adapter for an object of class 'Connection Point Reference'.
 org.eclipse.emf.common.notify.Adapter createConstraintAdapter()
          Creates a new adapter for an object of class 'Constraint'.
 org.eclipse.emf.common.notify.Adapter createConstructorExpAdapter()
          Creates a new adapter for an object of class 'Constructor Exp'.
 org.eclipse.emf.common.notify.Adapter createConstructorPartAdapter()
          Creates a new adapter for an object of class 'Constructor Part'.
 org.eclipse.emf.common.notify.Adapter createDataTypeAdapter()
          Creates a new adapter for an object of class 'Data Type'.
 org.eclipse.emf.common.notify.Adapter createDetailAdapter()
          Creates a new adapter for an object of class 'Detail'.
 org.eclipse.emf.common.notify.Adapter createDynamicElementAdapter()
          Creates a new adapter for an object of class 'Dynamic Element'.
 org.eclipse.emf.common.notify.Adapter createDynamicPropertyAdapter()
          Creates a new adapter for an object of class 'Dynamic Property'.
 org.eclipse.emf.common.notify.Adapter createDynamicTypeAdapter()
          Creates a new adapter for an object of class 'Dynamic Type'.
 org.eclipse.emf.common.notify.Adapter createElementAdapter()
          Creates a new adapter for an object of class 'Element'.
 org.eclipse.emf.common.notify.Adapter createElementExtensionAdapter()
          Creates a new adapter for an object of class 'Element Extension'.
 org.eclipse.emf.common.notify.Adapter createEnumerationAdapter()
          Creates a new adapter for an object of class 'Enumeration'.
 org.eclipse.emf.common.notify.Adapter createEnumerationLiteralAdapter()
          Creates a new adapter for an object of class 'Enumeration Literal'.
 org.eclipse.emf.common.notify.Adapter createEnumLiteralExpAdapter()
          Creates a new adapter for an object of class 'Enum Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 org.eclipse.emf.common.notify.Adapter createExpressionInOCLAdapter()
          Creates a new adapter for an object of class 'Expression In OCL'.
 org.eclipse.emf.common.notify.Adapter createFeatureAdapter()
          Creates a new adapter for an object of class 'Feature'.
 org.eclipse.emf.common.notify.Adapter createFeatureCallExpAdapter()
          Creates a new adapter for an object of class 'Feature Call Exp'.
 org.eclipse.emf.common.notify.Adapter createFinalStateAdapter()
          Creates a new adapter for an object of class 'Final State'.
 org.eclipse.emf.common.notify.Adapter createIfExpAdapter()
          Creates a new adapter for an object of class 'If Exp'.
 org.eclipse.emf.common.notify.Adapter createImportAdapter()
          Creates a new adapter for an object of class 'Import'.
 org.eclipse.emf.common.notify.Adapter createIntegerLiteralExpAdapter()
          Creates a new adapter for an object of class 'Integer Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createInvalidLiteralExpAdapter()
          Creates a new adapter for an object of class 'Invalid Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createInvalidTypeAdapter()
          Creates a new adapter for an object of class 'Invalid Type'.
 org.eclipse.emf.common.notify.Adapter createIterateExpAdapter()
          Creates a new adapter for an object of class 'Iterate Exp'.
 org.eclipse.emf.common.notify.Adapter createIterationAdapter()
          Creates a new adapter for an object of class 'Iteration'.
 org.eclipse.emf.common.notify.Adapter createIteratorExpAdapter()
          Creates a new adapter for an object of class 'Iterator Exp'.
 org.eclipse.emf.common.notify.Adapter createLambdaTypeAdapter()
          Creates a new adapter for an object of class 'Lambda Type'.
 org.eclipse.emf.common.notify.Adapter createLetExpAdapter()
          Creates a new adapter for an object of class 'Let Exp'.
 org.eclipse.emf.common.notify.Adapter createLibraryAdapter()
          Creates a new adapter for an object of class 'Library'.
 org.eclipse.emf.common.notify.Adapter createLiteralExpAdapter()
          Creates a new adapter for an object of class 'Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createLoopExpAdapter()
          Creates a new adapter for an object of class 'Loop Exp'.
 org.eclipse.emf.common.notify.Adapter createMessageExpAdapter()
          Creates a new adapter for an object of class 'Message Exp'.
 org.eclipse.emf.common.notify.Adapter createMessageTypeAdapter()
          Creates a new adapter for an object of class 'Message Type'.
 org.eclipse.emf.common.notify.Adapter createMetaclassAdapter()
          Creates a new adapter for an object of class 'Metaclass'.
 org.eclipse.emf.common.notify.Adapter createMorePivotableAdapter()
          Creates a new adapter for an object of class 'More Pivotable'.
 org.eclipse.emf.common.notify.Adapter createNameableAdapter()
          Creates a new adapter for an object of class 'Nameable'.
 org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
          Creates a new adapter for an object of class 'Named Element'.
 org.eclipse.emf.common.notify.Adapter createNamespaceAdapter()
          Creates a new adapter for an object of class 'Namespace'.
 org.eclipse.emf.common.notify.Adapter createNavigationCallExpAdapter()
          Creates a new adapter for an object of class 'Navigation Call Exp'.
 org.eclipse.emf.common.notify.Adapter createNullLiteralExpAdapter()
          Creates a new adapter for an object of class 'Null Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createNumericLiteralExpAdapter()
          Creates a new adapter for an object of class 'Numeric Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createOCLExpressionAdapter()
          Creates a new adapter for an object of class 'OCL Expression'.
 org.eclipse.emf.common.notify.Adapter createOpaqueExpressionAdapter()
          Creates a new adapter for an object of class 'Opaque Expression'.
 org.eclipse.emf.common.notify.Adapter createOperationAdapter()
          Creates a new adapter for an object of class 'Operation'.
 org.eclipse.emf.common.notify.Adapter createOperationCallExpAdapter()
          Creates a new adapter for an object of class 'Operation Call Exp'.
 org.eclipse.emf.common.notify.Adapter createOperationTemplateParameterAdapter()
          Creates a new adapter for an object of class 'Operation Template Parameter'.
 org.eclipse.emf.common.notify.Adapter createOppositePropertyCallExpAdapter()
          Creates a new adapter for an object of class 'Opposite Property Call Exp'.
 org.eclipse.emf.common.notify.Adapter createOrderedSetTypeAdapter()
          Creates a new adapter for an object of class 'Ordered Set Type'.
 org.eclipse.emf.common.notify.Adapter createPackageableElementAdapter()
          Creates a new adapter for an object of class 'Packageable Element'.
 org.eclipse.emf.common.notify.Adapter createPackageAdapter()
          Creates a new adapter for an object of class 'Package'.
 org.eclipse.emf.common.notify.Adapter createParameterableElementAdapter()
          Creates a new adapter for an object of class 'Parameterable Element'.
 org.eclipse.emf.common.notify.Adapter createParameterAdapter()
          Creates a new adapter for an object of class 'Parameter'.
 org.eclipse.emf.common.notify.Adapter createPivotableAdapter()
          Creates a new adapter for an object of class 'Pivotable'.
 org.eclipse.emf.common.notify.Adapter createPrecedenceAdapter()
          Creates a new adapter for an object of class 'Precedence'.
 org.eclipse.emf.common.notify.Adapter createPrimitiveLiteralExpAdapter()
          Creates a new adapter for an object of class 'Primitive Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createPrimitiveTypeAdapter()
          Creates a new adapter for an object of class 'Primitive Type'.
 org.eclipse.emf.common.notify.Adapter createProfileAdapter()
          Creates a new adapter for an object of class 'Profile'.
 org.eclipse.emf.common.notify.Adapter createProfileApplicationAdapter()
          Creates a new adapter for an object of class 'Profile Application'.
 org.eclipse.emf.common.notify.Adapter createPropertyAdapter()
          Creates a new adapter for an object of class 'Property'.
 org.eclipse.emf.common.notify.Adapter createPropertyCallExpAdapter()
          Creates a new adapter for an object of class 'Property Call Exp'.
 org.eclipse.emf.common.notify.Adapter createPseudostateAdapter()
          Creates a new adapter for an object of class 'Pseudostate'.
 org.eclipse.emf.common.notify.Adapter createRealLiteralExpAdapter()
          Creates a new adapter for an object of class 'Real Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createReferringElementAdapter()
          Creates a new adapter for an object of class 'Referring Element'.
 org.eclipse.emf.common.notify.Adapter createRegionAdapter()
          Creates a new adapter for an object of class 'Region'.
 org.eclipse.emf.common.notify.Adapter createRootAdapter()
          Creates a new adapter for an object of class 'Root'.
 org.eclipse.emf.common.notify.Adapter createSelfTypeAdapter()
          Creates a new adapter for an object of class 'Self Type'.
 org.eclipse.emf.common.notify.Adapter createSendSignalActionAdapter()
          Creates a new adapter for an object of class 'Send Signal Action'.
 org.eclipse.emf.common.notify.Adapter createSequenceTypeAdapter()
          Creates a new adapter for an object of class 'Sequence Type'.
 org.eclipse.emf.common.notify.Adapter createSetTypeAdapter()
          Creates a new adapter for an object of class 'Set Type'.
 org.eclipse.emf.common.notify.Adapter createSignalAdapter()
          Creates a new adapter for an object of class 'Signal'.
 org.eclipse.emf.common.notify.Adapter createStateAdapter()
          Creates a new adapter for an object of class 'State'.
 org.eclipse.emf.common.notify.Adapter createStateExpAdapter()
          Creates a new adapter for an object of class 'State Exp'.
 org.eclipse.emf.common.notify.Adapter createStateMachineAdapter()
          Creates a new adapter for an object of class 'State Machine'.
 org.eclipse.emf.common.notify.Adapter createStereotypeAdapter()
          Creates a new adapter for an object of class 'Stereotype'.
 org.eclipse.emf.common.notify.Adapter createStringLiteralExpAdapter()
          Creates a new adapter for an object of class 'String Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createTemplateableElementAdapter()
          Creates a new adapter for an object of class 'Templateable Element'.
 org.eclipse.emf.common.notify.Adapter createTemplateBindingAdapter()
          Creates a new adapter for an object of class 'Template Binding'.
 org.eclipse.emf.common.notify.Adapter createTemplateParameterAdapter()
          Creates a new adapter for an object of class 'Template Parameter'.
 org.eclipse.emf.common.notify.Adapter createTemplateParameterSubstitutionAdapter()
          Creates a new adapter for an object of class 'Template Parameter Substitution'.
 org.eclipse.emf.common.notify.Adapter createTemplateParameterTypeAdapter()
          Creates a new adapter for an object of class 'Template Parameter Type'.
 org.eclipse.emf.common.notify.Adapter createTemplateSignatureAdapter()
          Creates a new adapter for an object of class 'Template Signature'.
 org.eclipse.emf.common.notify.Adapter createTransitionAdapter()
          Creates a new adapter for an object of class 'Transition'.
 org.eclipse.emf.common.notify.Adapter createTriggerAdapter()
          Creates a new adapter for an object of class 'Trigger'.
 org.eclipse.emf.common.notify.Adapter createTupleLiteralExpAdapter()
          Creates a new adapter for an object of class 'Tuple Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createTupleLiteralPartAdapter()
          Creates a new adapter for an object of class 'Tuple Literal Part'.
 org.eclipse.emf.common.notify.Adapter createTupleTypeAdapter()
          Creates a new adapter for an object of class 'Tuple Type'.
 org.eclipse.emf.common.notify.Adapter createTypeAdapter()
          Creates a new adapter for an object of class 'Type'.
 org.eclipse.emf.common.notify.Adapter createTypedElementAdapter()
          Creates a new adapter for an object of class 'Typed Element'.
 org.eclipse.emf.common.notify.Adapter createTypedMultiplicityElementAdapter()
          Creates a new adapter for an object of class 'Typed Multiplicity Element'.
 org.eclipse.emf.common.notify.Adapter createTypeExpAdapter()
          Creates a new adapter for an object of class 'Type Exp'.
 org.eclipse.emf.common.notify.Adapter createTypeExtensionAdapter()
          Creates a new adapter for an object of class 'Type Extension'.
 org.eclipse.emf.common.notify.Adapter createTypeTemplateParameterAdapter()
          Creates a new adapter for an object of class 'Type Template Parameter'.
 org.eclipse.emf.common.notify.Adapter createUnlimitedNaturalLiteralExpAdapter()
          Creates a new adapter for an object of class 'Unlimited Natural Literal Exp'.
 org.eclipse.emf.common.notify.Adapter createUnspecifiedTypeAdapter()
          Creates a new adapter for an object of class 'Unspecified Type'.
 org.eclipse.emf.common.notify.Adapter createUnspecifiedValueExpAdapter()
          Creates a new adapter for an object of class 'Unspecified Value Exp'.
 org.eclipse.emf.common.notify.Adapter createValueSpecificationAdapter()
          Creates a new adapter for an object of class 'Value Specification'.
 org.eclipse.emf.common.notify.Adapter createVariableAdapter()
          Creates a new adapter for an object of class 'Variable'.
 org.eclipse.emf.common.notify.Adapter createVariableDeclarationAdapter()
          Creates a new adapter for an object of class 'Variable Declaration'.
 org.eclipse.emf.common.notify.Adapter createVariableExpAdapter()
          Creates a new adapter for an object of class 'Variable Exp'.
 org.eclipse.emf.common.notify.Adapter createVertexAdapter()
          Creates a new adapter for an object of class 'Vertex'.
 org.eclipse.emf.common.notify.Adapter createVisitableAdapter()
          Creates a new adapter for an object of class 'Visitable'.
 org.eclipse.emf.common.notify.Adapter createVisitorAdapter()
          Creates a new adapter for an object of class 'Visitor'.
 org.eclipse.emf.common.notify.Adapter createVoidTypeAdapter()
          Creates a new adapter for an object of class 'Void Type'.
 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 PivotPackage modelPackage
The cached model package.

Generated

modelSwitch

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

Generated
Constructor Detail

PivotAdapterFactory

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

createAnnotationAdapter

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

createNamedElementAdapter

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

Returns:
the new adapter.
See Also:
NamedElement
Generated

createElementAdapter

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

Returns:
the new adapter.
See Also:
Element
Generated

createElementExtensionAdapter

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

createBagTypeAdapter

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

Returns:
the new adapter.
See Also:
BagType
Generated

createBehaviorAdapter

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

createCollectionTypeAdapter

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

Returns:
the new adapter.
See Also:
CollectionType
Generated

createDataTypeAdapter

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

Returns:
the new adapter.
See Also:
DataType
Generated

createBooleanLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
BooleanLiteralExp
Generated

createPrimitiveLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
PrimitiveLiteralExp
Generated

createLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
LiteralExp
Generated

createCallOperationActionAdapter

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

createCollectionItemAdapter

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

createCollectionLiteralPartAdapter

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

Returns:
the new adapter.
See Also:
CollectionLiteralPart
Generated

createCollectionLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
CollectionLiteralExp
Generated

createCollectionRangeAdapter

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

createEnumLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
EnumLiteralExp
Generated

createEnumerationLiteralAdapter

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

createExpressionInOCLAdapter

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

createEnumerationAdapter

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

createFeatureAdapter

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

createOpaqueExpressionAdapter

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

createVariableAdapter

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

Returns:
the new adapter.
See Also:
Variable
Generated

createIfExpAdapter

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

Returns:
the new adapter.
See Also:
IfExp
Generated

createImportAdapter

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

createIntegerLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
IntegerLiteralExp
Generated

createNumericLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
NumericLiteralExp
Generated

createOCLExpressionAdapter

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

createInvalidLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
InvalidLiteralExp
Generated

createInvalidTypeAdapter

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

Returns:
the new adapter.
See Also:
InvalidType
Generated

createIterateExpAdapter

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

Returns:
the new adapter.
See Also:
IterateExp
Generated

createIterationAdapter

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

createIteratorExpAdapter

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

Returns:
the new adapter.
See Also:
IteratorExp
Generated

createLambdaTypeAdapter

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

Returns:
the new adapter.
See Also:
LambdaType
Generated

createLetExpAdapter

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

Returns:
the new adapter.
See Also:
LetExp
Generated

createLibraryAdapter

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

createLoopExpAdapter

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

Returns:
the new adapter.
See Also:
LoopExp
Generated

createMessageExpAdapter

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

Returns:
the new adapter.
See Also:
MessageExp
Generated

createSendSignalActionAdapter

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

createSignalAdapter

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

createMessageTypeAdapter

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

Returns:
the new adapter.
See Also:
MessageType
Generated

createMetaclassAdapter

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

createMorePivotableAdapter

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

createNullLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
NullLiteralExp
Generated

createOperationCallExpAdapter

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

Returns:
the new adapter.
See Also:
OperationCallExp
Generated

createOrderedSetTypeAdapter

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

Returns:
the new adapter.
See Also:
OrderedSetType
Generated

createPackageableElementAdapter

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

Returns:
the new adapter.
See Also:
PackageableElement
Generated

createPrimitiveTypeAdapter

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

Returns:
the new adapter.
See Also:
PrimitiveType
Generated

createProfileAdapter

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

createProfileApplicationAdapter

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

createPropertyCallExpAdapter

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

Returns:
the new adapter.
See Also:
PropertyCallExp
Generated

createPseudostateAdapter

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

createRealLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
RealLiteralExp
Generated

createReferringElementAdapter

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

Returns:
the new adapter.
See Also:
ReferringElement
Generated

createRegionAdapter

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

createRootAdapter

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

createSelfTypeAdapter

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

Returns:
the new adapter.
See Also:
SelfType
Generated

createSequenceTypeAdapter

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

Returns:
the new adapter.
See Also:
SequenceType
Generated

createSetTypeAdapter

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

Returns:
the new adapter.
See Also:
SetType
Generated

createStateAdapter

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

createStateExpAdapter

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

Returns:
the new adapter.
See Also:
StateExp
Generated

createStateMachineAdapter

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

createStereotypeAdapter

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

createStringLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
StringLiteralExp
Generated

createTemplateParameterTypeAdapter

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

Returns:
the new adapter.
See Also:
TemplateParameterType
Generated

createTupleLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
TupleLiteralExp
Generated

createTupleLiteralPartAdapter

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

Returns:
the new adapter.
See Also:
TupleLiteralPart
Generated

createTupleTypeAdapter

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

Returns:
the new adapter.
See Also:
TupleType
Generated

createTypeExpAdapter

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

Returns:
the new adapter.
See Also:
TypeExp
Generated

createTypeExtensionAdapter

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

createUnlimitedNaturalLiteralExpAdapter

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

Returns:
the new adapter.
See Also:
UnlimitedNaturalLiteralExp
Generated

createUnspecifiedTypeAdapter

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

Returns:
the new adapter.
See Also:
UnspecifiedType
Generated

createUnspecifiedValueExpAdapter

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

Returns:
the new adapter.
See Also:
UnspecifiedValueExp
Generated

createVariableExpAdapter

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

Returns:
the new adapter.
See Also:
VariableExp
Generated

createVertexAdapter

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

createVoidTypeAdapter

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

Returns:
the new adapter.
See Also:
VoidType
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

createVisitableAdapter

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

createClassAdapter

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

Returns:
the new adapter.
See Also:
Class
Generated

createTypeAdapter

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

Returns:
the new adapter.
See Also:
Type
Generated

createTemplateableElementAdapter

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

Returns:
the new adapter.
See Also:
TemplateableElement
Generated

createTransitionAdapter

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

createTriggerAdapter

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

createTemplateBindingAdapter

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

createTemplateSignatureAdapter

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

createTemplateParameterAdapter

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

Returns:
the new adapter.
See Also:
TemplateParameter
Generated

createParameterableElementAdapter

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

Returns:
the new adapter.
See Also:
ParameterableElement
Generated

createTemplateParameterSubstitutionAdapter

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

createPackageAdapter

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

Returns:
the new adapter.
See Also:
Package
Generated

createNamespaceAdapter

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

createPrecedenceAdapter

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

createTypeTemplateParameterAdapter

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

Returns:
the new adapter.
See Also:
TypeTemplateParameter
Generated

createPropertyAdapter

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

Returns:
the new adapter.
See Also:
Property
Generated

createTypedElementAdapter

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

Returns:
the new adapter.
See Also:
TypedElement
Generated

createTypedMultiplicityElementAdapter

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

Returns:
the new adapter.
See Also:
TypedMultiplicityElement
Generated

createAssociationClassAdapter

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

Returns:
the new adapter.
See Also:
AssociationClass
Generated

createOperationAdapter

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

Returns:
the new adapter.
See Also:
Operation
Generated

createParameterAdapter

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

Returns:
the new adapter.
See Also:
Parameter
Generated

createVariableDeclarationAdapter

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

createOperationTemplateParameterAdapter

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

Returns:
the new adapter.
See Also:
OperationTemplateParameter
Generated

createOppositePropertyCallExpAdapter

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

Returns:
the new adapter.
See Also:
OppositePropertyCallExp
Generated

createCommentAdapter

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

createConnectionPointReferenceAdapter

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

createConstraintAdapter

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

Returns:
the new adapter.
See Also:
Constraint
Generated

createConstructorExpAdapter

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

Returns:
the new adapter.
See Also:
ConstructorExp
Generated

createConstructorPartAdapter

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

Returns:
the new adapter.
See Also:
ConstructorPart
Generated

createValueSpecificationAdapter

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

createDetailAdapter

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

createDynamicElementAdapter

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

Returns:
the new adapter.
See Also:
DynamicElement
Generated

createDynamicPropertyAdapter

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

Returns:
the new adapter.
See Also:
DynamicProperty
Generated

createDynamicTypeAdapter

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

Returns:
the new adapter.
See Also:
DynamicType
Generated

createAnyTypeAdapter

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

Returns:
the new adapter.
See Also:
AnyType
Generated

createAssociationClassCallExpAdapter

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

Returns:
the new adapter.
See Also:
AssociationClassCallExp
Generated

createNavigationCallExpAdapter

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

Returns:
the new adapter.
See Also:
NavigationCallExp
Generated

createFeatureCallExpAdapter

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

Returns:
the new adapter.
See Also:
FeatureCallExp
Generated

createFinalStateAdapter

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

createCallExpAdapter

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

Returns:
the new adapter.
See Also:
CallExp
Generated

createVisitorAdapter

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