Uses of Class
com.espertech.esper.client.soda.ArithmaticExpression

Packages that use ArithmaticExpression
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of ArithmaticExpression in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return ArithmaticExpression
 ArithmaticExpression ArithmaticExpression.add(Expression expression)
          Add an expression to include in the computation.
 ArithmaticExpression ArithmaticExpression.add(java.lang.Object object)
          Add a constant to include in the computation.
 ArithmaticExpression ArithmaticExpression.add(java.lang.String propertyName)
          Add a property to include in the computation.
static ArithmaticExpression Expressions.divide(Expression left, Expression right)
          Division.
static ArithmaticExpression Expressions.divide(java.lang.String propertyLeft, java.lang.String propertyRight)
          Division.
static ArithmaticExpression Expressions.minus(Expression left, Expression right)
          Subtraction.
static ArithmaticExpression Expressions.minus(java.lang.String propertyLeft, java.lang.String propertyRight)
          Subtraction.
static ArithmaticExpression Expressions.modulo(Expression left, Expression right)
          Modulo.
static ArithmaticExpression Expressions.modulo(java.lang.String propertyLeft, java.lang.String propertyRight)
          Modulo.
static ArithmaticExpression Expressions.multiply(Expression left, Expression right)
          Multiplication.
static ArithmaticExpression Expressions.multiply(java.lang.String propertyLeft, java.lang.String propertyRight)
          Multiplication.
static ArithmaticExpression Expressions.plus(Expression left, Expression right)
          Addition.
static ArithmaticExpression Expressions.plus(java.lang.String propertyLeft, java.lang.String propertyRight)
          Addition.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com