Uses of Class
org.modeshape.graph.query.QueryBuilder.ArithmeticBuilder

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

Uses of QueryBuilder.ArithmeticBuilder in org.modeshape.graph.query
 

Fields in org.modeshape.graph.query declared as QueryBuilder.ArithmeticBuilder
protected  QueryBuilder.ArithmeticBuilder QueryBuilder.ArithmeticBuilder.parent
           
 

Methods in org.modeshape.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.
 

Constructors in org.modeshape.graph.query with parameters of type QueryBuilder.ArithmeticBuilder
QueryBuilder.ArithmeticBuilder(ArithmeticOperator operator, QueryBuilder.ComparisonBuilder comparisonBuilder, DynamicOperand left, QueryBuilder.ArithmeticBuilder parent)
           
 



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