open override fun generatePredicate(variable: SymbolicName): OngoingListBasedPredicateFunction?

Generates the predicate which defines how nodes of the set have to match the filter, so that the overall filter evaluates to true Examples include all, any and none

Return

the builder for the predicate

Parameters

variable

the name of the variable based on which the predicate should be build