Uses of Class
ca.uqac.lif.cep.tuples.AttributeExpression
-
Packages that use AttributeExpression Package Description ca.uqac.lif.cep.tuples Manipulate tuples using SQL-like operations such asSELECT
,FROM
andWHERE
. -
-
Uses of AttributeExpression in ca.uqac.lif.cep.tuples
Fields in ca.uqac.lif.cep.tuples declared as AttributeExpression Modifier and Type Field Description protected AttributeExpression[]
Select.SelectFunction. m_expressions
The expressions used to build the output tupleConstructors in ca.uqac.lif.cep.tuples with parameters of type AttributeExpression Constructor Description Select(AttributeExpression... expressions)
SelectFunction(AttributeExpression... expressions)
Creates a new instance of theSELECT
functionConstructor parameters in ca.uqac.lif.cep.tuples with type arguments of type AttributeExpression Constructor Description Select(java.util.Collection<AttributeExpression> expressions)
SelectFunction(java.util.Collection<AttributeExpression> expressions)
Creates a new instance of theSELECT
function
-