|
|||||||||||
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 |
AbstractTripleFactory.reifyTriple(SubjectNode subjectNode,
PredicateNode predicateNode,
ObjectNode objectNode,
SubjectNode reificationNode)
Reifies a triple. |
void |
AbstractTripleFactory.reifyTriple(Triple triple,
SubjectNode reificationNode)
Creates a reification of a triple. |
void |
AbstractTripleFactory.addAlternative(SubjectNode subjectNode,
Alternative alternative)
|
void |
AbstractTripleFactory.addBag(SubjectNode subjectNode,
Bag bag)
|
void |
AbstractTripleFactory.addSequence(SubjectNode subjectNode,
Sequence sequence)
|
void |
AbstractTripleFactory.addCollection(SubjectNode firstNode,
Collection collection)
|
void |
TripleFactory.reifyTriple(SubjectNode subjectNode,
PredicateNode predicateNode,
ObjectNode objectNode,
SubjectNode reificationNode)
Reifies a triple. |
void |
TripleFactory.reifyTriple(Triple triple,
SubjectNode reificationNode)
Reifies a triple. |
void |
TripleFactory.addAlternative(SubjectNode subjectNode,
Alternative alternative)
Inserts a alternative using the given subject. |
void |
TripleFactory.addBag(SubjectNode subjectNode,
Bag bag)
Inserts a bag using the given subject. |
void |
TripleFactory.addSequence(SubjectNode subjectNode,
Sequence sequence)
Inserts a sequence using the given subject. |
void |
TripleFactory.addCollection(SubjectNode firstNode,
Collection collection)
Inserts a collection using the given subject. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |