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 SummaryConstructors Constructor Description AbstractDerivedDataPartBasedRebuildScopeCollector(org.eclipse.emf.ecore.EClass supportedClass)Creates an instance of the collector which supports given eClass.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetSupportedClass()Gets the EClass of supported objects.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.v8.derived.computer.IDerivedDataPartBasedRebuildScopeCollectorgetScope
 
- 
 
- 
- 
- 
Method Detail- 
getSupportedClasspublic org.eclipse.emf.ecore.EClass getSupportedClass() Gets the EClass of supported objects.- Specified by:
- getSupportedClassin interface- IDerivedDataPartBasedRebuildScopeCollector
- Returns:
- The class for objects which are supported by this collectors.
 
 
- 
 
-