Class MdCompareAdapterFactory

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

    public class MdCompareAdapterFactory
    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:
    MdComparePackage
    • Field Detail

      • modelPackage

        protected static MdComparePackage modelPackage
        The cached model package.
      • modelSwitch

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

      • MdCompareAdapterFactory

        public MdCompareAdapterFactory()
        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.
      • createManifestComparisonNodeAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createManifestHeaderImplComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Manifest Header Impl 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:
        ManifestHeaderImplComparisonNode
      • createUnsupportedObjectComparisonNodeAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createTopMdCollectionComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Top Md Collection 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:
        TopMdCollectionComparisonNode
      • createChildMdCollectionComparisonNodeAdapter

        public org.eclipse.emf.common.notify.Adapter createChildMdCollectionComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Child Md Collection 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:
        ChildMdCollectionComparisonNode
      • createChildMdCollectionImplComparisonNodeAdapter

        public org.eclipse.emf.common.notify.Adapter createChildMdCollectionImplComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Child Md Collection Impl 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:
        ChildMdCollectionImplComparisonNode
      • createTopMdCollectionImplComparisonNodeAdapter

        public org.eclipse.emf.common.notify.Adapter createTopMdCollectionImplComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Top Md Collection Impl 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:
        TopMdCollectionImplComparisonNode
      • createMdObjectComparisonNodeAdapter

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

        public org.eclipse.emf.common.notify.Adapter createMdObjectCollectionElementComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Md Object Collection Element 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:
        MdObjectCollectionElementComparisonNode
      • createTopMdObjectComparisonNodeAdapter

        public org.eclipse.emf.common.notify.Adapter createTopMdObjectComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Top Md Object 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:
        TopMdObjectComparisonNode
      • createTopMdObjectCollectionElementComparisonNodeAdapter

        public org.eclipse.emf.common.notify.Adapter createTopMdObjectCollectionElementComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Top Md Object Collection Element 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:
        TopMdObjectCollectionElementComparisonNode
      • createChildMdObjectComparisonNodeAdapter

        public org.eclipse.emf.common.notify.Adapter createChildMdObjectComparisonNodeAdapter()
        Creates a new adapter for an object of class 'Child Md Object 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:
        ChildMdObjectComparisonNode
      • 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
      • 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
      • 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
      • createContainmentComparisonNodeAdapter

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

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

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