com.franz.agraph.jena
Class AGReifier
java.lang.Object
com.franz.agraph.jena.AGReifier
- All Implemented Interfaces:
- GetTriple, Reifier
public class AGReifier
- extends Object
- implements Reifier
getTriple
public Triple getTriple(Node n)
- Specified by:
getTriple
in interface GetTriple
find
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(TripleMatch m)
- Specified by:
find
in interface Reifier
findExposed
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> findExposed(TripleMatch m)
- Specified by:
findExposed
in interface Reifier
findEither
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> findEither(TripleMatch m,
boolean showHidden)
- Specified by:
findEither
in interface Reifier
size
public int size()
- Specified by:
size
in interface Reifier
getStyle
public ReificationStyle getStyle()
- Specified by:
getStyle
in interface Reifier
getParentGraph
public Graph getParentGraph()
- Specified by:
getParentGraph
in interface Reifier
reifyAs
public Node reifyAs(Node n,
Triple t)
- Specified by:
reifyAs
in interface Reifier
hasTriple
public boolean hasTriple(Node n)
- Specified by:
hasTriple
in interface Reifier
hasTriple
public boolean hasTriple(Triple t)
- Specified by:
hasTriple
in interface Reifier
allNodes
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Node> allNodes()
- Specified by:
allNodes
in interface Reifier
allNodes
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Node> allNodes(Triple t)
- Specified by:
allNodes
in interface Reifier
remove
public void remove(Node n,
Triple t)
- Specified by:
remove
in interface Reifier
remove
public void remove(Triple t)
- Specified by:
remove
in interface Reifier
handledAdd
public boolean handledAdd(Triple t)
- Specified by:
handledAdd
in interface Reifier
handledRemove
public boolean handledRemove(Triple t)
- Specified by:
handledRemove
in interface Reifier
close
public void close()
- Specified by:
close
in interface Reifier