Package | Description |
---|---|
de.hawhamburg.reachability.reasoner |
The reachability agents reasoning engine module.
|
de.hawhamburg.reachability.reasoner.engine |
The drools based Engine.
|
Modifier and Type | Field and Description |
---|---|
private Reasoner |
ReasonerAgent.worker
The
Reasoner , a thread which provides reads the internal data format and estimates the current
reachability of the inhabitant. |
Constructor and Description |
---|
ReasonerAgent(Reasoner reasoner)
Create a new
ReasonerAgent which starts the supplied Reasoner as LifeCycleApp and
manages control messages for this Reasoner , such as "start", "stop", "info" and "sleep". |
Modifier and Type | Class and Description |
---|---|
class |
DroolsBasedEngine
A JBoss Drools rule based reasoning engine.
|
class |
ExampleReasoner
An example reasoning engine to explain the basic reasoner implementation.
|