Package | Description |
---|---|
de.hawhamburg.reachability.tools.feeder |
Tool: Generates simulated sensor informations on the ActiveMQ for test and simulation purpose.
|
de.hawhamburg.reachability.ui.frame |
Root package regarding the user interface
ControllingToolUI . |
de.hawhamburg.reachability.ui.frame.simulation |
Main package in common with the simulation user interfaces of the reachability project.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<SensorDataFeederNotifiable> |
SensorDataFeeder.notifiable
The list of threads, which shall be notified at change and simulation end.
|
Modifier and Type | Method and Description |
---|---|
void |
SensorDataFeeder.addNotifiable(SensorDataFeederNotifiable object)
Adds a new thread which shall be notified if this simulation feeder stops.
|
void |
SensorDataFeeder.unregisterNotifiable(SensorDataFeederNotifiable object)
Unregisters a thread form the list of threats that shall be notified if the simulation feeder stops.
|
Modifier and Type | Class and Description |
---|---|
class |
ColoredUI
The colored user interface to present the estimated reachability states to the inhabitant.
|
class |
ReachabilityUI
User interface to display the actual estimated reachability states to the inhabitant.
|
Constructor and Description |
---|
ReachabilityStartSimulationUI(SensorDataFeederNotifiable sourceWindow)
Creates and builds a new
ReachabilityStartSimulationUI which provides the user with the ability to start
new simulations. |