Package | Description |
---|---|
de.hawhamburg.lifecycle.agent | |
de.hawhamburg.reachability |
The reachability agents root package which contains common configuration, services and tools, the worker threads and
its main start classes.
|
de.hawhamburg.reachability.reasoner |
The reachability agents reasoning engine module.
|
de.hawhamburg.reachability.sensor |
Common data objects and enumerations related to sensor adapters.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<LifeCycleAgent> |
LifeCycleApp.agentList |
Modifier and Type | Method and Description |
---|---|
void |
LifeCycleApp.setLifeCycleAgent(LifeCycleAgent aAgent)
add a agent to the listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ReachabilityAgent
This is the main class for starting up the reachability agent.
|
Modifier and Type | Class and Description |
---|---|
class |
ReasonerAgent
Class to manage the "Living Place Agent Life Cycle" for
Reasoner s. |
Modifier and Type | Class and Description |
---|---|
class |
SensorAgent
Class to manage the "Living Place Agent Life Cycle" for
SensorAdapter s. |