|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.query.PredicateBase
Field Summary |
Fields inherited from interface com.hp.hpl.jena.graph.query.Predicate |
TRUE |
Constructor Summary | |
PredicateBase()
|
Method Summary | |
Predicate |
and(Predicate other)
L.and(R).evaluateBool(D) = L.evaluateBool(D) && R.evaluateBool(D) |
abstract boolean |
evaluateBool(Domain d)
evaluate truth value in this domain: deferred to subclasses |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PredicateBase()
Method Detail |
public abstract boolean evaluateBool(Domain d)
evaluateBool
in interface Predicate
public Predicate and(Predicate other)
and
in interface Predicate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |