Uses of Interface
de.fuberlin.wiwiss.ng4j.triql.legacy.Settable

Packages that use Settable
de.fuberlin.wiwiss.ng4j.triql.legacy Classes copied from Jena's RDQL query engine. 
de.fuberlin.wiwiss.ng4j.triql.parser A TriQL parser. 
 

Uses of Settable in de.fuberlin.wiwiss.ng4j.triql.legacy
 

Classes in de.fuberlin.wiwiss.ng4j.triql.legacy that implement Settable
 class WorkingVar
          Working variables are settable values for holding intermediate results.
 

Uses of Settable in de.fuberlin.wiwiss.ng4j.triql.parser
 

Classes in de.fuberlin.wiwiss.ng4j.triql.parser that implement Settable
 class ParsedLiteral
           
 class Q_BooleanLiteral
           
 class Q_NumericLiteral
           
 class Q_QName
           
 class Q_QuotedURI
           
 class Q_TextLiteral
           
 class Q_URI
           
 class Q_URL