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 Finder.contains(TriplePattern pattern)
          Return true if the given pattern occurs somewhere in the find sequence.
 boolean FGraph.contains(TriplePattern pattern)
          Return true if the given pattern occurs somewhere in the find sequence.
 ExtendedIterator Finder.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator FGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator BaseInfGraph.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.
 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.
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 DIGQueryTranslator.checkTriple(TriplePattern pattern, DIGAdapter da, Model premises)
          An optional post-trigger check on the consituents of the triple pattern.
 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)
           
 ExtendedIterator DIGAdapter.find(TriplePattern pattern)
          Basic pattern lookup interface - answer an iterator over the triples matching the given pattern.
 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 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 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 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 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 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 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 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 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 DIGQueryIsRoleTranslator.find(TriplePattern pattern, DIGAdapter da, Model premises)
          For this translation, we ignore premises
 ExtendedIterator DIGQueryIsIndividualTranslator.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 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
 org.w3c.dom.Document DIGQueryTypesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will list the instances of a concept
abstract  org.w3c.dom.Document DIGQueryTranslator.translatePattern(TriplePattern query, DIGAdapter da)
          Answer an XML document that presents the translation of the query into DIG query language.
 org.w3c.dom.Document DIGQuerySubsumesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will test subsumption between two classes
 org.w3c.dom.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
 org.w3c.dom.Document DIGQueryRoleFillerTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will list the role fillers for an individual-role pair
 org.w3c.dom.Document DIGQueryRoleFillersTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will list the role fillers for an individual-role pair
 org.w3c.dom.Document DIGQueryRoleAncestorsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will generate the class hierachy for a concept
 org.w3c.dom.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
 org.w3c.dom.Document DIGQueryIsRoleTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 org.w3c.dom.Document DIGQueryIsIndividualTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 org.w3c.dom.Document DIGQueryIsEquivalentTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will generate a query to see if two concepts are equivalent
 org.w3c.dom.Document DIGQueryIsConceptTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 org.w3c.dom.Document DIGQueryInstanceTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will test whether an invidividual is a member of a given named class
 org.w3c.dom.Document DIGQueryInstancesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will list the instances of a concept
 org.w3c.dom.Document DIGQueryEquivalentsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will generate the class hierachy for a concept
 org.w3c.dom.Document DIGQueryDisjointTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will test disjointness between two classes
 org.w3c.dom.Document DIGQueryDifferentFromTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will test difference between two individuals
 org.w3c.dom.Document DIGQueryAncestorsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
          Answer a query that will generate the class hierachy for a concept
 org.w3c.dom.Document DIGQueryAllRolesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 org.w3c.dom.Document DIGQueryAllIndividualsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 org.w3c.dom.Document DIGQueryAllConceptsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da)
           
 org.w3c.dom.Document DIGIteratedQueryTranslator.translatePattern(TriplePattern query, DIGAdapter da)
          Not needed in this class - delegated to the specific query handlers
 org.w3c.dom.Document DIGQueryTypesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
abstract  org.w3c.dom.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.
 org.w3c.dom.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
 org.w3c.dom.Document DIGQueryRoleFillerTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryRoleFillersTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryRoleAncestorsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryIsRoleTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryIsIndividualTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryIsEquivalentTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryIsConceptTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.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)
 org.w3c.dom.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.
 org.w3c.dom.Document DIGQueryEquivalentsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryDisjointTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryDifferentFromTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryAncestorsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryAllRolesTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryAllIndividualsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGQueryAllConceptsTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 org.w3c.dom.Document DIGIteratedQueryTranslator.translatePattern(TriplePattern pattern, DIGAdapter da, Model premises)
           
 ExtendedIterator DIGQueryTranslator.translateResponse(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an extended iterator over the triples that result from translatig the given DIG response to RDF.
 ExtendedIterator DIGQueryTypesTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQuerySubsumesTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryRoleFillerTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryRoleFillersTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryRoleAncestorsTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryIsRoleTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQueryIsIndividualTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQueryIsEquivalentTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryIsConceptTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQueryInstanceTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryInstancesTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryEquivalentsTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryDisjointTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryDifferentFromTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryAncestorsTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
          Answer an iterator of triples that match the original find query.
 ExtendedIterator DIGQueryAllRolesTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQueryAllIndividualsTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGQueryAllConceptsTranslator.translateResponseHook(org.w3c.dom.Document response, TriplePattern query, DIGAdapter da)
           
 ExtendedIterator DIGIteratedQueryTranslator.translateResponseHook(org.w3c.dom.Document Response, TriplePattern query, DIGAdapter da)
          Not needed in this class - delegated to the specific query handlers
 boolean DIGQueryTranslator.trigger(TriplePattern pattern, DIGAdapter da, Model premises)
          Answer true if this translator applies to the given triple pattern.
 boolean DIGQueryIsEquivalentTranslator.trigger(TriplePattern pattern, DIGAdapter da, Model premises)
           
 

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.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator FBRuleInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator BasicForwardRuleInfGraph.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 BackwardRuleInfGraphI.findDataMatches(TriplePattern pattern)
          Match a pattern just against the stored data (raw data, schema, axioms) but no backchaining derivation.
 ExtendedIterator FBRuleInfGraph.findFull(TriplePattern pattern)
          Internal variant of find which omits the filters which block illegal RDF data.
 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.
 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.
 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 TransitiveInfGraph.find(TriplePattern pattern)
          Basic pattern lookup interface.
 ExtendedIterator TransitiveGraphCache.find(TriplePattern pattern)
          Basic pattern lookup interface.
 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 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, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP