Uses of Class
de.fuberlin.wiwiss.d2rq.fastpath.VariableIndex

Packages that use VariableIndex
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. 
 

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

Methods in de.fuberlin.wiwiss.d2rq.fastpath with parameters of type VariableIndex
 boolean VariableBindings.isBind(VariableIndex var)
           
 boolean VariableBindings.isBound(VariableIndex var)
           
protected  Set VariableBindings.mapToSharedPut(Map map, Object key, VariableIndex varIndexMember)
          Looks up key in a object to varIndexSet map, adds varIndexMember to the set or creates it.