Package org.ontoware.rdf2go.model.node

Interface Summary
BlankNode marker interface Implementations are expected to have valid implementations of equals( Object ) and hashCode()
DatatypeLiteral RDF Literal representation of a datatype (usually xml schema datatype) Implementations are expected to have valid implementations of equals( Object ) and hashCode()
LanguageTagLiteral sub-interface of RDFLiteral that represents Language Tag Literals Implementations are expected to have valid implementations of equals( Object ) and hashCode()
Literal This Interface represents a RDF literal.
Node Marker interface for RDF types (URI, BlankNode, Literal) The following sorting order is defined by different Node types: URI > BlankNode > PlainLiteral > LanguageTaggedLiteral > DatatypedLiteral Nodes are expected to have correct implementations of equals(Object other) and hashcode()
NodeOrVariable Implementations are supposed to have correct implementations of equals() and hashCode()
PlainLiteral Marker interface for plain literals, i.e. those Literals that are neither LanguageTagLiteral nor DatatypeLiteral Implementations are expected to have valid implementations of equals( Object ) and hashCode()
Resource Marker interface for RDF resources (BlankNode and URI).
ResourceOrVariable Implementations are supposed to have correct implementations of equals() and hashCode()
URI Interface for URI implementations.
UriOrVariable Implementations are supposed to have correct implementations of equals() and hashCode()
 

Class Summary
Variable This variable models wildcards in triple pattern queres.
 



Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.