Uses of Class
ca.uqac.lif.cep.complex.RangeCep.State
-
Packages that use RangeCep.State Package Description ca.uqac.lif.cep.complex A set of processors to perform Complex Event Processing. -
-
Uses of RangeCep.State in ca.uqac.lif.cep.complex
Fields in ca.uqac.lif.cep.complex declared as RangeCep.State Modifier and Type Field Description protected RangeCep.State
RangeCep. m_currentState
The current state of the range.Methods in ca.uqac.lif.cep.complex that return RangeCep.State Modifier and Type Method Description static RangeCep.State
RangeCep.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RangeCep.State[]
RangeCep.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-