Interface IModelElementFilter<M extends ContainableModelElement>

Type Parameters:
M - Type of ContainableModelElements, which shall be handled by this class.
All Known Implementing Classes:
AbstractFrozenChecker, DeclarationNameFilter, FrozenCompoundConstraintsOmitter, FrozenConstraintsFilter, FrozenConstraintVarFilter, FrozenTypeDefResolver, ModelElementFilter

public interface IModelElementFilter<M extends ContainableModelElement>
Optional Rule how to handle elements of a Project, while creating a copy using the ProjectRewriteVisitor.
Author:
El-Sharkawy