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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDataCompositionAreaTemplateTableCellAppearanceAdapter()
        Creates a new adapter for an object of class 'Data Composition Area Template Table Cell 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:
        DataCompositionAreaTemplateTableCellAppearance
      • createDataCompositionAreaTemplateChartGroupAppearanceAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionAreaTemplateChartGroupAppearanceAdapter()
        Creates a new adapter for an object of class 'Data Composition Area Template Chart Group 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:
        DataCompositionAreaTemplateChartGroupAppearance
      • createDataCompositionAreaTemplateChartAppearanceAdapter

        public org.eclipse.emf.common.notify.Adapter createDataCompositionAreaTemplateChartAppearanceAdapter()
        Creates a new adapter for an object of class 'Data Composition Area Template Chart 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:
        DataCompositionAreaTemplateChartAppearance
      • createTemplateItemAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createDataCompositionAreaTemplateFieldAppearanceAdapter()
        Creates a new adapter for an object of class 'Data Composition Area Template Field 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:
        DataCompositionAreaTemplateFieldAppearance
      • createDataCompositionAreaTemplateChartGroupTemplateAdapter

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

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

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

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

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

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

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

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

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

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