Package | Description |
---|---|
com.hp.hpl.jena.graph.query |
Defines the graph-level Query classes, allowing multi-pattern query
over arbitrary graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
Domain
A Domain is an answer to a Binding query.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Expression.BoolConstant.evalBool(IndexValues vv) |
boolean |
ValuatorSet.evalBool(IndexValues vv)
Answer true iff no Valuator in this set evaluates to
false . |
boolean |
Valuator.evalBool(IndexValues iv)
Answer the evaluated value as a primitive boolean
|
boolean |
SlotValuator.evalBool(IndexValues iv)
Answer the primitive boolean value of the
index th
element of the index value bindings, which must be a
Boolean value. |
boolean |
FixedValuator.evalBool(IndexValues iv)
Answer this FixedValuator's value, which must be a Boolean
object, as a
boolean . |
Object |
Expression.BoolConstant.evalObject(IndexValues iv) |
Object |
Valuator.evalObject(IndexValues iv)
Answer the evaluated value
|
Object |
SlotValuator.evalObject(IndexValues iv)
Answer the value of the
index th element of the
index values bindings. |
Object |
FixedValuator.evalObject(IndexValues iv)
Answer this FixedValuator's value, as supplied when it was constructed.
|
Expression.Valof |
Expression.Valof.setDomain(IndexValues d) |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP