0.10.8-alpha
ca.uqac.lif.cep.Contextualizable Interface Reference

Interface implemented by all BeepBeep objects that manipulate a Context. More...

Public Member Functions

void setContext (Context context)
 Adds a complete context to this object. More...
 
void setContext (String key, Object value)
 Adds an object to the object's context. More...
 
Context getContext ()
 Gets the context associated to this object. More...
 

Detailed Description

Interface implemented by all BeepBeep objects that manipulate a Context.

Author
Sylvain Hallé
Since
0.3

Definition at line 26 of file Contextualizable.java.

Member Function Documentation

◆ getContext()

Context ca.uqac.lif.cep.Contextualizable.getContext ( )

Gets the context associated to this object.

Returns
The context

Implemented in ca.uqac.lif.cep.Processor.

◆ setContext() [1/2]

void ca.uqac.lif.cep.Contextualizable.setContext ( Context  context)

Adds a complete context to this object.

Parameters
contextThe context to add

Implemented in ca.uqac.lif.cep.GroupProcessor, ca.uqac.lif.cep.Processor, and ca.uqac.lif.cep.tmf.Splice.

◆ setContext() [2/2]

void ca.uqac.lif.cep.Contextualizable.setContext ( String  key,
Object  value 
)

Adds an object to the object's context.

Parameters
keyThe key associated to that object
valueThe object

Implemented in ca.uqac.lif.cep.GroupProcessor, ca.uqac.lif.cep.Processor, and ca.uqac.lif.cep.tmf.Splice.


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