Class RemovalContextCollectorAdapter

    • Constructor Detail

      • RemovalContextCollectorAdapter

        public RemovalContextCollectorAdapter​(boolean supportsSync,
                                              boolean supportsAsync,
                                              org.eclipse.emf.ecore.EClass supportedType)
        Creates an instance of the collector with specified paramters.
        Parameters:
        supportsSync - True if the collector supports DD context gathering during sync. DD gatherin phase.
        supportsAsync - True if the collector supports DD context gathering during async. DD gatherin phase.
        supportedType - The type of the object served by this collector.