|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 alternative)
Inserts a alternative using the given subject. |
void |
AbstractTripleFactory.addAlternative(SubjectNode subjectNode,
Alternative alternative)
|
void |
TripleFactory.addBag(SubjectNode subjectNode,
Bag bag)
Inserts a bag using the given subject. |
void |
AbstractTripleFactory.addBag(SubjectNode subjectNode,
Bag bag)
|
void |
TripleFactory.addCollection(SubjectNode firstNode,
Collection collection)
Inserts a collection using the given subject. |
void |
AbstractTripleFactory.addCollection(SubjectNode firstNode,
Collection collection)
|
void |
TripleFactory.addSequence(SubjectNode subjectNode,
Sequence sequence)
Inserts a sequence using the given subject. |
void |
AbstractTripleFactory.addSequence(SubjectNode subjectNode,
Sequence sequence)
|
void |
TripleFactory.reifyTriple(SubjectNode subjectNode,
PredicateNode predicateNode,
ObjectNode objectNode,
SubjectNode reificationNode)
Reifies a triple. 4 statements are added with the given subject, predicate and object. |
void |
AbstractTripleFactory.reifyTriple(SubjectNode subjectNode,
PredicateNode predicateNode,
ObjectNode objectNode,
SubjectNode reificationNode)
|
void |
TripleFactory.reifyTriple(Triple triple,
SubjectNode reificationNode)
Reifies a triple. 4 statements are added with the triple's subject, predicate and object. |
void |
AbstractTripleFactory.reifyTriple(Triple triple,
SubjectNode reificationNode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |