Uses of Class
com.hp.hpl.jena.graph.query.Expression.Application

Packages that use Expression.Application
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
 

Uses of Expression.Application in com.hp.hpl.jena.graph.query
 

Subclasses of Expression.Application in com.hp.hpl.jena.graph.query
 class Dyadic
          A base class for dyadic expressions with a built-in Valuator; subclasses must define an evalObject or evalBool method which will be supplied with the evaluated operands.
static class Rewrite.DyadicLiteral
           
 



Licenced under the Apache License, Version 2.0