Package com.hp.hpl.jena.sparql.algebra.optimize

Interface Summary
Optimize.RewriterFactory  
Rewrite  
 

Class Summary
ExprTransformApplyTransform A copying transform that applies a Transform to the algebra operator of E_Exist and E_NoExists
Optimize  
OpVisitorExprPrepare  
TransformApplyInsideExprFunctionOp Take transform and apply it to the algebra operator of E_Exist and E_NoExists in an OpFilter.
TransformExpandOneOf  
TransformFilterConjunction Redo FILTER (A&&B) as FILTER(A) FILTER(B) (as an expr list).
TransformFilterDisjunction Filter disjunction.
TransformFilterEquality  
TransformFilterPlacement Rewrite an algebra expression to put filters as close to their bound variables in a BGP.
TransformJoinStrategy Choose join strategy
TransformPathFlattern  
TransformPropertyFunction Rewrite to replace a property function property with the call to the property function implementation
TransformRemoveLabels  
TransformScopeRename Rename variables so that names can be treated globally.
TransformSimplify  
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.