![]() |
0.10.8-alpha
|
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... | |
Interface implemented by all BeepBeep objects that manipulate a Context.
Definition at line 26 of file Contextualizable.java.
| Context ca.uqac.lif.cep.Contextualizable.getContext | ( | ) |
Gets the context associated to this object.
Implemented in ca.uqac.lif.cep.Processor.
| void ca.uqac.lif.cep.Contextualizable.setContext | ( | Context | context | ) |
Adds a complete context to this object.
| context | The context to add |
Implemented in ca.uqac.lif.cep.GroupProcessor, ca.uqac.lif.cep.Processor, and ca.uqac.lif.cep.tmf.Splice.
| void ca.uqac.lif.cep.Contextualizable.setContext | ( | String | key, |
| Object | value | ||
| ) |
Adds an object to the object's context.
| key | The key associated to that object |
| value | The object |
Implemented in ca.uqac.lif.cep.GroupProcessor, ca.uqac.lif.cep.Processor, and ca.uqac.lif.cep.tmf.Splice.