Uses of Interface
org.ontoware.rdf2go.model.node.Node

Packages that use Node
org.ontoware.rdf2go.model   
org.ontoware.rdf2go.model.node   
org.ontoware.rdf2go.model.node.impl   
 

Uses of Node in org.ontoware.rdf2go.model
 

Methods in org.ontoware.rdf2go.model that return Node
 Node Statement.getObject()
           
 Node QueryRow.getValue(java.lang.String varname)
           
 

Methods in org.ontoware.rdf2go.model with parameters of type Node
 void ModelWriter.addStatement(Resource subject, URI predicate, Node object)
          adds a (subject, property ,object)-statement to this model
 void ModelSetAddRemove.addStatement(URI contextURI, Resource subject, URI predicate, Node object)
          This method creates a Model named 'contextURI' if needed.
 Statement ModelValueFactory.createStatement(Resource subject, URI predicate, Node object)
          Create a new statement - but DOES NOT add it to the model
 Statement ModelSet.createStatement(URI context, Resource subject, URI predicate, Node object)
          Creates a statement with a context URI.
 void ModelAddRemove.removeStatement(Resource subject, URI predicate, Node object)
          remove a (subject, property ,object)-statement from the model
 void ModelSetAddRemove.removeStatement(URI contextURI, Resource subject, URI predicate, Node object)
          Removes the statement (s,p,o) from a model named contextURI.
 

Uses of Node in org.ontoware.rdf2go.model.node
 

Subinterfaces of Node in org.ontoware.rdf2go.model.node
 interface BlankNode
          marker interface Implementations are expected to have valid implementations of equals( Object ) and hashCode()
 interface DatatypeLiteral
          RDF Literal representation of a datatype (usually xml schema datatype) Implementations are expected to have valid implementations of equals( Object ) and hashCode()
 interface LanguageTagLiteral
          sub-interface of RDFLiteral that represents Language Tag Literals Implementations are expected to have valid implementations of equals( Object ) and hashCode()
 interface Literal
          This Interface represents a RDF literal.
 interface 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()
 interface Resource
          Marker interface for RDF resources (BlankNode and URI).
 interface URI
          Interface for URI implementations.
 

Methods in org.ontoware.rdf2go.model.node with parameters of type Node
 int Variable.compareTo(Node other)
           
 

Uses of Node in org.ontoware.rdf2go.model.node.impl
 

Classes in org.ontoware.rdf2go.model.node.impl that implement Node
 class ResourceImpl
           
 class URIImpl
           
 

Methods in org.ontoware.rdf2go.model.node.impl with parameters of type Node
static int NodeUtils.compareByType(Node a, Node b)
          The following sorting order is defined by different Node types: URI > BlankNode > PlainLiteral > LnaguageTaggedLiteral > DatatypedLiteral
 int URIImpl.compareTo(Node other)
           
 



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