Uses of Class
com.hp.hpl.jena.reasoner.TriplePattern

Packages that use TriplePattern
com.hp.hpl.jena.reasoner The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena.  
com.hp.hpl.jena.reasoner.rulesys Provides a selection of simple rule engines for Jena inference models.  
com.hp.hpl.jena.reasoner.transitiveReasoner This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations.  
com.hp.hpl.jena.util Miscellaneous collection of utility classes.  
 

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

Methods in com.hp.hpl.jena.reasoner with parameters of type TriplePattern
 boolean TriplePattern.compatibleWith(TriplePattern pattern)
          Compare two patterns for compatibility - i.e. potentially unifiable.
 boolean TriplePattern.variantOf(TriplePattern pattern)
          Test if a pattern is just a variant of this pattern.
 boolean TriplePattern.subsumes(TriplePattern arg)
          Compare two patterns and return true if arg is a more specific (more grounded) version of this one.
 ExtendedIterator Finder.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator Finder.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 boolean Finder.contains(TriplePattern pattern)
          Return true if the given pattern occurs somewhere in the find sequence.
 ExtendedIterator FGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator FGraph.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 boolean FGraph.contains(TriplePattern pattern)
          Return true if the given pattern occurs somewhere in the find sequence.
abstract  ExtendedIterator BaseInfGraph.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 ExtendedIterator BaseInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 

Uses of TriplePattern in com.hp.hpl.jena.reasoner.rulesys
 

Methods in com.hp.hpl.jena.reasoner.rulesys with parameters of type TriplePattern
 ExtendedIterator LPBackwardRuleInfGraph.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 ExtendedIterator LPBackwardRuleInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator LPBackwardRuleInfGraph.findDataMatches(TriplePattern pattern)
          Match a pattern just against the stored data (raw data, schema, axioms) but no derivation.
 ExtendedIterator FBRuleInfGraph.findDataMatches(TriplePattern pattern)
          Search the combination of data and deductions graphs for the given triple pattern.
 ExtendedIterator FBRuleInfGraph.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 ExtendedIterator FBRuleInfGraph.findFull(TriplePattern pattern)
          Internal variant of find which omits the filters which block illegal RDF data.
 ExtendedIterator FBRuleInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 Triple BindingEnvironment.instantiate(TriplePattern pattern)
          Instantiate a triple pattern against the current environment.
 ExtendedIterator BasicForwardRuleInfGraph.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 ExtendedIterator BasicForwardRuleInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator BackwardRuleInfGraphI.findDataMatches(TriplePattern pattern)
          Match a pattern just against the stored data (raw data, schema, axioms) but no backchaining derivation.
 

Uses of TriplePattern in com.hp.hpl.jena.reasoner.transitiveReasoner
 

Methods in com.hp.hpl.jena.reasoner.transitiveReasoner with parameters of type TriplePattern
 ExtendedIterator TransitiveInfGraph.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 ExtendedIterator TransitiveInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator TransitiveGraphCache.find(TriplePattern pattern)
          Basic pattern lookup interface.
 boolean TransitiveGraphCache.contains(TriplePattern pattern)
          Return true if the given pattern occurs somewhere in the find sequence.
 ExtendedIterator TransitiveGraphCache.findWithContinuation(TriplePattern pattern, Finder continuation)
          Extended find interface used in situations where the implementator may or may not be able to answer the complete query.
 Finder TransitiveEngine.getFinder(TriplePattern pattern, Finder continuation)
          Return a Finder instance appropriate for the given query.
 

Uses of TriplePattern in com.hp.hpl.jena.util
 

Methods in com.hp.hpl.jena.util with parameters of type TriplePattern
static java.lang.String PrintUtil.print(TriplePattern triple)
          Return a simplified print string for a TriplePattern
 



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