|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypedNodeVisitor | |
|---|---|
| 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.index.nodepool | |
| org.jrdf.graph.local.mem | This package is an implementation of the JRDF Graph API. |
| org.jrdf.writer.rdfxml | |
| Uses of TypedNodeVisitor in org.jrdf.graph |
|---|
| Classes in org.jrdf.graph that implement TypedNodeVisitor | |
|---|---|
class |
TypedNodeVisitorAdapter
An adapter from TypedNodeVisitor. |
| Methods in org.jrdf.graph with parameters of type TypedNodeVisitor | |
|---|---|
void |
TypedNodeVisitable.accept(TypedNodeVisitor visitor)
Accept a call from a TypedNodeVisitor. |
void |
AnySubjectNode.accept(TypedNodeVisitor visitor)
|
void |
AnyPredicateNode.accept(TypedNodeVisitor visitor)
|
void |
AnyObjectNode.accept(TypedNodeVisitor visitor)
|
void |
AnyNode.accept(TypedNodeVisitor visitor)
|
void |
AbstractURIReference.accept(TypedNodeVisitor visitor)
Accept a call from a TypedNodeVisitor. |
void |
AbstractLiteral.accept(TypedNodeVisitor visitor)
Accept a call from a TypedNodeVisitor. |
void |
AbstractBlankNode.accept(TypedNodeVisitor visitor)
|
| Uses of TypedNodeVisitor in org.jrdf.graph.global |
|---|
| Classes in org.jrdf.graph.global that implement TypedNodeVisitor | |
|---|---|
class |
GroundedTripleComparatorImpl
A different implementation of TripleComparator. |
| Uses of TypedNodeVisitor in org.jrdf.graph.local.index.nodepool |
|---|
| Subinterfaces of TypedNodeVisitor in org.jrdf.graph.local.index.nodepool | |
|---|---|
interface |
Localizer
Tied to a NodePool the Localizer interface is reponsible for read only queries against the nodepool. |
interface |
StringNodeMapper
|
| Classes in org.jrdf.graph.local.index.nodepool that implement TypedNodeVisitor | |
|---|---|
class |
LocalizerImpl
|
class |
StringNodeMapperImpl
|
| Uses of TypedNodeVisitor in org.jrdf.graph.local.mem |
|---|
| Classes in org.jrdf.graph.local.mem that implement TypedNodeVisitor | |
|---|---|
class |
NodeComparatorImpl
Currently only support simple comparison - either by node id for blank nodes or string comparisons for URIs and Literals. |
| Methods in org.jrdf.graph.local.mem with parameters of type TypedNodeVisitor | |
|---|---|
void |
URIReferenceResourceImpl.accept(TypedNodeVisitor visitor)
|
void |
BlankNodeResourceImpl.accept(TypedNodeVisitor visitor)
|
| Uses of TypedNodeVisitor in org.jrdf.writer.rdfxml |
|---|
| Subinterfaces of TypedNodeVisitor in org.jrdf.writer.rdfxml | |
|---|---|
interface |
PredicateObjectWriter
|
interface |
ResourceWriter
|
| Classes in org.jrdf.writer.rdfxml that implement TypedNodeVisitor | |
|---|---|
class |
PredicateObjectWriterImpl
Represents a statement about a resource. |
class |
ResourceWriterImpl
Represents an RDF/XML header for a given resource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||