Uses of Class
de.fuberlin.wiwiss.d2rq.values.Pattern

Packages that use Pattern
de.fuberlin.wiwiss.d2rq.fastpath D2RQ's Fastpath query implementation is able to translate a basic graph pattern (a set of triples that may contain variables) into a single SQL expression. 
de.fuberlin.wiwiss.d2rq.nodes Code that maps a set of database values into a set of RDF nodes. 
de.fuberlin.wiwiss.d2rq.rdql Implementation of Jena's Graph query handler. 
de.fuberlin.wiwiss.d2rq.values Code for expressing a rule that generates a set of values from some data in the database. 
 

Uses of Pattern in de.fuberlin.wiwiss.d2rq.fastpath
 

Methods in de.fuberlin.wiwiss.d2rq.fastpath with parameters of type Pattern
 void NodeConstraintImpl.limitValuesToPattern(Pattern p)
          Pattern-Constraints can be translated to column constraints.
 

Uses of Pattern in de.fuberlin.wiwiss.d2rq.nodes
 

Methods in de.fuberlin.wiwiss.d2rq.nodes with parameters of type Pattern
 void NodeSetFilter.limitValuesToPattern(Pattern pattern)
          Limits this node set to nodes whose value matches the values produced by a pattern.
 

Uses of Pattern in de.fuberlin.wiwiss.d2rq.rdql
 

Methods in de.fuberlin.wiwiss.d2rq.rdql with parameters of type Pattern
 ExpressionTranslator.Result ExpressionTranslator.translatePattern(Pattern p)
           
 

Uses of Pattern in de.fuberlin.wiwiss.d2rq.values
 

Methods in de.fuberlin.wiwiss.d2rq.values with parameters of type Pattern
 boolean Pattern.isCompatibleWith(Pattern p)