Uses of Package
ca.uqac.lif.cep.tuples
Packages that use ca.uqac.lif.cep.tuples
Package
Description
A set of wrapper classes to make BeepBeep work like a JDBC driver
on a relational database.
Manipulate tuples using SQL-like operations such as
SELECT,
FROM and WHERE.-
Classes in ca.uqac.lif.cep.tuples used by ca.uqac.lif.cep.jdbcClassDescriptionA (named) tuple is a map between attribute names (character strings) and attribute values (any kind of Object).
-
Classes in ca.uqac.lif.cep.tuples used by ca.uqac.lif.cep.tuplesClassDescriptionAssociation between an expression to compute a value from an AttributeGroup and an attribute name.A group of attributes taken from the merging of one or more tuples.Breaks a single tuple into multiple tuples, one for each key-value pair of the original tuple.Transforms a tuple by replacing two key-value pairs by a single new key-value pair.Gets the value of an attribute in a
TupleUtility class to create instances of tuples with a fixed schemaThe internal function performing the actual work for theFromprocessor.Gets the value of an attribute in anAttributeGroupMerges all tuples in a set with the same value for a given attribute.Converts aMapobject into aTupleMerges the key-value pairs of multiple tuples into a single tuple.Associates a tuple's key to a function to be evaluated on input tuplesBuilds a tuple out of parts of text.Turns a scalar object into a singleton tuple.The internal function performing the actual work for theFromprocessor.Creates two Applies a triple substitution to a singleton tuple.A (named) tuple is a map between attribute names (character strings) and attribute values (any kind of Object).Creates a feed of events from CRLF-separated string chunks.Implementation of a named tuple.Implementation of a named tuple based on theMapclass.Filters a trace ofAttributeGroupobjects according to a Boolean function