Class ChartCompareAdapterFactory

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

    public class ChartCompareAdapterFactory
    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:
    ChartComparePackage
    • Field Detail

      • modelSwitch

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

      • ChartCompareAdapterFactory

        public ChartCompareAdapterFactory()
        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.
      • createChartComparisonNodeAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createMatchedObjectsComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Matched Objects Comparison Node'. 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:
        MatchedObjectsComparisonNode
      • createSingleFeatureComparisonNodeAdapter

        public org.eclipse.emf.common.notify.Adapter createSingleFeatureComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Single Feature Comparison Node'. 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:
        SingleFeatureComparisonNode
      • createIMatchingSymlinksAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createTopModelObjectsComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Top Model Objects Comparison Node'. 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:
        TopModelObjectsComparisonNode
      • createExternalPropertyComparisonNodeAdapter

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