Uses of Interface
com._1c.g5.v8.derived.computer.IDerivedDataPartBasedRebuildScopeCollector
- 
Packages that use IDerivedDataPartBasedRebuildScopeCollector Package Description com._1c.g5.v8.derived.computer 
- 
- 
Uses of IDerivedDataPartBasedRebuildScopeCollector in com._1c.g5.v8.derived.computerClasses in com._1c.g5.v8.derived.computer that implement IDerivedDataPartBasedRebuildScopeCollector Modifier and Type Class Description classAbstractDerivedDataPartBasedRebuildScopeCollectorAbstract standard implementation of the part-based full rebuild scope collector.Methods in com._1c.g5.v8.derived.computer that return IDerivedDataPartBasedRebuildScopeCollector Modifier and Type Method Description static IDerivedDataPartBasedRebuildScopeCollectorPartBasedComputingUtils. createSelfRebuildScopeCollector(org.eclipse.emf.ecore.EClass eClass, String[] parts)Creates new rebuild scope collector for a given eClass and set of parts, which collects scope consisting of the given object and specified parts.Methods in com._1c.g5.v8.derived.computer with parameters of type IDerivedDataPartBasedRebuildScopeCollector Modifier and Type Method Description voidDerivedDataPartBasedComputer. addRebuildScopeCollector(IDerivedDataPartBasedRebuildScopeCollector scopeCollector)Adds a rebuild scope collector to the computer.
 
-