Class RosettaAdapterFactory

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

public class RosettaAdapterFactory 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 RosettaPackage modelPackage
      The cached model package.
    • modelSwitch

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

    • RosettaAdapterFactory

      public RosettaAdapterFactory()
      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.
    • createRosettaModelAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaModelAdapter()
      Creates a new adapter for an object of class 'Model'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • 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:
    • createRosettaDefinableAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaDefinableAdapter()
      Creates a new adapter for an object of class 'Definable'. This default implementation returns null so that we can 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:
    • createRosettaFeatureAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaFeatureAdapter()
      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:
    • createRosettaTypedFeatureAdapter

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

      public org.eclipse.emf.common.notify.Adapter createRosettaCallableWithArgsAdapter()
      Creates a new adapter for an object of class 'Callable With Args'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaRootElementAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaTypeAdapter()
      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:
    • createParametrizedRosettaTypeAdapter

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

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

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

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

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

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

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

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

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaParameterAdapter()
      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:
    • createRosettaTypeAliasAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaEnumerationAdapter()
      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:
    • createRosettaEnumValueAdapter

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

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

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaSynonymValueBaseAdapter()
      Creates a new adapter for an object of class 'Synonym Value Base'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaClassSynonymAdapter

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

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaMergeSynonymValueAdapter()
      Creates a new adapter for an object of class 'Merge Synonym Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaEnumSynonymAdapter

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

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

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

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

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

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaSegmentAdapter()
      Creates a new adapter for an object of class 'Segment'. This default implementation returns null so that we can 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:
    • createRosettaMapPathValueAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaMapPathValueAdapter()
      Creates a new adapter for an object of class 'Map Path Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaMapTestExistsExpressionAdapter

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

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaMapTestFuncAdapter()
      Creates a new adapter for an object of class 'Map Test Func'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaAttributeReferenceSegmentAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaAttributeReferenceSegmentAdapter()
      Creates a new adapter for an object of class 'Attribute Reference Segment'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaDataReferenceAdapter

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

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

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaMappingPathTestsAdapter()
      Creates a new adapter for an object of class 'Mapping Path Tests'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaMapPathAdapter

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

      public org.eclipse.emf.common.notify.Adapter createRosettaMapRosettaPathAdapter()
      Creates a new adapter for an object of class 'Map Rosetta Path'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaQualifiableConfigurationAdapter

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

      public org.eclipse.emf.common.notify.Adapter createExternalAnnotationSourceAdapter()
      Creates a new adapter for an object of class 'External Annotation Source'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaExternalRefAdapter

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

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaExternalRegularAttributeAdapter()
      Creates a new adapter for an object of class 'External Regular Attribute'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaExternalEnumValueAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaExternalEnumValueAdapter()
      Creates a new adapter for an object of class 'External Enum Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaExternalClassSynonymAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createRosettaExternalSynonymSourceAdapter()
      Creates a new adapter for an object of class 'External Synonym Source'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaExternalRuleSourceAdapter

      public org.eclipse.emf.common.notify.Adapter createRosettaExternalRuleSourceAdapter()
      Creates a new adapter for an object of class 'External Rule Source'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
    • createRosettaReportAdapter

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

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

      public org.eclipse.emf.common.notify.Adapter createReferencesAdapter()
      Creates a new adapter for an object of class 'References'. This default implementation returns null so that we can 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.