|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypedNodeVisitable | |
|---|---|
| org.jrdf.graph | This package defines a set of APIs required to implement an RDF Graph and it's associated objects. |
| org.jrdf.graph.global | |
| org.jrdf.graph.local.mem | This package is an implementation of the JRDF Graph API. |
| Uses of TypedNodeVisitable in org.jrdf.graph |
|---|
| Subinterfaces of TypedNodeVisitable in org.jrdf.graph | |
|---|---|
interface |
BlankNode
RDF blank node. |
interface |
Literal
RDF literal node. |
interface |
Node
RDF node. |
interface |
ObjectNode
Indicates if a Java object can be the object part of an RDF Triple. |
interface |
PredicateNode
Indicates if a Java object can be the predicate part of an RDF Triple. |
interface |
Resource
A resource stands for either a Blank Node or a URI Reference. |
interface |
SubjectNode
Indicates if a Java object can be the subject part of an RDF Triple. |
interface |
URIReference
RDF URI reference - resource node. |
| Classes in org.jrdf.graph that implement TypedNodeVisitable | |
|---|---|
class |
AbstractBlankNode
A base implementation of an RDF BlankNode. |
class |
AbstractLiteral
A base implementation of an RDF Literal. |
class |
AbstractURIReference
A base implementation of an RDF URIReference. |
class |
AnyNode
A node which represents any node (subject, predicate or object) - unconstrained. |
class |
AnyObjectNode
A node which represents any object - unconstrained. |
class |
AnyPredicateNode
A node which represents any predicate - unconstrained. |
class |
AnySubjectNode
A node which represents any subject - unconstrained. |
| Uses of TypedNodeVisitable in org.jrdf.graph.global |
|---|
| Subinterfaces of TypedNodeVisitable in org.jrdf.graph.global | |
|---|---|
interface |
GlobalizedBlankNode
|
| Classes in org.jrdf.graph.global that implement TypedNodeVisitable | |
|---|---|
class |
BlankNodeImpl
Globalized implementation of a BlankNode. |
class |
LiteralImpl
|
class |
URIReferenceImpl
Globalized implementation of a URIReferenfce. |
| Uses of TypedNodeVisitable in org.jrdf.graph.local.mem |
|---|
| Subinterfaces of TypedNodeVisitable in org.jrdf.graph.local.mem | |
|---|---|
interface |
LiteralMutableId
|
interface |
LocalizedNode
A localized node i.e. one that has an internal identified and can be accessed by id. |
| Classes in org.jrdf.graph.local.mem that implement TypedNodeVisitable | |
|---|---|
class |
AbstractResource
|
class |
BlankNodeResourceImpl
|
class |
URIReferenceResourceImpl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||