0.10.8-alpha
Package ca.uqac.lif.cep.util

Utility processors and functions to manipulate strings, arrays, and a few other data structures. More...

Classes

class  Bags
 A container object for functions and processors applying to generic collections, i.e. More...
 
class  Booleans
 A container object for Boolean functions. More...
 
class  Equals
 A function that checks for the equality of various data types. More...
 
class  FindPattern
 Extracts chunks of an input stream based on a regular expression. More...
 
class  InstanceOf
 Checks if an object is an instance of a given class. More...
 
class  Lists
 A container object for functions and processors applying to lists. More...
 
class  Maps
 A container object for map functions and processors. More...
 
class  Multiset
 A set where each element can be present more than once. More...
 
class  NthElement
 Function that returns the n-th element of an ordered collection (array or list). More...
 
class  Numbers
 A container object for functions applying to numbers. More...
 
class  Randomize
 A n:n processor that turns an arbitrary input event front into an output front made of randomly selected numerical values. More...
 
class  Sets
 A container object for set functions and processors. More...
 
class  Size
 Evaluates the size of an object. More...
 
class  Strings
 A container object for string functions. More...
 

Detailed Description

Utility processors and functions to manipulate strings, arrays, and a few other data structures.

Author
Sylvain Hallé