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

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

Uses of ResourceOrVariable in org.ontoware.rdf2go.model
 

Methods in org.ontoware.rdf2go.model that return ResourceOrVariable
 ResourceOrVariable TriplePattern.getSubject()
           
 

Methods in org.ontoware.rdf2go.model with parameters of type ResourceOrVariable
 boolean FindableModel.contains(ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
           
 boolean FindableModel.contains(ResourceOrVariable subject, UriOrVariable predicate, java.lang.String plainLiteral)
          Convenience function.
 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 ResourceOrVariable in org.ontoware.rdf2go.model.node
 

Subinterfaces of ResourceOrVariable in org.ontoware.rdf2go.model.node
 interface BlankNode
          marker interface 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.
 interface UriOrVariable
          Implementations are supposed to have correct implementations of equals() and hashCode()
 

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

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

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



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