Package com._1c.g5.v8.derived.computer
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 Summary
ConstructorsConstructorDescriptionAbstractDerivedDataPartBasedRebuildScopeCollector(org.eclipse.emf.ecore.EClass supportedClass) Creates an instance of the collector which supports given eClass. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClassGets the EClass of supported objects.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.derived.computer.IDerivedDataPartBasedRebuildScopeCollector
getScope
-
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
-
getSupportedClass
public org.eclipse.emf.ecore.EClass getSupportedClass()Gets the EClass of supported objects.- Specified by:
getSupportedClassin interfaceIDerivedDataPartBasedRebuildScopeCollector- Returns:
- The class for objects which are supported by this collectors.
-