Class NoNotificationParserPool

All Implemented Interfaces:
XMLParserPool

public class NoNotificationParserPool extends NotifyingParserPool
This implementation of an XMLParserPool aims at disabling all notifications when the option is set, including the notifications at the very end of parsing.

This is one of the steps that allows EMF Compare to bypass UML's CacheAdapter when loading UML models from the logical model.

  • Constructor Details

    • NoNotificationParserPool

      public NoNotificationParserPool(boolean containmentOnly)
      Default constructor.
      Parameters:
      containmentOnly - only set containment reference values. The model will be mostly empty except for its containment tree.
  • Method Details