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.dig   
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 FGraph.contains(TriplePattern pattern)
          Return true if the given pattern occurs somewhere in the find sequence.
 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 Finder.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator BaseInfGraph.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.
 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.
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.
 boolean TriplePattern.subsumes(TriplePattern arg)
          Compare two patterns and return true if arg is a more specific (more grounded) version of this one.
 boolean TriplePattern.variantOf(TriplePattern pattern)
          Test if a pattern is just a variant of this pattern.
 

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

Methods in com.hp.hpl.jena.reasoner.dig with parameters of type TriplePattern
 boolean DIGQueryIsEquivalentTranslator.checkTriple(TriplePattern pattern, DIGAdapter da, Model premises)
          Check whether the pattern matches the preconditions for the translation step.
 boolean DIGQueryEquivalentsTranslator.checkTriple(TriplePattern pattern, DIGAdapter da, Model premises)
           
 boolean DIGQueryTranslator.checkTriple(TriplePattern pattern, DIGAdapter da, Model premises)
          An optional post-trigger check on the consituents of the triple pattern.
 ExtendedIterator DIGAdapter.find(TriplePattern pattern)
          Basic pattern lookup interface - answer an iterator over the triples matching the given pattern.
 ExtendedIterator DIGQueryIsIndividualTranslator.find(TriplePattern pattern, DIGAdapter da)
          Since known concept names are cached by the adapter, we can just look up the current set and map directly to triples
 ExtendedIterator DIGIteratedQueryTranslator.find(TriplePattern pattern, DIGAdapter da)
          Expand the given pattern to a series of more grounded patterns, and collate the results of querying with each of these expanded patterns.
 ExtendedIterator DIGQueryIsRoleTranslator.find(TriplePattern pattern, DIGAdapter da)
          Since known concept names are cached by the adapter, we can just look up the current set and map directly to triples
 ExtendedIterator DIGQueryAllIndividualsTranslator.find(TriplePattern pattern, DIGAdapter da)
          Since known role names are cached by the adapter, we can just look up the current set and map directly to triples
 ExtendedIterator DIGQueryIsConceptTranslator.find(TriplePattern pattern, DIGAdapter da)
          Since known concept names are cached by the adapter, we can just look up the current set and map directly to triples
 ExtendedIterator DIGQueryAllConceptsTranslator.find(TriplePattern pattern, DIGAdapter da)
          Since known concept names are cached by the adapter, we can just look up the current set and map directly to triples
 ExtendedIterator DIGQueryAllRolesTranslator.find(TriplePattern pattern, DIGAdapter da)
          Since known role names are cached by the adapter, we can just look up the current set and map directly to triples
 ExtendedIterator DIGQueryTranslator.find(TriplePattern pattern, DIGAdapter da)
          Translate the given pattern to a DIG query, and pass it on to the DIG adapter as a query.
 ExtendedIterator DIGQueryIsIndividualTranslator.find(TriplePattern pattern, DIGAdapter da, Model premises)
          For this translation, we ignore premises
 ExtendedIterator DIGQueryIsRoleTranslator.find(TriplePattern pattern, DIGAdapter da, Model premises)
          For this translation, we ignore premises
 ExtendedIterator DIGQueryIsConceptTranslator.find(TriplePattern pattern, DIGAdapter da, Model premises)
          For this translation, we ignore premises
 ExtendedIterator DIGQueryTranslator.find(TriplePattern pattern, DIGAdapter da, Model premises)
          Translate the given pattern (with given premises) to a DIG query, and pass it on to the DIG adapter as a query.
 ExtendedIterator DIGAdapter.find(TriplePattern pattern, Model premises)
          Basic pattern lookup interface - answer an iterator over the triples matching the given (S,P,O) pattern, given also some premises for the query.
 ExtendedIterator DIGInfGraph.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.
 DIGQueryTranslator DIGAdapter.getQueryTranslator(TriplePattern pattern, Model premises)
          Answer the query translator that matches the given pattern, if any
 Document DIGQueryIsIndividualTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 Document DIGQueryParentsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will generate the direct class hierarchy (one level up or down) for a node
 Document DIGQuerySubsumesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will test subsumption between two classes
 Document DIGQueryTypesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will list the instances of a concept
 Document DIGIteratedQueryTranslator.translatePattern(TriplePattern query, DIGAdapter da)
          Not needed in this class - delegated to the specific query handlers
 Document DIGQueryRoleAncestorsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will generate the class hierachy for a concept
 Document DIGQueryInstanceTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will test whether an invidividual is a member of a given named class
 Document DIGQueryIsRoleTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 Document DIGQueryAncestorsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will generate the class hierachy for a concept
 Document DIGQueryAllIndividualsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 Document DIGQueryIsEquivalentTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will generate a query to see if two concepts are equivalent
 Document DIGQueryInstancesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will list the instances of a concept
 Document DIGQueryIsConceptTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 Document DIGQueryRoleFillersTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will list the role fillers for an individual-role pair
 Document DIGQueryEquivalentsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will generate the class hierachy for a concept
 Document DIGQueryAllConceptsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 Document DIGQueryAllRolesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 Document DIGQueryDisjointTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will test disjointness between two classes
 Document DIGQueryDifferentFromTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will test difference between two individuals
 Document DIGQueryRoleFillerTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will list the role fillers for an individual-role pair
