| Package | Description |
|---|---|
| stella | |
| stella.environment | |
| stella.sensor | |
| stella.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterErrorHandler
A collection of
ErrorFinalizing objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
WeatherCaster.addWeatherListener(WeatherListener ear)
Registers a weather event listener to this weather event caster.
|
void |
WeatherCaster.removeWeatherListener(WeatherListener ear)
Deregisters a weather event listener from this weather event caster
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomeMaster
The master program running at the environment control.
|
class |
DomeSimulator
A class to simulate the environment.
|
class |
EnvironmentMaster
The master program running at the environment control.
|
class |
EnvironmentSimulator
A class to simulate the environment.
|
class |
RollOffRoofMaster
Provides just the essential methods.
|
class |
ShelterMaster
The master program running at the environment control.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WeatherStation
A class acting as a conductor of several
WeatherSensors. |
| Modifier and Type | Field and Description |
|---|---|
private List<WeatherListener> |
BeckhoffRainSensor.weatherlist
The registered weather-listeners.
|
private Vector<WeatherListener> |
WeatherSensor.weatherlist
The list of WeatherListeners.
|
private List<WeatherListener> |
RS485RainImminentSensor.weatherlist
The registered weather-listeners.
|
private List<WeatherListener> |
RS485RainSensor.weatherlist
The registered weather-listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeckhoffRainSensor.addWeatherListener(WeatherListener ear)
Adds a
WeatherListener to the registered listeners. |
void |
AbstractWeatherSurveyor.addWeatherListener(WeatherListener add)
Adds a weather listener to this weather surveyer.
|
void |
WeatherSensor.addWeatherListener(WeatherListener ear)
Adds a
WeatherListener to the registered listeners. |
void |
RS485RainImminentSensor.addWeatherListener(WeatherListener ear)
Adds a
WeatherListener to the registered listeners. |
void |
RS485RainSensor.addWeatherListener(WeatherListener ear)
Adds a
WeatherListener to the registered listeners. |
void |
BeckhoffRainSensor.removeWeatherListener(WeatherListener ear)
Removes a
WeatherListener from the registered listeners. |
void |
AbstractWeatherSurveyor.removeWeatherListener(WeatherListener remove)
Removes a weather listener from this weather surveyor.
|
void |
WeatherSensor.removeWeatherListener(WeatherListener ear)
Removes a
WeatherListener from the registered listeners. |
void |
RS485RainImminentSensor.removeWeatherListener(WeatherListener ear)
Removes a
WeatherListener from the registered listeners. |
void |
RS485RainSensor.removeWeatherListener(WeatherListener ear)
Removes a
WeatherListener from the registered listeners. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimulatorWeather
This class is the base class for simple or more sophisticated average-weather
predictors to use in simulations of STELLA action.
|