Package org.aksw.commons.util.algebra
Class GenericFactorizer<E,V>
java.lang.Object
org.aksw.commons.util.algebra.GenericFactorizer<E,V>
- Type Parameters:
V- The type of variables.E- The type of expressions.
Generic class for factorization of common sub expressions.
Main application is to abstract factorization of Jena's Op and Expr hierarchy.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
exprOps
-
isBlocker
Predicate which can be used to stop descend down the expression tree
-
-
Constructor Details
-
GenericFactorizer
-
-
Method Details
-
getExprOps
-
getIsBlocker
-
factorize
-
factorize
-