com.hp.hpl.jena.sparql.expr
Class ExprTransformBase
java.lang.Object
com.hp.hpl.jena.sparql.expr.ExprTransformBase
public class ExprTransformBase
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExprTransformBase
public ExprTransformBase()
transform
public Expr transform(ExprFunction1 func,
Expr expr1)
transform
public Expr transform(ExprFunction2 func,
Expr expr1,
Expr expr2)
transform
public Expr transform(ExprFunction3 func,
Expr expr1,
Expr expr2,
Expr expr3)
transform
public Expr transform(ExprFunctionN func,
ExprList args)
transform
public Expr transform(ExprFunctionOp funcOp,
ExprList args,
Op opArg)
transform
public Expr transform(NodeValue nv)
transform
public Expr transform(ExprVar ev)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.