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

Packages that use Pattern
de.fuberlin.wiwiss.d2rq.nodes Code that maps a set of database values into a set of RDF nodes. 
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.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.
 void NodeSetConstraintBuilder.limitValuesToPattern(Pattern pattern)
           
 void DetermineNodeType.limitValuesToPattern(Pattern pattern)
           
 

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

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