Class SpecificVariablesInSubstitutionMapToConstant
java.lang.Object
fr.inria.rules.integraal.model.logicalElements.functional.SpecificVariablesInSubstitutionMapToConstant
- All Implemented Interfaces:
org.apache.commons.collections4.Predicate<Substitution>
public class SpecificVariablesInSubstitutionMapToConstant
extends Object
implements org.apache.commons.collections4.Predicate<Substitution>
Predicate used to filter substitutions whose selected variables map to constants.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the predicate for a given set of variables. -
Method Summary
-
Constructor Details
-
SpecificVariablesInSubstitutionMapToConstant
Creates the predicate for a given set of variables.- Parameters:
vars- the variables that must map to constants
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfaceorg.apache.commons.collections4.Predicate<Substitution>
-