Uses of Class
org.jboss.dna.graph.query.QueryBuilder.ArithmeticBuilder

Packages that use QueryBuilder.ArithmeticBuilder
org.jboss.dna.graph.query The Query API provides a mechanism for building and executing queries. 
 

Uses of QueryBuilder.ArithmeticBuilder in org.jboss.dna.graph.query
 

Methods in org.jboss.dna.graph.query that return QueryBuilder.ArithmeticBuilder
 QueryBuilder.ArithmeticBuilder QueryBuilder.ComparisonBuilder.minus()
          Create a comparison object based upon the subtraction of the next DynamicOperand (created using the builder returned from this method) from the the previously-constructed DynamicOperand to be created with the supplied builder.
 QueryBuilder.ArithmeticBuilder QueryBuilder.ComparisonBuilder.plus()
          Create a comparison object based upon the addition of the previously-constructed DynamicOperand and the next DynamicOperand to be created with the supplied builder.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.