Uses of Class
ca.uqac.lif.cep.complex.RangeCep
-
Packages that use RangeCep Package Description ca.uqac.lif.cep.complex A set of processors to perform Complex Event Processing. -
-
Uses of RangeCep in ca.uqac.lif.cep.complex
Methods in ca.uqac.lif.cep.complex that return RangeCep Modifier and Type Method Description RangeCep
RangeCep. allowRestarts(boolean b)
Sets whether the processor is allowed to produce multiple successive complex events.RangeCep
RangeCep. duplicate(boolean with_state)
RangeCep
RangeCep. includesLast(boolean b)
Sets whether the event that determines the end boundary of the range should be included (i.e.RangeCep
RangeCep. isContiguous(boolean b)
Sets whether the false event that marks the end of a range should count as the first event of a new range (i.e.
-