Uses of Class
ca.uqac.lif.cep.tuples.AttributeExpression
Packages that use AttributeExpression
Package
Description
Manipulate tuples using SQL-like operations such as
SELECT,
FROM and WHERE.-
Uses of AttributeExpression in ca.uqac.lif.cep.tuples
Fields in ca.uqac.lif.cep.tuples declared as AttributeExpressionModifier and TypeFieldDescriptionprotected AttributeExpression[]Select.SelectFunction.m_expressionsThe expressions used to build the output tupleConstructors in ca.uqac.lif.cep.tuples with parameters of type AttributeExpressionModifierConstructorDescriptionSelect(AttributeExpression... expressions) SelectFunction(AttributeExpression... expressions) Creates a new instance of theSELECTfunctionConstructor parameters in ca.uqac.lif.cep.tuples with type arguments of type AttributeExpressionModifierConstructorDescriptionSelect(Collection<AttributeExpression> expressions) SelectFunction(Collection<AttributeExpression> expressions) Creates a new instance of theSELECTfunction