Uses of Class
ca.uqac.lif.cep.tuples.Tuple
-
Packages that use Tuple Package Description ca.uqac.lif.cep.jdbc A set of wrapper classes to make BeepBeep work like a JDBC driver on a relational database.ca.uqac.lif.cep.tuples Manipulate tuples using SQL-like operations such asSELECT
,FROM
andWHERE
. -
-
Uses of Tuple in ca.uqac.lif.cep.jdbc
Fields in ca.uqac.lif.cep.jdbc declared as Tuple Modifier and Type Field Description protected Tuple
BeepBeepResultSet. m_lastTuple
The last tuple return by a call toPullable.pull()
-
Uses of Tuple in ca.uqac.lif.cep.tuples
Subclasses of Tuple in ca.uqac.lif.cep.tuples Modifier and Type Class Description class
TupleFixed
Implementation of a named tuple.class
TupleMap
Implementation of a named tuple based on theMap
class.Methods in ca.uqac.lif.cep.tuples that return Tuple Modifier and Type Method Description Tuple
Tuple. duplicate()
abstract Tuple
Tuple. duplicate(boolean with_state)
Tuple
ExpandAsColumns. getValue(Tuple x)
Tuple
MapToTuple. getValue(java.lang.Object x)
Tuple
TransposePair. getValue(Tuple x)
Tuple
TupleFixed. put(java.lang.String key, java.lang.Object value)
Tuple
TupleFixed. remove(java.lang.Object key)
Methods in ca.uqac.lif.cep.tuples with parameters of type Tuple Modifier and Type Method Description void
AttributeGroup. add(int position, Tuple t)
Add a tuple in a specific position in the groupint
TupleComparator. compare(Tuple x, Tuple y)
TupleMap
AppendToTuple. getValue(Tuple x)
java.util.Set<?>
Blow. getValue(Tuple x)
Tuple
ExpandAsColumns. getValue(Tuple x)
java.lang.Object
FetchAttribute. getValue(Tuple t)
Tuple
TransposePair. getValue(Tuple x)
-