Uses of Interface
com.hp.hpl.jena.graph.TripleMatch

Packages that use TripleMatch
com.hp.hpl.jena.db A general database backend for persistent storage of jena models.  
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.graph.compose This package defines simple composite graphs - union, intersection, difference, and update-tracking. 
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
com.hp.hpl.jena.reasoner The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena.  
 

Uses of TripleMatch in com.hp.hpl.jena.db
 

Methods in com.hp.hpl.jena.db with parameters of type TripleMatch
 ExtendedIterator GraphRDB.find(TripleMatch m)
           
 

Uses of TripleMatch in com.hp.hpl.jena.graph
 

Classes in com.hp.hpl.jena.graph that implement TripleMatch
 class Triple
          Triples are the basis for RDF statements; they have a subject, predicate, and object field (all nodes) and express the notion that the relationship named by the predicate holds between the subject and the object.
 

Methods in com.hp.hpl.jena.graph with parameters of type TripleMatch
 ExtendedIterator Graph.find(TripleMatch m)
          Returns an iterator over all the Triples that match the triple pattern.
 

Uses of TripleMatch in com.hp.hpl.jena.graph.compose
 

Methods in com.hp.hpl.jena.graph.compose with parameters of type TripleMatch
 ExtendedIterator Union.find(TripleMatch t)
           
 ExtendedIterator MultiUnion.find(TripleMatch t)
           Answer an iterator over the triples in the union of the graphs in this composition.
 ExtendedIterator Intersection.find(TripleMatch s)
           
 ExtendedIterator Difference.find(TripleMatch t)
           
 ExtendedIterator Delta.find(TripleMatch tm)
           
 

Uses of TripleMatch in com.hp.hpl.jena.graph.query
 

Methods in com.hp.hpl.jena.graph.query that return TripleMatch
 TripleMatch Pattern.asTripleMatch(Domain d)
           
 

Uses of TripleMatch in com.hp.hpl.jena.reasoner
 

Methods in com.hp.hpl.jena.reasoner that return TripleMatch
 TripleMatch TriplePattern.asTripleMatch()
          Return the triple pattern as a triple match
 

Methods in com.hp.hpl.jena.reasoner with parameters of type TripleMatch
 ExtendedIterator BaseInfGraph.find(TripleMatch m)
          Returns an iterator over Triples.
 

Constructors in com.hp.hpl.jena.reasoner with parameters of type TripleMatch
TriplePattern(TripleMatch match)
          Constructor - builds a pattern from a standard triple match.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.