Uses of Class
org.jrdf.graph.TripleFactoryException

Packages that use TripleFactoryException
org.jrdf.graph This package defines a set of APIs required to implement an RDF Graph and it's associated objects. 
org.jrdf.graph.index.graphhandler   
org.jrdf.graph.index.graphhandler.mem   
 

Uses of TripleFactoryException in org.jrdf.graph
 

Subclasses of TripleFactoryException in org.jrdf.graph
 class AlreadyReifiedException
          Exception from a TripleFactory operation involving the reificiation of a statement - if the statement already has a reified triple.
 

Methods in org.jrdf.graph that throw TripleFactoryException
 void TripleFactory.addAlternative(SubjectNode subjectNode, Alternative<ObjectNode> alternative)
          Inserts a alternative using the given subject.
 void AbstractTripleFactory.addAlternative(SubjectNode subjectNode, Alternative<ObjectNode> alternative)
           
 void TripleFactory.addBag(SubjectNode subjectNode, Bag<ObjectNode> bag)
          Inserts a bag using the given subject.
 void AbstractTripleFactory.addBag(SubjectNode subjectNode, Bag<ObjectNode> bag)
           
 void TripleFactory.addCollection(SubjectNode firstNode, Collection<ObjectNode> collection)
          Inserts a collection using the given subject.
 void AbstractTripleFactory.addCollection(SubjectNode firstNode, Collection<ObjectNode> collection)
           
 void TripleFactory.addSequence(SubjectNode subjectNode, Sequence<ObjectNode> sequence)
          Inserts a sequence using the given subject.
 void AbstractTripleFactory.addSequence(SubjectNode subjectNode, Sequence<ObjectNode> sequence)
           
 Triple TripleFactory.createTriple(SubjectNode subject, PredicateNode predicate, ObjectNode object)
          Creates a new triple to be used in the graph.
 void TripleFactory.reifyTriple(SubjectNode subjectNode, PredicateNode predicateNode, ObjectNode objectNode, SubjectNode reificationNode)
          Reifies a triple.
 void AbstractTripleFactory.reifyTriple(SubjectNode subjectNode, PredicateNode predicateNode, ObjectNode objectNode, SubjectNode reificationNode)
          Reifies a triple.
 void TripleFactory.reifyTriple(Triple triple, SubjectNode reificationNode)
          Reifies a triple.
 void AbstractTripleFactory.reifyTriple(Triple triple, SubjectNode reificationNode)
          Creates a reification of a triple.
 

Uses of TripleFactoryException in org.jrdf.graph.index.graphhandler
 

Methods in org.jrdf.graph.index.graphhandler that throw TripleFactoryException
 Node[] GraphHandler.createTriple(Long[] nodes)
          Creates the globalized nodes based on the internal representation of the nodes.
 

Uses of TripleFactoryException in org.jrdf.graph.index.graphhandler.mem
 

Methods in org.jrdf.graph.index.graphhandler.mem that throw TripleFactoryException
 Node[] GraphHandler201.createTriple(Long[] nodes)
           
 Node[] GraphHandler120.createTriple(Long[] nodes)
           
 Node[] GraphHandler012.createTriple(Long[] nodes)