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

Packages that use TriplePattern
org.ontoware.rdf2go.model   
 

Uses of TriplePattern in org.ontoware.rdf2go.model
 

Subinterfaces of TriplePattern in org.ontoware.rdf2go.model
 interface QuadPattern
          Quad match representation in rdf2go, used to query a ModelSet.
 interface Statement
          Statement representation in rdf2go Implementations of Statement should have valid implementations of hashCode and equals.
 

Methods in org.ontoware.rdf2go.model that return TriplePattern
 TriplePattern FindableModel.createTriplePattern(ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object)
           
 

Methods in org.ontoware.rdf2go.model with parameters of type TriplePattern
 void NotifyingModel.addModelChangedListener(ModelChangedListener listener, TriplePattern pattern)
           
 long FindableModel.countStatements(TriplePattern pattern)
           
 ClosableIterator<Statement> FindableModel.findStatements(TriplePattern pattern)
          Iterator must be auto-close, i.e. when last element is fetched, the implementation must call close().
 void ModelRemovePatterns.removeStatements(TriplePattern triplePattern)
          remove all matching triple patterms from the model
 



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