0.10.8-alpha
ca.uqac.lif.cep.functions.Cumulate.StartValue Class Reference

Node function representing the start value defined for a particular function. More...

Public Member Functions

 StartValue (int id, int index)
 Creates a new start value function. More...
 
 StartValue (int id)
 Creates a new start value function. More...
 
String toString ()
 
String getDataPointId ()
 
int getStreamIndex ()
 Gets the index of the input stream. More...
 
NodeFunction dependsOn ()
 

Protected Member Functions

 StartValue ()
 Empty constructor. More...
 

Protected Attributes

int m_processorId
 The ID of the processor this start value is associated with. More...
 
int m_index
 In case the corresponding function is n-ary (with n > 2), the index of the input stream. More...
 

Detailed Description

Node function representing the start value defined for a particular function.

Definition at line 89 of file Cumulate.java.

Constructor & Destructor Documentation

◆ StartValue() [1/3]

ca.uqac.lif.cep.functions.Cumulate.StartValue.StartValue ( )
protected

Empty constructor.

Only there to support deserialization with Azrael.

Definition at line 105 of file Cumulate.java.

◆ StartValue() [2/3]

ca.uqac.lif.cep.functions.Cumulate.StartValue.StartValue ( int  id,
int  index 
)

Creates a new start value function.

Parameters
idThe ID of the processor this start value is associated with
indexThe index of the input stream

Definition at line 118 of file Cumulate.java.

◆ StartValue() [3/3]

ca.uqac.lif.cep.functions.Cumulate.StartValue.StartValue ( int  id)

Creates a new start value function.

Parameters
idThe ID of the processor this start value is associated with

Definition at line 130 of file Cumulate.java.

Member Function Documentation

◆ dependsOn()

NodeFunction ca.uqac.lif.cep.functions.Cumulate.StartValue.dependsOn ( )

Definition at line 158 of file Cumulate.java.

◆ getDataPointId()

String ca.uqac.lif.cep.functions.Cumulate.StartValue.getDataPointId ( )

Definition at line 142 of file Cumulate.java.

◆ getStreamIndex()

int ca.uqac.lif.cep.functions.Cumulate.StartValue.getStreamIndex ( )

Gets the index of the input stream.

Returns
The index

Definition at line 152 of file Cumulate.java.

◆ toString()

String ca.uqac.lif.cep.functions.Cumulate.StartValue.toString ( )

Definition at line 136 of file Cumulate.java.

Member Data Documentation

◆ m_index

int ca.uqac.lif.cep.functions.Cumulate.StartValue.m_index
protected

In case the corresponding function is n-ary (with n > 2), the index of the input stream.

Definition at line 100 of file Cumulate.java.

◆ m_processorId

int ca.uqac.lif.cep.functions.Cumulate.StartValue.m_processorId
protected

The ID of the processor this start value is associated with.

Definition at line 94 of file Cumulate.java.


The documentation for this class was generated from the following file: