Package | Description |
---|---|
de.hawhamburg.lifecycle.data | |
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 | Method and Description |
---|---|
static ProjectStatus |
ProjectStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectStatus[] |
ProjectStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private ProjectStatus |
ReachabilityAgent.myStatus
The current project status of the reachability agent as
ProjectStatus object. |
Modifier and Type | Field and Description |
---|---|
private ProjectStatus |
ReasonerAgent.myStatus
The current status of the reasoner agent.
|
Modifier and Type | Field and Description |
---|---|
private ProjectStatus |
SensorAgent.myStatus
The current status of the sensor agent.
|