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

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

Uses of NodeOrVariable in org.ontoware.rdf2go.model
 

Methods in org.ontoware.rdf2go.model that return NodeOrVariable
 NodeOrVariable TriplePattern.getObject()
           
 

Methods in org.ontoware.rdf2go.model with parameters of type NodeOrVariable
 boolean FindableModel.contains(ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
           
 boolean FindableModelSet.containsStatements(UriOrVariable contextURI, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
           
 QuadPattern FindableModelSet.createQuadPattern(UriOrVariable context, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
           
 TriplePattern FindableModel.createTriplePattern(ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
           
 ClosableIterator<Statement> FindableModel.findStatements(ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
          get all statements in the model with this subject, predicate and object.
 ClosableIterator<Statement> FindableModelSet.findStatements(UriOrVariable contextURI, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
          Search across all existing models
 void ModelRemovePatterns.removeStatements(ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
          remove a (subject, property ,object)-statement from the model
 void ModelSetAddRemove.removeStatements(UriOrVariable context, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
          Find all models matching the context, and remove all (subject, property ,object)-statements from these model
 

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

Subinterfaces of NodeOrVariable 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 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()
 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 ResourceOrVariable
          Implementations are supposed to have correct implementations of equals() and hashCode()
 interface URI
          Interface for URI implementations.
 interface UriOrVariable
          Implementations are supposed to have correct implementations of equals() and hashCode()
 

Classes in org.ontoware.rdf2go.model.node that implement NodeOrVariable
 class Variable
          This variable models wildcards in triple pattern queres.
 

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

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



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