public abstract class DatasetGraphBaseFind extends DatasetGraphBase
Modifier and Type | Method and Description |
---|---|
Iterator<Quad> |
find(Node g,
Node s,
Node p,
Node o)
Implementation of find based on splitting into triples (default graph) and quads (named graph)
|
Iterator<Quad> |
findNG(Node g,
Node s,
Node p,
Node o)
Find matching quads in the dataset in named graphs only - may include wildcards, Node.ANY or null
|
add, add, addGraph, close, contains, contains, containsGraph, delete, delete, deleteAny, find, find, getContext, getDefaultGraph, getGraph, getLock, isEmpty, removeGraph, setDefaultGraph, size, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
listGraphNodes
public Iterator<Quad> find(Node g, Node s, Node p, Node o)
Graph.find(Node,Node,Node)
public Iterator<Quad> findNG(Node g, Node s, Node p, Node o)
DatasetGraph
Graph.find(Node,Node,Node)
Licenced under the Apache License, Version 2.0