Reifier.Util
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.util.iterator.ExtendedIterator<Node> |
allNodes() |
com.hp.hpl.jena.util.iterator.ExtendedIterator<Node> |
allNodes(Triple triple) |
void |
close() |
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
find(TripleMatch match) |
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
findEither(TripleMatch match,
boolean showHidden) |
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
findExposed(TripleMatch match) |
Graph |
getParentGraph() |
ReificationStyle |
getStyle() |
Triple |
getTriple(Node node) |
boolean |
handledAdd(Triple triple) |
boolean |
handledRemove(Triple triple) |
boolean |
hasTriple(Node node) |
boolean |
hasTriple(Triple triple) |
Node |
reifyAs(Node node,
Triple triple) |
void |
remove(Node node,
Triple triple) |
void |
remove(Triple triple) |
int |
size() |
public Reifier2(Graph graph)
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Node> allNodes()
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Node> allNodes(Triple triple)
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(TripleMatch match)
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> findEither(TripleMatch match, boolean showHidden)
findEither
in interface Reifier
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> findExposed(TripleMatch match)
findExposed
in interface Reifier
public Graph getParentGraph()
getParentGraph
in interface Reifier
public ReificationStyle getStyle()
public boolean handledAdd(Triple triple)
handledAdd
in interface Reifier
public boolean handledRemove(Triple triple)
handledRemove
in interface Reifier
Licenced under the Apache License, Version 2.0