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

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

Uses of UriOrVariable in org.ontoware.rdf2go.model
 

Methods in org.ontoware.rdf2go.model that return UriOrVariable
 UriOrVariable QuadPattern.getContext()
           
 UriOrVariable TriplePattern.getPredicate()
           
 

Methods in org.ontoware.rdf2go.model with parameters of type UriOrVariable
 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 UriOrVariable in org.ontoware.rdf2go.model.node
 

Subinterfaces of UriOrVariable in org.ontoware.rdf2go.model.node
 interface URI
          Interface for URI implementations.
 

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

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

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



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