Package net.esper.type

Interface Summary
ArithTypeEnum.Computer Interface for number cruncher.
PrimitiveValue Classes implementing this interface are responsible for parsing, setting and getting the value of the different basic Java data types that occur in an event expression.
RelationalOpEnum.Computer Computer for relational op.
 

Class Summary
ArithTypeEnum.AddDouble Computer for type-specific arith.
ArithTypeEnum.AddFloat Computer for type-specific arith.
ArithTypeEnum.AddInt Computer for type-specific arith.
ArithTypeEnum.AddLong Computer for type-specific arith.
ArithTypeEnum.DivideDouble Computer for type-specific arith.
ArithTypeEnum.DivideFloat Computer for type-specific arith.
ArithTypeEnum.DivideInt Computer for type-specific arith.
ArithTypeEnum.DivideLong Computer for type-specific arith.
ArithTypeEnum.MultiplyDouble Computer for type-specific arith.
ArithTypeEnum.MultiplyFloat Computer for type-specific arith.
ArithTypeEnum.MultiplyInt Computer for type-specific arith.
ArithTypeEnum.MultiplyLong Computer for type-specific arith.
ArithTypeEnum.SubtractDouble Computer for type-specific arith.
ArithTypeEnum.SubtractFloat Computer for type-specific arith.
ArithTypeEnum.SubtractInt Computer for type-specific arith.
ArithTypeEnum.SubtractLong Computer for type-specific arith.
BoolValue Placeholder for a boolean value in an event expression.
ByteValue Placeholder for a byte value in an event expression.
DoubleValue Placeholder for a double value in an event expression.
FloatValue Placeholder for a float value in an event expression.
IntValue Placeholder for an integer value in an event expression.
LongValue Placeholder for a long-typed value in an event expression.
PrimitiveValueBase Abstract class for literal values supplied in an event expression string and prepared expression values supplied by set methods.
PrimitiveValueFactory Factory class for PrimitiveValue for all fundamental Java types.
RelationalOpEnum.GEDoubleComputer Computer for relational op compare.
RelationalOpEnum.GELongComputer Computer for relational op compare.
RelationalOpEnum.GEStringComputer Computer for relational op compare.
RelationalOpEnum.GTDoubleComputer Computer for relational op compare.
RelationalOpEnum.GTLongComputer Computer for relational op compare.
RelationalOpEnum.GTStringComputer Computer for relational op compare.
RelationalOpEnum.LEDoubleComputer Computer for relational op compare.
RelationalOpEnum.LELongComputer Computer for relational op compare.
RelationalOpEnum.LEStringComputer Computer for relational op compare.
RelationalOpEnum.LTDoubleComputer Computer for relational op compare.
RelationalOpEnum.LTLongComputer Computer for relational op compare.
RelationalOpEnum.LTStringComputer Computer for relational op compare.
ShortValue Placeholder for a short-typed value in an event expression.
StringValue Placeholder for a String value in an event expression.
 

Enum Summary
ArithTypeEnum Enumeration for the type of arithmatic to use.
MinMaxTypeEnum Enumeration for the type of arithmatic to use.
OuterJoinType Enum for the type of outer join.
PrimitiveValueType Enumeration of types of primitive values.
RelationalOpEnum Enum representing relational types of operation.