public class AGReifier extends Object
Modifier and Type | Method and Description |
---|---|
ExtendedIterator<Node> |
allNodes() |
ExtendedIterator<Node> |
allNodes(Triple t) |
void |
close() |
ExtendedIterator<Triple> |
find(TripleMatch m) |
ExtendedIterator<Triple> |
findEither(TripleMatch m,
boolean showHidden) |
ExtendedIterator<Triple> |
findExposed(TripleMatch m) |
Graph |
getParentGraph() |
ReificationStyle |
getStyle() |
Triple |
getTriple(Node n) |
boolean |
handledAdd(Triple t) |
boolean |
handledRemove(Triple t) |
boolean |
hasTriple(Node n) |
boolean |
hasTriple(Triple t) |
Node |
reifyAs(Node n,
Triple t) |
void |
remove(Node n,
Triple t) |
void |
remove(Triple t) |
int |
size() |
public ExtendedIterator<Triple> find(TripleMatch m)
public ExtendedIterator<Triple> findExposed(TripleMatch m)
public ExtendedIterator<Triple> findEither(TripleMatch m, boolean showHidden)
public int size()
public ReificationStyle getStyle()
public Graph getParentGraph()
public boolean hasTriple(Node n)
public boolean hasTriple(Triple t)
public ExtendedIterator<Node> allNodes()
public ExtendedIterator<Node> allNodes(Triple t)
public void remove(Triple t)
public boolean handledAdd(Triple t)
public boolean handledRemove(Triple t)
public void close()
Copyright © 2017 Franz Inc.. All rights reserved.