Class MatchFilter
java.lang.Object
fr.inria.rules.integraal.util.stream.filter.MatchFilter
-
Constructor Summary
ConstructorsConstructorDescriptionMatchFilter(Atom atom, Substitution s) Filters the given atom iterator, removing atoms that do not match the given atom This can be used by storages that do not include filtering or generation of queries with the correct filters. -
Method Summary
-
Constructor Details
-
MatchFilter
Filters the given atom iterator, removing atoms that do not match the given atom This can be used by storages that do not include filtering or generation of queries with the correct filters. An atom match another one if constants are the same and the same variables are instantiated by the same constant.- Parameters:
atom- the filter atoms- the filter substitution
-
-
Method Details
-
filter
-