Uses of Class
ca.uqac.lif.cep.tuples.TupleFixed
-
Packages that use TupleFixed Package Description ca.uqac.lif.cep.tuples Manipulate tuples using SQL-like operations such asSELECT
,FROM
andWHERE
. -
-
Uses of TupleFixed in ca.uqac.lif.cep.tuples
Methods in ca.uqac.lif.cep.tuples that return TupleFixed Modifier and Type Method Description TupleFixed
FixedTupleBuilder. createTuple(java.lang.Object... values)
TupleFixed
FixedTupleBuilder. createTupleFromString(java.lang.String[] values)
TupleFixed
TupleFixed. duplicate(boolean with_state)
TupleFixed
ScalarIntoTuple. getValue(java.lang.Object x)
-