Uses of Class
ca.uqac.lif.cep.tuples.TupleFeeder
-
Packages that use TupleFeeder Package Description ca.uqac.lif.cep.tuples Manipulate tuples using SQL-like operations such asSELECT
,FROM
andWHERE
. -
-
Uses of TupleFeeder in ca.uqac.lif.cep.tuples
Methods in ca.uqac.lif.cep.tuples that return TupleFeeder Modifier and Type Method Description TupleFeeder
TupleFeeder. duplicate(boolean with_state)
TupleFeeder
TupleFeeder. setSeparator(java.lang.String separator)
Sets the character used to separate the text lines into fields
-