Context |
This is the base class for HELIOS contexts.
|
ContextAnd |
This class is a compound context defined by two other contexts and the context is active when
both the related contexts are active (AND operation).
|
ContextAttribute |
This is an abstract base class for context attributes.
|
ContextNot |
This class is defined by an other context and this context is active when
the related context is inactive (NOT operation).
|
ContextOr |
This class is a compound context defined by two other contexts and the context is active when
at least one of the related contexts are active (OR operation).
|
ContextSource |
ContextSource
- a context source may relate to different types of sensors and
other information sources.
|