Uses of Interface
net.ssehub.easy.varModel.model.rewrite.modifier.IModelElementFilter
-
Packages that use IModelElementFilter Package Description net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject.net.ssehub.easy.varModel.model.rewrite.modifier Modifier for theProjectRewriteVisitor. -
-
Uses of IModelElementFilter in net.ssehub.easy.varModel.model.rewrite
Fields in net.ssehub.easy.varModel.model.rewrite with type parameters of type IModelElementFilter Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends ModelElement>,java.util.List<IModelElementFilter<?>>>ProjectRewriteVisitor. modifiersMethods in net.ssehub.easy.varModel.model.rewrite with parameters of type IModelElementFilter Modifier and Type Method Description voidProjectRewriteVisitor. addModelCopyModifier(IModelElementFilter<? extends ModelElement> modifier)Adds a newIModelElementFilterto thisProjectRewriteVisitor. -
Uses of IModelElementFilter in net.ssehub.easy.varModel.model.rewrite.modifier
Classes in net.ssehub.easy.varModel.model.rewrite.modifier that implement IModelElementFilter Modifier and Type Class Description classAbstractFrozenChecker<M extends ContainableModelElement>Super class for Filters which should remove elements based on already frozen variables.classDeclarationNameFilterFiltersDecisionVariableDeclarations based on their names.classFrozenCompoundConstraintsOmitterRemoves constraint out of compounds, pointing to only frozen and constant elements.classFrozenConstraintsFilterAIModelElementFilterto filter constraints, containing only frozen variables and constants.classFrozenConstraintVarFilterRemoves frozenConstraintTypevariables if they are only pointing to frozen variable.classFrozenTypeDefResolverChecks whether all instances of a givenDerivedDatatypeare frozen and will remove all constraints, if all instances are frozen or if none exist.classModelElementFilterAIModelElementFilterto specify that a certain sub class ofContainableModelElementshould be generally omitted.
-