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

Packages that use Pattern
de.fuberlin.wiwiss.d2rq   
de.fuberlin.wiwiss.d2rq.map   
de.fuberlin.wiwiss.d2rq.rdql   
 

Uses of Pattern in de.fuberlin.wiwiss.d2rq
 

Methods in de.fuberlin.wiwiss.d2rq with parameters of type Pattern
private  void PatternTest.assertPatternValues(Pattern pattern, java.lang.String value, java.util.Map expectedValues)
           
private  void PatternTest.assertNoMatch(Pattern pattern, java.lang.String value)
           
 

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

Methods in de.fuberlin.wiwiss.d2rq.map with parameters of type Pattern
 void Pattern.matchPatternIntoNodeConstraint(Pattern other, NodeConstraint c)
           
 

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

Methods in de.fuberlin.wiwiss.d2rq.rdql with parameters of type Pattern
 void NodeConstraint.matchValueSource(Pattern p)
          Pattern-Constraints can be translated to column constraints.
 ExpressionTranslator.Result ExpressionTranslator.translatePattern(Pattern p)