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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDesignTimeValueValueAdapter()
        Creates a new adapter for an object of class 'Design Time Value 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:
        DesignTimeValueValue
      • createInputParametersAdapter

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createChartScaleValueAdapter()
        Creates a new adapter for an object of class 'Chart Scale 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:
        ChartScaleValue
      • createChartColorPaletteDescriptionValueAdapter

        public org.eclipse.emf.common.notify.Adapter createChartColorPaletteDescriptionValueAdapter()
        Creates a new adapter for an object of class 'Chart Color Palette Description 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:
        ChartColorPaletteDescriptionValue
      • createChartReferenceLinesValueAdapter

        public org.eclipse.emf.common.notify.Adapter createChartReferenceLinesValueAdapter()
        Creates a new adapter for an object of class 'Chart Reference Lines 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:
        ChartReferenceLinesValue
      • createChartReferenceBandsValueAdapter

        public org.eclipse.emf.common.notify.Adapter createChartReferenceBandsValueAdapter()
        Creates a new adapter for an object of class 'Chart Reference Bands 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:
        ChartReferenceBandsValue
      • createChartReferenceLineValueAdapter

        public org.eclipse.emf.common.notify.Adapter createChartReferenceLineValueAdapter()
        Creates a new adapter for an object of class 'Chart Reference Line 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:
        ChartReferenceLineValue
      • createChartReferenceBandValueAdapter

        public org.eclipse.emf.common.notify.Adapter createChartReferenceBandValueAdapter()
        Creates a new adapter for an object of class 'Chart Reference Band 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:
        ChartReferenceBandValue
      • createChartAxisValueAdapter

        public org.eclipse.emf.common.notify.Adapter createChartAxisValueAdapter()
        Creates a new adapter for an object of class 'Chart Axis 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:
        ChartAxisValue
      • createChartTrendlinesValueAdapter

        public org.eclipse.emf.common.notify.Adapter createChartTrendlinesValueAdapter()
        Creates a new adapter for an object of class 'Chart Trendlines 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:
        ChartTrendlinesValue
      • createPictureValueAdapter

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

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