Class BslCompareAdapterFactory

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

    public class BslCompareAdapterFactory
    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:
    BslComparePackage
    • Field Detail

      • modelPackage

        protected static BslComparePackage modelPackage
        The cached model package.
      • modelSwitch

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

      • BslCompareAdapterFactory

        public BslCompareAdapterFactory()
        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.
      • createBslModuleComparisonNodeAdapter

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

        public org.eclipse.emf.common.notify.Adapter createBslModuleCustomMergeSettingsAdapter()
        Creates a new adapter for an object of class 'Bsl Module Custom Merge 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:
        BslModuleCustomMergeSettings
      • createMergeConflictAdapter

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

        public org.eclipse.emf.common.notify.Adapter createBslModuleSectionComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Bsl Module Section 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:
        BslModuleSectionComparisonNode
      • createComparisonRegionNeighbourAdapter

        public org.eclipse.emf.common.notify.Adapter createComparisonRegionNeighbourAdapter()
        Creates a new adapter for an object of class 'Comparison Region Neighbour'. 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:
        ComparisonRegionNeighbour
      • createComparisonTextRegionAdapter

        public org.eclipse.emf.common.notify.Adapter createComparisonTextRegionAdapter()
        Creates a new adapter for an object of class 'Comparison Text Region'. 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:
        ComparisonTextRegion
      • createTextRegionAdapter

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

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