|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.util.ModelQueryUtil
public class ModelQueryUtil
A utility for using the graph query interface from a Model. Queries may be represented as models, where each statement in the model corresponds to a search for matching statements in the model being queried. Variables are represented as resources with URIs using the ficticious "jqv" protocol.
See also QueryMapper.
| Method Summary | |
|---|---|
static RDFNode |
asRDF(Model m,
Node n)
|
static List<RDFNode> |
mappy(Model m,
Domain L)
|
static com.hp.hpl.jena.util.iterator.ExtendedIterator<List<? extends RDFNode>> |
queryBindingsWith(Model model,
Model query,
Resource[] variables)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static com.hp.hpl.jena.util.iterator.ExtendedIterator<List<? extends RDFNode>> queryBindingsWith(Model model,
Model query,
Resource[] variables)
public static RDFNode asRDF(Model m,
Node n)
public static List<RDFNode> mappy(Model m,
Domain L)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||