|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Triple | |
org.jrdf.graph | This package defines a set of APIs required to implement an RDF Graph and it's associated objects. |
org.jrdf.graph.mem |
Uses of Triple in org.jrdf.graph |
Classes in org.jrdf.graph that implement Triple | |
class |
AbstractTriple
A base implementation of an RDF Triple . |
Methods in org.jrdf.graph that return Triple | |
Triple |
GraphElementFactory.createTriple(SubjectNode subject,
PredicateNode predicate,
ObjectNode object)
Creates a new triple to be used in the graph. |
Methods in org.jrdf.graph with parameters of type Triple | |
void |
AbstractTripleFactory.reifyTriple(Triple triple,
SubjectNode reificationNode)
Creates a reification of a triple. |
boolean |
Graph.contains(Triple triple)
Test the graph for the occurrence of the triple. |
ClosableIterator |
Graph.find(Triple triple)
Returns an iterator of Triple s to a set of statements that
match a given subject, predicate and object. |
void |
Graph.add(Triple triple)
Adds a triple to the graph. |
void |
Graph.remove(Triple triple)
Removes a triple from the graph. |
void |
TripleFactory.reifyTriple(Triple triple,
SubjectNode reificationNode)
Reifies a triple. |
Uses of Triple in org.jrdf.graph.mem |
Classes in org.jrdf.graph.mem that implement Triple | |
class |
TripleImpl
A trivial implementation of an RDF Triple . |
Methods in org.jrdf.graph.mem that return Triple | |
Triple |
GraphElementFactoryImpl.createTriple(SubjectNode subject,
PredicateNode predicate,
ObjectNode object)
Creates a new triple to be used in the graph. |
Methods in org.jrdf.graph.mem with parameters of type Triple | |
boolean |
GraphImpl.contains(Triple triple)
Test the graph for the occurrence of the triple. |
ClosableIterator |
GraphImpl.find(Triple triple)
Returns an iterator to a set of statements that match a given subject, predicate and object. |
void |
GraphImpl.add(Triple triple)
Adds a triple to the graph. |
void |
GraphImpl.remove(Triple triple)
Removes a triple from the graph. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |