com.hp.hpl.jena.graph.query
Class Rewrite.DyadicLiteral
java.lang.Object
com.hp.hpl.jena.graph.query.Expression.Base
com.hp.hpl.jena.graph.query.Expression.Application
com.hp.hpl.jena.graph.query.Dyadic
com.hp.hpl.jena.graph.query.Rewrite.DyadicLiteral
- All Implemented Interfaces:
- Expression
- Enclosing class:
- Rewrite
public abstract static class Rewrite.DyadicLiteral
- extends Dyadic
Method Summary |
boolean |
evalBool(Object l,
Object r)
Answer the boolean result of evaluating this dyadic expression with
the given arguments l and r . |
Rewrite.DyadicLiteral
public Rewrite.DyadicLiteral(Expression L,
String F,
String R)
evalBool
public boolean evalBool(Object l,
Object r)
- Description copied from class:
Dyadic
- Answer the boolean result of evaluating this dyadic expression with
the given arguments
l
and r
.
Either this method or evalObject
must be
over-ridden in concrete sub-classes.
- Overrides:
evalBool
in class Dyadic
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP