Class AbstractDerivedDataPartBasedRebuildScopeCollector

java.lang.Object
com._1c.g5.v8.derived.computer.AbstractDerivedDataPartBasedRebuildScopeCollector
All Implemented Interfaces:
IDerivedDataPartBasedRebuildScopeCollector

public abstract class AbstractDerivedDataPartBasedRebuildScopeCollector extends Object implements IDerivedDataPartBasedRebuildScopeCollector
Abstract standard implementation of the part-based full rebuild scope collector.
  • Constructor Details

    • AbstractDerivedDataPartBasedRebuildScopeCollector

      public AbstractDerivedDataPartBasedRebuildScopeCollector(org.eclipse.emf.ecore.EClass supportedClass)
      Creates an instance of the collector which supports given eClass.
      Parameters:
      supportedClass - The supported eClass.
  • Method Details