Package org.eclipse.emf.query.handlers
EMF Query Handlers
Package Specification
This package exposes the basic PruneHandler object that are used to help EObject related Conditions to prune the to-be-visited children tree.
See:
Description
Class Summary
|
PruneHandler
|
An abstract class that represents a prune handler. |
Package org.eclipse.emf.query.handlers Description
EMF Query Handlers
Package Specification
This package exposes the basic PruneHandler object that are used to help EObject related Conditions to prune the to-be-visited children tree.
PruneHandler object is used by EObjectConditions to check if a given EObject has children -recursively- that are worth evaluating,
or, if all the contained EObjects for the given EObject will never satisfy the EObjectCondition at all, and hence there is no need to check them at all.
PruneHandler objects could be viewed as a way to enahance performance of queries by not visiting useless barnches.
Clearly a PruneHandler is an EObjectCondition and a metamodel specific.