Class DcsAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory

    public class DcsAdapterFactory
    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:
    DcsPackage
    • Field Detail

      • modelPackage

        protected static DcsPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • DcsAdapterFactory

        public DcsAdapterFactory()
        Creates an instance of the adapter factory.
    • Method Detail

      • 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.
      • createDataCompositionSettingsAdapter

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDataCompositionAutoOrderItemAdapter()
        Creates a new adapter for an object of class 'Data Composition Auto Order 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:
        DataCompositionAutoOrderItem
      • createDataCompositionFilterAdapter

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

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDataCompositionUserFieldExpressionAdapter()
        Creates a new adapter for an object of class 'Data Composition User Field 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:
        DataCompositionUserFieldExpression
      • createDataCompositionUserFieldCaseAdapter

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDataCompositionTableGroupOutputParameterValuesAdapter()
        Creates a new adapter for an object of class 'Data Composition Table Group Output Parameter Values'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DataCompositionTableGroupOutputParameterValues
      • createDataCompositionChartAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createDataCompositionChartGroupOutputParameterValuesAdapter()
        Creates a new adapter for an object of class 'Data Composition Chart Group Output Parameter Values'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DataCompositionChartGroupOutputParameterValues
      • createDataCompositionChartGroupAdapter

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDataCompositionConditionalAppearanceItemAdapter()
        Creates a new adapter for an object of class 'Data Composition Conditional Appearance 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:
        DataCompositionConditionalAppearanceItem
      • createDataCompositionAppearanceFieldsAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createSettingsParameterValueAdapter()
        Creates a new adapter for an object of class 'Settings Parameter 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:
        SettingsParameterValue
      • createSettingStructureAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDataCompositionAvailableSettingsSourceAdapter()
        Creates a new adapter for an object of class 'Data Composition Available Settings 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:
        DataCompositionAvailableSettingsSource
      • createAvailableFieldsAdapter

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

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

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

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

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

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

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

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