|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicate | |
com.hp.hpl.jena.graph.query | Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. |
Uses of Predicate in com.hp.hpl.jena.graph.query |
Classes in com.hp.hpl.jena.graph.query that implement Predicate | |
class |
PredicateBase
|
class |
Relation
|
class |
Relation_EQ
|
class |
Relation_NE
|
Fields in com.hp.hpl.jena.graph.query declared as Predicate | |
static Predicate |
Predicate.TRUE
The predicate TRUE, which always evaluates to _true_, and optimises itself away when it makes an _and_. |
Methods in com.hp.hpl.jena.graph.query that return Predicate | |
Predicate |
PredicateFactory.construct(Valuator L,
Valuator R)
|
Predicate |
PredicateBase.and(Predicate other)
L.and(R).evaluateBool(D) = L.evaluateBool(D) && R.evaluateBool(D) |
Predicate |
Predicate.and(Predicate other)
return the AND-composition of this predicate and the other one |
Methods in com.hp.hpl.jena.graph.query with parameters of type Predicate | |
Predicate |
PredicateBase.and(Predicate other)
L.and(R).evaluateBool(D) = L.evaluateBool(D) && R.evaluateBool(D) |
Predicate |
Predicate.and(Predicate other)
return the AND-composition of this predicate and the other one |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |