public class DatasetGraphSimpleMem extends DatasetGraphCaching
Constructor and Description |
---|
DatasetGraphSimpleMem() |
Modifier and Type | Method and Description |
---|---|
Iterator<Quad> |
findInAnyNamedGraphs(Node s,
Node p,
Node o) |
Iterator<Quad> |
findInDftGraph(Node s,
Node p,
Node o) |
Iterator<Quad> |
findInSpecificNamedGraph(Node g,
Node s,
Node p,
Node o) |
Iterator<Node> |
listGraphNodes()
Iterate over all names of named graphs
|
static Node |
nullAsAny(Node x)
Convert null to Node.ANY
|
static Node |
nullAsDft(Node x,
Node dft)
Convert null to some default Node
|
addGraph, close, containsGraph, getDefaultGraph, getGraph, removeGraph
add, add, delete, delete
find, findNG
contains, contains, deleteAny, find, find, getContext, getLock, isEmpty, setDefaultGraph, size, toString
Licenced under the Apache License, Version 2.0