Class ExpressionAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
com.regnosys.rosetta.rosetta.expression.util.ExpressionAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class ExpressionAdapterFactory 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:
  • Field Details

    • modelPackage

      protected static ExpressionPackage modelPackage
      The cached model package.
    • modelSwitch

      protected ExpressionSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
      The switch that delegates to the createXXX methods.
  • Constructor Details

    • ExpressionAdapterFactory

      public ExpressionAdapterFactory()
      Creates an instance of the adapter factory.
  • Method Details

    • isFactoryForType

      public boolean isFactoryForType(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.
    • 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.
    • createRosettaExpressionAdapter

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

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaBooleanLiteralAdapter()
      Creates a new adapter for an object of class 'Rosetta Boolean 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:
    • createRosettaStringLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaStringLiteralAdapter()
      Creates a new adapter for an object of class 'Rosetta String 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:
    • createRosettaNumberLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaNumberLiteralAdapter()
      Creates a new adapter for an object of class 'Rosetta Number 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:
    • createRosettaIntLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaIntLiteralAdapter()
      Creates a new adapter for an object of class 'Rosetta Int 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:
    • createRosettaPatternLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaPatternLiteralAdapter()
      Creates a new adapter for an object of class 'Rosetta Pattern 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:
    • createListLiteralAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaSymbolReferenceAdapter()
      Creates a new adapter for an object of class 'Rosetta Symbol 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:
    • createRosettaImplicitVariableAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaImplicitVariableAdapter()
      Creates a new adapter for an object of class 'Rosetta Implicit 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:
    • createRosettaFeatureCallAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaConditionalExpressionAdapter()
      Creates a new adapter for an object of class 'Rosetta Conditional 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:
    • createRosettaConstructorExpressionAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaConstructorExpressionAdapter()
      Creates a new adapter for an object of class 'Rosetta Constructor 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:
    • createConstructorKeyValuePairAdapter

      public org.eclipse.emf.common.notify.Adapter createConstructorKeyValuePairAdapter()
      Creates a new adapter for an object of class 'Constructor Key Value Pair'. This default implementation 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:
    • createRosettaOperationAdapter

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

      public org.eclipse.emf.common.notify.Adapter createRosettaBinaryOperationAdapter()
      Creates a new adapter for an object of class 'Rosetta Binary 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:
    • createArithmeticOperationAdapter

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

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

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

      public org.eclipse.emf.common.notify.Adapter createModifiableBinaryOperationAdapter()
      Creates a new adapter for an object of class 'Modifiable Binary 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:
    • createEqualityOperationAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaContainsExpressionAdapter()
      Creates a new adapter for an object of class 'Rosetta Contains 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:
    • createRosettaDisjointExpressionAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaDisjointExpressionAdapter()
      Creates a new adapter for an object of class 'Rosetta Disjoint 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:
    • createJoinOperationAdapter

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

      public org.eclipse.emf.common.notify.Adapter createRosettaOnlyExistsExpressionAdapter()
      Creates a new adapter for an object of class 'Rosetta Only Exists 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:
    • createRosettaUnaryOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaUnaryOperationAdapter()
      Creates a new adapter for an object of class 'Rosetta Unary 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:
    • createListOperationAdapter

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

      public org.eclipse.emf.common.notify.Adapter createCanHandleListOfListsAdapter()
      Creates a new adapter for an object of class 'Can Handle List Of Lists'. This default implementation 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:
    • createRosettaExistsExpressionAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaExistsExpressionAdapter()
      Creates a new adapter for an object of class 'Rosetta Exists 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:
    • createRosettaAbsentExpressionAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaAbsentExpressionAdapter()
      Creates a new adapter for an object of class 'Rosetta Absent 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:
    • createRosettaOnlyElementAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaOnlyElementAdapter()
      Creates a new adapter for an object of class 'Rosetta Only 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:
    • createRosettaCountOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaCountOperationAdapter()
      Creates a new adapter for an object of class 'Rosetta Count 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:
    • createFlattenOperationAdapter

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

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

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

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

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

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

      public org.eclipse.emf.common.notify.Adapter createAsKeyOperationAdapter()
      Creates a new adapter for an object of class 'As Key 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:
    • createOneOfOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createOneOfOperationAdapter()
      Creates a new adapter for an object of class 'One Of 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:
    • createChoiceOperationAdapter

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

      public org.eclipse.emf.common.notify.Adapter createToStringOperationAdapter()
      Creates a new adapter for an object of class 'To String 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:
    • createParseOperationAdapter

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

      public org.eclipse.emf.common.notify.Adapter createToNumberOperationAdapter()
      Creates a new adapter for an object of class 'To Number 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:
    • createToIntOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createToIntOperationAdapter()
      Creates a new adapter for an object of class 'To Int 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:
    • createToTimeOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createToTimeOperationAdapter()
      Creates a new adapter for an object of class 'To Time 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:
    • createToEnumOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createToEnumOperationAdapter()
      Creates a new adapter for an object of class 'To Enum 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:
    • createToDateOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createToDateOperationAdapter()
      Creates a new adapter for an object of class 'To Date 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:
    • createToDateTimeOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createToDateTimeOperationAdapter()
      Creates a new adapter for an object of class 'To Date Time 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:
    • createToZonedDateTimeOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createToZonedDateTimeOperationAdapter()
      Creates a new adapter for an object of class 'To Zoned Date Time 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:
    • createClosureParameterAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaFunctionalOperationAdapter()
      Creates a new adapter for an object of class 'Rosetta Functional 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:
    • createMandatoryFunctionalOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createMandatoryFunctionalOperationAdapter()
      Creates a new adapter for an object of class 'Mandatory Functional 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:
    • createUnaryFunctionalOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createUnaryFunctionalOperationAdapter()
      Creates a new adapter for an object of class 'Unary Functional 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:
    • createReduceOperationAdapter

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

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

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

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

      public org.eclipse.emf.common.notify.Adapter createComparingFunctionalOperationAdapter()
      Creates a new adapter for an object of class 'Comparing Functional 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:
    • createSortOperationAdapter

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

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

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaMapTestExpressionAdapter()
      Creates a new adapter for an object of class 'Map Test 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:
    • createRosettaNamedAdapter

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

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

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