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, clear, close, contains, contains, containsGraph, delete, delete, deleteAny, find, find, getContext, getDefaultGraph, getGraph, getLock, isEmpty, removeGraph, setDefaultGraph, size, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitlistGraphNodespublic 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)
DatasetGraphGraph.find(Node,Node,Node)Licenced under the Apache License, Version 2.0