Uses of Interface
org.aksw.commons.util.algebra.ExprOps
Packages that use ExprOps
-
Uses of ExprOps in org.aksw.commons.util.algebra
Fields in org.aksw.commons.util.algebra declared as ExprOpsMethods in org.aksw.commons.util.algebra that return ExprOpsMethods in org.aksw.commons.util.algebra with parameters of type ExprOpsModifier and TypeMethodDescriptionstatic <E,V> Set <E> Gets the leaf expressions of the given expression - i.e.static <E,V> E static <E,V> E ExprOps.replaceTopDown(ExprOps<E, V> exprOps, E expr, Function<? super E, ? extends E> fn) Pre order is probably not that usefulstatic <E,V> Set <V> ExprOps.varsMentioned(ExprOps<E, V> exprOps, E expr) Computes the used variables.Constructors in org.aksw.commons.util.algebra with parameters of type ExprOpsModifierConstructorDescriptionGenericDag(ExprOps<E, V> exprOps, Supplier<V> nextVar, ExprFilter<E> isBlocker) GenericFactorizer(ExprOps<E, V> exprOps, ExprFilter<E> isBlocker)