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 |
Mapping
this class is used to record the mapping from [variable] Node's to
the indexes they are bound to in a Query.
|
Modifier and Type | Method and Description |
---|---|
Valuator |
Expression.prepare(VariableIndexes vi)
Answer a Valuator which, when run with a set of index-to-value bindings,
evaluates this expression in the light of the given variable-to-index bindings
[ie as though the variables were bound to the corresponding values]
|
Valuator |
Expression.Fixed.prepare(VariableIndexes vi) |
Valuator |
Expression.BoolConstant.prepare(VariableIndexes vi) |
Valuator |
Dyadic.prepare(VariableIndexes vi) |
ValuatorSet |
ExpressionSet.prepare(VariableIndexes vi)
Answer a ValuatorSet which contains exactly the valuators for each
Expression in this ExpressionSet, prepared against the VariableIndexes vi.
|
Constructor and Description |
---|
Expression.Valof(VariableIndexes map) |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP