Uses of Interface
org.aksw.commons.util.algebra.ExprFilter
Packages that use ExprFilter
-
Uses of ExprFilter in org.aksw.commons.util.algebra
Fields in org.aksw.commons.util.algebra declared as ExprFilterModifier and TypeFieldDescriptionprotected ExprFilter<E>GenericDag.isBlockerprotected ExprFilter<E>GenericFactorizer.isBlockerPredicate which can be used to stop descend down the expression treeMethods in org.aksw.commons.util.algebra that return ExprFilterMethods in org.aksw.commons.util.algebra with parameters of type ExprFilterModifier and TypeMethodDescriptionstatic <E,V> void GenericDag.depthFirstTraverse(GenericDag<E, V> dag, E parent, int childIdx, E child, ExprFilter<E> isBlocked, Consumer<E> visitor) Constructors in org.aksw.commons.util.algebra with parameters of type ExprFilterModifierConstructorDescriptionGenericDag(ExprOps<E, V> exprOps, Supplier<V> nextVar, ExprFilter<E> isBlocker) GenericFactorizer(ExprOps<E, V> exprOps, ExprFilter<E> isBlocker)