|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.jrdf.graph | |
---|---|
org.jrdf | |
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 | |
org.jrdf.graph.index.longindex | |
org.jrdf.graph.index.longindex.derby | |
org.jrdf.graph.index.longindex.mem | This package implements an in memory version of the index interfaces. |
org.jrdf.graph.index.nodepool | |
org.jrdf.graph.index.nodepool.mem | |
org.jrdf.graph.index.operation | An implementation of the Graph Operations with knowledge of Graph indexes. |
org.jrdf.graph.index.operation.mem | An in memory implementation of the Graph Operations with knowledge of Graph indexes. |
org.jrdf.graph.mem | This package is an implementation of the JRDF Graph API. |
org.jrdf.graph.mem.iterator | |
org.jrdf.graph.operation | This package defines a set of APIs for performing set based operations upon an RDF graph. |
org.jrdf.gui.model | |
org.jrdf.parser | This package is a port of the Sesame RIO Parser. |
org.jrdf.parser.mem | An in memory implementation of the parser interfaces. |
org.jrdf.parser.ntriples | |
org.jrdf.parser.ntriples.parser | |
org.jrdf.parser.rdfxml | This package is a port of the Sesame RIO RDF/XML Parser. |
org.jrdf.query | Classes in this package allow queries to be executed against a JRDF graph. |
org.jrdf.query.relation | |
org.jrdf.query.relation.constants | |
org.jrdf.query.relation.mem | |
org.jrdf.sparql | Classes in this package parse Rel queries to allow querying of JRDF graphs. |
org.jrdf.sparql.analysis | |
org.jrdf.sparql.builder | |
org.jrdf.sparql.parser | |
org.jrdf.writer | |
org.jrdf.writer.mem | |
org.jrdf.writer.rdfxml |
Classes in org.jrdf.graph used by org.jrdf | |
---|---|
Graph
An RDF Graph. |
Classes in org.jrdf.graph used by org.jrdf.graph | |
---|---|
AlreadyReifiedException
Exception from a TripleFactory operation involving the reificiation
of a statement - if the statement already has a reified triple. |
|
Alternative
An Alt is a list of unordered statements which prevents duplicates. |
|
AnyNode
A node which represents any node (subject, predicate or object) - unconstrained. |
|
AnyObjectNode
A node which represents any object - unconstrained. |
|
AnyPredicateNode
A node which represents any predicate - unconstrained. |
|
AnySubjectNode
A node which represents any subject - unconstrained. |
|
Bag
A Bag is a group of statements that are an unorderd list which allow duplicates. |
|
BlankNode
RDF blank node. |
|
Collection
A Collection holds all the statements of a particular group. |
|
Container
A Container is a grouping of statements. |
|
Graph
An RDF Graph. |
|
GraphElementFactory
A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and blank nodes. |
|
GraphElementFactoryException
Exception from a GraphElementFactory operation. |
|
GraphException
Exception from an Graph operation. |
|
Literal
RDF literal node. |
|
Node
RDF node. |
|
ObjectNode
Indicates if a Java object can be the object part of an RDF Triple. |
|
PredicateNode
Indicates if a Java object can be the predicate part of an RDF Triple. |
|
Sequence
A Sequence is a group of statements that are kept in an orderd list. |
|
SubjectNode
Indicates if a Java object can be the subject part of an RDF Triple. |
|
Triple
RDF Triple. |
|
TripleFactory
A Triple Factory is a class which defines the creation of triples and certain sets of triples. |
|
TripleFactoryException
Exception from a TripleFactory operation. |
|
TypedNodeVisitable
Indicates that a BlankNode , URIReference or
Literal are able to be visited. |
|
TypedNodeVisitor
An object which can visit a BlankNode , URIReference and
Literal . |
|
URIReference
RDF URI reference - resource node. |
Classes in org.jrdf.graph used by org.jrdf.graph.index.graphhandler | |
---|---|
GraphException
Exception from an Graph operation. |
|
Node
RDF node. |
|
TripleFactoryException
Exception from a TripleFactory operation. |
Classes in org.jrdf.graph used by org.jrdf.graph.index.graphhandler.mem | |
---|---|
GraphException
Exception from an Graph operation. |
|
Node
RDF node. |
|
TripleFactoryException
Exception from a TripleFactory operation. |
Classes in org.jrdf.graph used by org.jrdf.graph.index.longindex | |
---|---|
GraphException
Exception from an Graph operation. |
Classes in org.jrdf.graph used by org.jrdf.graph.index.longindex.derby | |
---|---|
GraphException
Exception from an Graph operation. |
Classes in org.jrdf.graph used by org.jrdf.graph.index.longindex.mem | |
---|---|
GraphException
Exception from an Graph operation. |
Classes in org.jrdf.graph used by org.jrdf.graph.index.nodepool | |
---|---|
GraphException
Exception from an Graph operation. |
|
Node
RDF node. |
Classes in org.jrdf.graph used by org.jrdf.graph.index.nodepool.mem | |
---|---|
GraphException
Exception from an Graph operation. |
|
Node
RDF node. |
Classes in org.jrdf.graph used by org.jrdf.graph.index.operation | |
---|---|
GraphException
Exception from an Graph operation. |
Classes in org.jrdf.graph used by org.jrdf.graph.index.operation.mem | |
---|---|
Graph
An RDF Graph. |
|
GraphException
Exception from an Graph operation. |
Classes in org.jrdf.graph used by org.jrdf.graph.mem | |
---|---|
AbstractBlankNode
A base implementation of an RDF BlankNode . |
|
AbstractLiteral
A base implementation of an RDF Literal . |
|
AbstractTriple
A base implementation of an RDF Triple . |
|
AbstractURIReference
A base implementation of an RDF URIReference . |
|
Alternative
An Alt is a list of unordered statements which prevents duplicates. |
|
Bag
A Bag is a group of statements that are an unorderd list which allow duplicates. |
|
BlankNode
RDF blank node. |
|
Container
A Container is a grouping of statements. |
|
Graph
An RDF Graph. |
|
GraphElementFactory
A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and blank nodes. |
|
GraphElementFactoryException
Exception from a GraphElementFactory operation. |
|
GraphException
Exception from an Graph operation. |
|
Literal
RDF literal node. |
|
Node
RDF node. |
|
NodeComparator
Provides a comparison of the three different node types: BNode, URI and Literal. |
|
ObjectNode
Indicates if a Java object can be the object part of an RDF Triple. |
|
PredicateNode
Indicates if a Java object can be the predicate part of an RDF Triple. |
|
Sequence
A Sequence is a group of statements that are kept in an orderd list. |
|
SubjectNode
Indicates if a Java object can be the subject part of an RDF Triple. |
|
Triple
RDF Triple. |
|
TripleComparator
Provides a comparison between triples - this will usually be implemented using the order Subject, Predicate, Object of the nodes and a NodeComparator to compare each of the nodes. |
|
TripleFactory
A Triple Factory is a class which defines the creation of triples and certain sets of triples. |
|
TypedNodeVisitable
Indicates that a BlankNode , URIReference or
Literal are able to be visited. |
|
URIReference
RDF URI reference - resource node. |
Classes in org.jrdf.graph used by org.jrdf.graph.mem.iterator | |
---|---|
NodeComparator
Provides a comparison of the three different node types: BNode, URI and Literal. |
|
Triple
RDF Triple. |
Classes in org.jrdf.graph used by org.jrdf.graph.operation | |
---|---|
Graph
An RDF Graph. |
|
GraphException
Exception from an Graph operation. |
Classes in org.jrdf.graph used by org.jrdf.gui.model | |
---|---|
Graph
An RDF Graph. |
|
GraphException
Exception from an Graph operation. |
Classes in org.jrdf.graph used by org.jrdf.parser | |
---|---|
BlankNode
RDF blank node. |
|
Graph
An RDF Graph. |
|
GraphElementFactoryException
Exception from a GraphElementFactory operation. |
|
ObjectNode
Indicates if a Java object can be the object part of an RDF Triple. |
|
PredicateNode
Indicates if a Java object can be the predicate part of an RDF Triple. |
|
SubjectNode
Indicates if a Java object can be the subject part of an RDF Triple. |
Classes in org.jrdf.graph used by org.jrdf.parser.mem | |
---|---|
BlankNode
RDF blank node. |
|
GraphElementFactory
A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and blank nodes. |
|
GraphElementFactoryException
Exception from a GraphElementFactory operation. |
Classes in org.jrdf.graph used by org.jrdf.parser.ntriples | |
---|---|
Graph
An RDF Graph. |
|
GraphElementFactory
A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and blank nodes. |
|
Triple
RDF Triple. |
|
TripleFactory
A Triple Factory is a class which defines the creation of triples and certain sets of triples. |
Classes in org.jrdf.graph used by org.jrdf.parser.ntriples.parser | |
---|---|
BlankNode
RDF blank node. |
|
GraphElementFactory
A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and blank nodes. |
|
Literal
RDF literal node. |
|
ObjectNode
Indicates if a Java object can be the object part of an RDF Triple. |
|
PredicateNode
Indicates if a Java object can be the predicate part of an RDF Triple. |
|
SubjectNode
Indicates if a Java object can be the subject part of an RDF Triple. |
|
URIReference
RDF URI reference - resource node. |
Classes in org.jrdf.graph used by org.jrdf.parser.rdfxml | |
---|---|
Graph
An RDF Graph. |
|
GraphElementFactory
A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and blank nodes. |
|
GraphException
Exception from an Graph operation. |
Classes in org.jrdf.graph used by org.jrdf.query | |
---|---|
Graph
An RDF Graph. |
|
GraphException
Exception from an Graph operation. |
Classes in org.jrdf.graph used by org.jrdf.query.relation | |
---|---|
Node
RDF node. |
Classes in org.jrdf.graph used by org.jrdf.query.relation.constants | |
---|---|
Node
RDF node. |
Classes in org.jrdf.graph used by org.jrdf.query.relation.mem | |
---|---|
Graph
An RDF Graph. |
|
Node
RDF node. |
|
NodeComparator
Provides a comparison of the three different node types: BNode, URI and Literal. |
|
Triple
RDF Triple. |
Classes in org.jrdf.graph used by org.jrdf.sparql | |
---|---|
Graph
An RDF Graph. |
|
GraphException
Exception from an Graph operation. |
Classes in org.jrdf.graph used by org.jrdf.sparql.analysis | |
---|---|
Graph
An RDF Graph. |
Classes in org.jrdf.graph used by org.jrdf.sparql.builder | |
---|---|
Graph
An RDF Graph. |
|
GraphElementFactory
A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and blank nodes. |
|
GraphElementFactoryException
Exception from a GraphElementFactory operation. |
|
GraphException
Exception from an Graph operation. |
|
Literal
RDF literal node. |
|
Node
RDF node. |
Classes in org.jrdf.graph used by org.jrdf.sparql.parser | |
---|---|
Graph
An RDF Graph. |
Classes in org.jrdf.graph used by org.jrdf.writer | |
---|---|
BlankNode
RDF blank node. |
|
Graph
An RDF Graph. |
|
GraphException
Exception from an Graph operation. |
|
URIReference
RDF URI reference - resource node. |
Classes in org.jrdf.graph used by org.jrdf.writer.mem | |
---|---|
BlankNode
RDF blank node. |
|
Graph
An RDF Graph. |
|
GraphException
Exception from an Graph operation. |
|
URIReference
RDF URI reference - resource node. |
Classes in org.jrdf.graph used by org.jrdf.writer.rdfxml | |
---|---|
Graph
An RDF Graph. |
|
GraphException
Exception from an Graph operation. |
|
SubjectNode
Indicates if a Java object can be the subject part of an RDF Triple. |
|
Triple
RDF Triple. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |