Franz Inc, AllegroGraph

com.franz.agraph.jena
Class AGReifier

java.lang.Object
  extended by com.franz.agraph.jena.AGReifier
All Implemented Interfaces:
GetTriple, Reifier

public class AGReifier
extends Object
implements Reifier


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hp.hpl.jena.graph.Reifier
Reifier.Util
 
Method Summary
 com.hp.hpl.jena.util.iterator.ExtendedIterator<Node> allNodes()
           
 com.hp.hpl.jena.util.iterator.ExtendedIterator<Node> allNodes(Triple t)
           
 void close()
           
 com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(TripleMatch m)
           
 com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> findEither(TripleMatch m, boolean showHidden)
           
 com.hp.hpl.jena.util.iterator.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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

Copyright © 2008-2011 Franz Inc.