Uses of Interface
org.ontoware.rdf2go.model.QuadPattern

Packages that use QuadPattern
org.ontoware.rdf2go.model   
 

Uses of QuadPattern in org.ontoware.rdf2go.model
 

Methods in org.ontoware.rdf2go.model that return QuadPattern
 QuadPattern FindableModelSet.createQuadPattern(UriOrVariable context, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
           
 

Methods in org.ontoware.rdf2go.model with parameters of type QuadPattern
 void NotifyingModelSet.addModelSetChangedListener(ModelChangedListener listener, QuadPattern pattern)
           
 long FindableModelSet.countStatements(QuadPattern pattern)
           
 ClosableIterator<Statement> FindableModelSet.findStatements(QuadPattern pattern)
          Search across all existing models and retunrs all statements matching the quad pattern
 void ModelSetAddRemove.removeStatements(QuadPattern quadPattern)
          Find all models matching the context of the pattern and remove all matching triple patterms from them
 



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