abstract  Document DIGQueryTranslator.translatePattern(TriplePattern query, DIGAdapter da)
          Answer an XML document that presents the translation of the query into DIG query language.
 Document DIGQueryRoleParentsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will generate the direct class hierarchy (one level up or down) for a node
 Document DIGQueryIsIndividualTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQuerySubsumesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
          Answer a query that will test subsumption between two classes, given that either one or both may be defined as an expression given the premises
 Document DIGQueryTypesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGIteratedQueryTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryRoleAncestorsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryInstanceTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
          Answer a query that will test whether an invidividual is a member of a given named class or class expression (defined by the premises)
 Document DIGQueryIsRoleTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryAncestorsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryAllIndividualsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryIsEquivalentTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryInstancesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
          Answer a query that will list the instances of a given concept, optionally defined as a class expression in the premises.
 Document DIGQueryIsConceptTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryRoleFillersTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryEquivalentsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryAllConceptsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryAllRolesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryDisjointTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryDifferentFromTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 Document DIGQueryRoleFillerTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
abstract  Document DIGQueryTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
          Answer an XML document that presents the translation of the query into DIG query language, given that either the subject or object may be expressions defined by the statements in the premises model.
 ExtendedIterator DIGQueryIsIndividualTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQuerySubsumesTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryTypesTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGIteratedQueryTranslator.translateResponse(Document Response, TriplePattern query, DIGAdapter da)
          Not needed in this class - delegated to the specific query handlers
 ExtendedIterator DIGQueryRoleAncestorsTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryInstanceTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryIsRoleTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQueryAncestorsTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryAllIndividualsTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQueryIsEquivalentTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryInstancesTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryIsConceptTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQueryRoleFillersTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryEquivalentsTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryAllConceptsTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQueryAllRolesTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQueryDisjointTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryDifferentFromTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryRoleFillerTranslator.translateResponse(Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
abstract  ExtendedIterator DIGQueryTranslator.translateResponse(Document Response, TriplePattern query, DIGAdapter da)
          Answer an extended iterator over the triples that result from translatig the given DIG response to RDF.
 boolean DIGQueryIsEquivalentTranslator.trigger(TriplePattern pattern, DIGAdapter da, Model premises)
           
 boolean DIGQueryTranslator.trigger(TriplePattern pattern, DIGAdapter da, Model premises)
          Answer true if this translator applies to the given triple pattern.
 

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

Methods in com.hp.hpl.jena.reasoner.rulesys with parameters of type TriplePattern
 ExtendedIterator BasicForwardRuleInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator LPBackwardRuleInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator FBRuleInfGraph.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 BackwardRuleInfGraphI.findDataMatches(TriplePattern pattern)
          Match a pattern just against the stored data (raw data, schema, axioms) but no backchaining derivation.
 ExtendedIterator FBRuleInfGraph.findDataMatches(TriplePattern pattern)
          Search the combination of data and deductions graphs for the given triple pattern.
 ExtendedIterator FBRuleInfGraph.findFull(TriplePattern pattern)
          Internal variant of find which omits the filters which block illegal RDF data.
 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 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 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.
 Triple BindingEnvironment.instantiate(TriplePattern pattern)
          Instantiate a triple pattern against the current environment.
 

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

Methods in com.hp.hpl.jena.reasoner.transitiveReasoner with parameters of type TriplePattern
 boolean TransitiveGraphCache.contains(TriplePattern pattern)
          Return true if the given pattern occurs somewhere in the find sequence.
 ExtendedIterator TransitiveGraphCache.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator TransitiveInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 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.
 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.
 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 String PrintUtil.print(TriplePattern triple)
          Return a simplified print string for a TriplePattern
 



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP