A B C D E F G H I J K L M N O P R S T U V W X Y Z 

S

save(Properties, String) - Static method in class de.hawhamburg.reachability.util.PropertiesUtil
Stores a Properties object to a properties file defined by a given path including an auto-creation comment at the beginning of the file.
sendConfigChange(Map<String, String>) - Method in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
Sends a new JsonRAPropertiesChange message to change one or more properties to the certain ConfigType by using ReachabilityConfigUI.getChangeMsg(Map) and the ConnectionUtil.
sendControl(ConfigOrder) - Method in class de.hawhamburg.reachability.ui.frame.ColoredUI
Sends a ConfigOrder in a JsonConfigOrder messages via AMQ to the reachability agent.
sendControl(ConfigOrder) - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
Sends a ConfigOrder in a JsonConfigOrder messages via AMQ to the reachability agent.
sendControlMessage(ConfigOrder, String) - Method in class de.hawhamburg.reachability.ReachabilityWorker
Sends a new control message.
sendData(SensorDataFeederItem) - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
Sends a new SensorDataFeederItem as JSON-object via the ActiveMQ.
sendInitialRegisterMessage() - Method in class de.hawhamburg.reachability.reasoner.Reasoner
sendInitialRegisterMessage() - Method in class de.hawhamburg.reachability.sensor.Sensor
Sends an initial register message by using Sensor.sendRegistryMessage(RegistryMessageType) with RegistryMessageType.REGISTER.
sendInitialRegistryRequest() - Method in class de.hawhamburg.reachability.registry.Registry
Sends an initial JsonRARegistryRequest message to invite all active agents.
sendInternalSensorData(SensorData) - Method in class de.hawhamburg.reachability.sensor.Sensor
Sends the measured SensorData as common internal representation onto the internal data exchange topic Sensor.internalSensorDataTopicName, if this Sensor dosn't run in silent mode (Sensor.isSilent()).
sendRegistryMessage(RegistryMessageType) - Method in class de.hawhamburg.reachability.reasoner.Reasoner
Creates and sends a new JsonRARegistryMessage onto the Reasoner.registryTopic.
sendRegistryMessage(RegistryMessageType) - Method in class de.hawhamburg.reachability.sensor.Sensor
Creates and sends a new JsonRARegistryMessage onto the Sensor.registryTopic.
sendRequest() - Method in class de.hawhamburg.reachability.sensor.adapter.GoogleCalendarHookAdapter
sendsHeartbeats() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
Determines whether the simulation sends the actual simulation time as simulated time sensor each minute or not.
sendUserFeedback - Variable in class de.hawhamburg.reachability.ui.frame.ColoredUI
The LPPublisher to send the user feedback via the AMQ topic REACHABILITY_AGENT_TOPIC.
sendUserFeedback - Variable in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
The LPPublisher to send the user feedback via the AMQ topic REACHABILITY_AGENT_TOPIC.
Sensor - Class in de.hawhamburg.reachability.sensor
Abstract class which needs to be extended by each SensorAdapter.
Sensor(ReasonerDimension) - Constructor for class de.hawhamburg.reachability.sensor.Sensor
Protected constructor ensures, that there will be no direct instance of this class.
SENSOR_CONFIGURATION_PATH - Static variable in class de.hawhamburg.reachability.sensor.Settings
The path prefix to the XML file where the configuration for the sensors is defined.
SENSOR_DELAY_TIME_XPATH - Static variable in class de.hawhamburg.reachability.sensor.Settings
The xPath within the sensor configuration file which points to the delay time.
SENSOR_LOCAL_CONF_XPATH - Static variable in class de.hawhamburg.reachability.sensor.Settings
The xPath within the sensor configuration file which points to a certain local configuration parameter.
SENSOR_REQUEST_TOPIC_XPATH - Static variable in class de.hawhamburg.reachability.sensor.Settings
The xPath within the sensor configuration file which points to the request topic.
SENSOR_RESULT_TOPIC_XPATH - Static variable in class de.hawhamburg.reachability.sensor.Settings
The xPath within the sensor configuration file which points to the result topic.
SensorAdapter - Interface in de.hawhamburg.reachability.sensor
Interface which needs to be implemented by each SensorAdapter.
SensorAdapterFactory - Class in de.hawhamburg.reachability.sensor
Factory to create and start new sensor adapters.
SensorAdapterFactory() - Constructor for class de.hawhamburg.reachability.sensor.SensorAdapterFactory
Private default constructor to prevent instance creation of this utility class.
SensorAgent - Class in de.hawhamburg.reachability.sensor
Class to manage the "Living Place Agent Life Cycle" for SensorAdapters.
SensorAgent(SensorAdapter) - Constructor for class de.hawhamburg.reachability.sensor.SensorAgent
Create a new SensorAgent which starts the supplied SensorAdapter as LifeCycleApp and manages control messages for this SensorAdapter, such as "start", "stop", "info" and "sleep".
SensorData - Class in de.hawhamburg.reachability.sensor
The common internal representation of sensor data.
SensorData(String, ReasonerDimension, double) - Constructor for class de.hawhamburg.reachability.sensor.SensorData
Creates a new sensor data object.
SensorData(String, ReasonerDimension, double[]) - Constructor for class de.hawhamburg.reachability.sensor.SensorData
Creates a new sensor data object.
SensorData(String, ReasonerDimension, Map<Integer, Double>) - Constructor for class de.hawhamburg.reachability.sensor.SensorData
Creates a new sensor data object.
SensorDataFeeder - Class in de.hawhamburg.reachability.tools.feeder
Main thread to transform defined sensor stories (*.sgs) into series of ActiveMQ sensor events.
SensorDataFeeder(String[]) - Constructor for class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
Initializes a new SensorDataFeeder object with supplied command line arguments.
SensorDataFeeder(String, String, int, int, boolean, boolean) - Constructor for class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
Initializes a new SensorDataFeeder object.
SensorDataFeederItem - Class in de.hawhamburg.reachability.tools.feeder
The representation of a simulated sensor event.
SensorDataFeederItem(String, String, int) - Constructor for class de.hawhamburg.reachability.tools.feeder.SensorDataFeederItem
Initializes a new SensorDataFeederItem object.
SensorDataFeederNotifiable - Interface in de.hawhamburg.reachability.tools.feeder
Interface of threads that shall be notified by the SensorDataFeeder.
SensorType - Variable in class de.hawhamburg.reachability.tools.feeder.json.JsonSensorDataFeederItem
The type of the sensor as String.
SensorValue - Variable in class de.hawhamburg.reachability.tools.feeder.json.JsonSensorDataFeederItem
The simulated value as String.
serialVersionUID - Static variable in class de.hawhamburg.reachability.ui.frame.ColoredUI
Some unique serial version id.
serialVersionUID - Static variable in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
Some unique serial version id.
serialVersionUID - Static variable in class de.hawhamburg.reachability.ui.frame.ControllingToolUI
Some unique serial version id.
serialVersionUID - Static variable in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
Some unique serial version id.
serialVersionUID - Static variable in class de.hawhamburg.reachability.ui.frame.resource.ColorKeyUI
Some unique serial version id.
serialVersionUID - Static variable in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationDetailsUI
Some unique serial version id.
serialVersionUID - Static variable in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationStoryUI
Some unique serial version id.
serialVersionUID - Static variable in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilityStartSimulationUI
Some unique serial version id.
serialVersionUID - Static variable in class de.hawhamburg.reachability.ui.UI
Some unique serial version id.
service - Variable in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHook
The google calendar object.
ServiceStateReference - Variable in class de.hawhamburg.reachability.properties.json.JsonRAPropertiesChange
The service state reference (entitles for change).
ServiceStateReference - Variable in class de.hawhamburg.reachability.properties.json.JsonRAPropertiesResult
The service state reference (entitles for change).
serviceStateReference - Variable in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
The current service state reference.
setDelay(long) - Method in class de.hawhamburg.reachability.sensor.Sensor
Updates or sets the internal delay time to a new value.
setDisplayGroup(String) - Method in class de.hawhamburg.reachability.properties.PropertyDescription
Sets/updates the display group.
setDisplayName(String) - Method in class de.hawhamburg.reachability.properties.PropertyDescription
Sets/updates the display name.
setDisplayType(DisplayType) - Method in class de.hawhamburg.reachability.properties.PropertyDescription
Sets/updates the display type.
setGlobal(String, Object) - Method in class de.hawhamburg.reachability.reasoner.engine.DroolsBasedEngine
Sets a global variable of the StatefulKnowledgeSession to a certain value.
setLifeCycleAgent(LifeCycleAgent) - Method in class de.hawhamburg.lifecycle.agent.LifeCycleApp
add a agent to the listener.
setLocalConf(String, String) - Method in class de.hawhamburg.reachability.sensor.Sensor
Set a local adapter configuration parameter key to value.
setMessageOnTopic(LPPublisher, Object) - Static method in class de.hawhamburg.reachability.util.ConnectionUtil
Tries to send a JSON message object on a certain topic using an LPPublisher object.
setPossibleValues(Map<String, String>) - Method in class de.hawhamburg.reachability.properties.PropertyDescription
Sets/updates the list of possible values.
setProperty(String, String) - Static method in class de.hawhamburg.reachability.conf.MainConfig
Changes the value of a certain property or defines a new one with a String value.
setProperty(String, T) - Static method in class de.hawhamburg.reachability.conf.MainConfig
Changes the value of a certain property or defines a new on with a somewhat random value type.
setReachabilityStatus(ReachabilityGroup, ReachabilityStatus, long) - Method in class de.hawhamburg.reachability.reasoner.engine.DroolsBasedEngine
This method will the the ReachabilityStatus of a certain ReachabilityGroup.
setRequestTopicName(String) - Method in class de.hawhamburg.reachability.sensor.Sensor
Updates or sets the internal request topic name to a new value.
setResultTopicName(String) - Method in class de.hawhamburg.reachability.sensor.Sensor
Updates or sets the internal result topic name to a new value.
setSensorData(JsonReachabilitySensorData) - Method in class de.hawhamburg.reachability.reasoner.engine.DroolsBasedEngine
Adds a new SensorData object to the StatefulKnowledgeSession or replaces the last known SensorData of this dimension.
setSensorData(JsonReachabilitySensorData) - Method in class de.hawhamburg.reachability.reasoner.engine.ExampleReasoner
Adds a new sensor object or replaces the last known of this dimension.
setSensorData(JsonReachabilitySensorData) - Method in class de.hawhamburg.reachability.reasoner.Reasoner
Extracts dimension and sensor data from a received JsonReachabilitySensorData and adds them to the working memory.
setSilent(boolean) - Method in class de.hawhamburg.reachability.reasoner.Reasoner
Set the silent state.
setSilent(boolean) - Method in class de.hawhamburg.reachability.sensor.Sensor
Sets the silent state.
setSilent(boolean) - Method in interface de.hawhamburg.reachability.sensor.SensorAdapter
Sets the silent state.
Settings - Class in de.hawhamburg.reachability.sensor
Common default settings for sensors related to the reachability project.
Settings() - Constructor for class de.hawhamburg.reachability.sensor.Settings
Private default constructor to prevent that instances of this class will be created.
settingsCommon - Variable in class de.hawhamburg.reachability.ui.UI
The common settings, loaded from the general user interface configuration file.
settingsFrame - Variable in class de.hawhamburg.reachability.ui.UI
The frame settings, loaded from the frame dependent configuration file.
setWindowHeight(int) - Method in class de.hawhamburg.reachability.ui.UI
Sets/changes the height of this window to a new value.
setWindowWidth(int) - Method in class de.hawhamburg.reachability.ui.UI
Sets/changes the width of this window to a new value.
showSimulationDetailsDialog() - Method in class de.hawhamburg.reachability.ui.frame.ColoredUI
Opens a new dialog to show the current simulation state.
showSimulationDetailsDialog() - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
Opens a new dialog to show the current simulation state.
showSimulationMenuItem - Variable in class de.hawhamburg.reachability.ui.frame.ColoredUI
The menu item which opens the simulation control dialog.
showSimulationMenuItem - Variable in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
The menu item which opens the simulation control dialog.
shutDown - Variable in class de.hawhamburg.reachability.properties.PropertyService
Determines if the method PropertyService.shutDown() has been called.
shutDown() - Method in class de.hawhamburg.reachability.properties.PropertyService
 
shutDown - Variable in class de.hawhamburg.reachability.ReachabilityWorker
Determines if the method ReachabilityWorker.shutDown() has been called.
shutDown() - Method in class de.hawhamburg.reachability.ReachabilityWorker
 
shutDown - Variable in class de.hawhamburg.reachability.reasoner.Reasoner
Determines if the method Reasoner.shutDown() has been called.
shutDown() - Method in class de.hawhamburg.reachability.reasoner.Reasoner
 
shutDown - Variable in class de.hawhamburg.reachability.registry.Registry
Determines whether the method Registry.shutDown() has been called or not.
shutDown() - Method in class de.hawhamburg.reachability.registry.Registry
 
shutDown - Variable in class de.hawhamburg.reachability.sensor.Sensor
Determines if the method Sensor.shutDown() has been called.
shutDown() - Method in class de.hawhamburg.reachability.sensor.Sensor
 
shutDown() - Method in interface de.hawhamburg.reachability.StopableObject
Shuts the object down.
shutDown - Variable in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
Determines if the method SensorDataFeeder.shutDown() has been called.
shutDown() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
 
shutDown - Variable in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
Determines if the method GoogleCalendarHookService.shutDown() has been called.
shutDown() - Method in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
 
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.ColoredUI
 
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
 
shutDown - Variable in class de.hawhamburg.reachability.ui.frame.config.resource.ReachabilityConfigUIResultListener
Determines if the method ReachabilityConfigUIResultListener.shutDown() has been called.
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.config.resource.ReachabilityConfigUIResultListener
 
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.ControllingToolUI
 
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
 
shutDown - Variable in class de.hawhamburg.reachability.ui.frame.resource.ColoredUIUpdater
Determines if the method ColoredUIUpdater.shutDown() has been called.
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.resource.ColoredUIUpdater
 
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.resource.ColorKeyUI
 
shutDown - Variable in class de.hawhamburg.reachability.ui.frame.resource.ReachabilityUIUpdater
Determines if the method ReachabilityUIUpdater.shutDown() has been called.
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.resource.ReachabilityUIUpdater
 
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationDetailsUI
 
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationStoryUI
 
shutDown() - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilityStartSimulationUI
 
shutDown() - Method in class de.hawhamburg.reachability.ui.UI
 
SHUTDOWN_CHECKTIME - Static variable in class de.hawhamburg.reachability.ReachabilityAgent
Time to wait before check again if the worker has already been stopped, while ReachabilityAgent.stop() is ending the worker thread, before sending success.
SHUTDOWN_CHECKTIME - Static variable in class de.hawhamburg.reachability.reasoner.ReasonerAgent
Time to wait to check again if the worker has already been stopped, while ReasonerAgent.stop() is ending the worker thread, before sending success.
SHUTDOWN_CHECKTIME - Static variable in class de.hawhamburg.reachability.sensor.SensorAgent
Time to wait to check again if the worker has already been stopped, while SensorAgent.stop() is ending the worker thread, before sending success.
shutDownAllSensorAdapters() - Method in class de.hawhamburg.reachability.ReachabilityWorker
Stops all active sensor agents.
shutDownReasoningEngine() - Method in class de.hawhamburg.reachability.ReachabilityWorker
Stops the active reasoning engine.
silent - Variable in class de.hawhamburg.reachability.reasoner.Reasoner
Holds the activity state of this object.
silent - Variable in class de.hawhamburg.reachability.sensor.Sensor
Holds the activity state of this object.
silent - Variable in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
Determines if this service shall print out debug output or not.
SimpleXMLConfigFile - Class in de.hawhamburg.reachability.conf.resource
Simple access to common configuration variable encoded as XML configuration file.
SimpleXMLConfigFile(String) - Constructor for class de.hawhamburg.reachability.conf.resource.SimpleXMLConfigFile
Creates a new SimpleXMLConfigFile object and initially loads the Document from file.
SimpleXMLConfigFile(String, String, String, String) - Constructor for class de.hawhamburg.reachability.conf.resource.SimpleXMLConfigFile
Creates a new SimpleXMLConfigFile object, with dissent standard access structure, and initially loads the Document from file.
simulateTime(int, int, int) - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
Let the thread sleep, until the next sensor event shall be published onto the ActiveMQ.
simulationFeeder - Variable in class de.hawhamburg.reachability.ui.frame.ColoredUI
The current running simulation tool as SensorDataFeeder.
simulationFeeder - Variable in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
The actual active simulation feeder as SensorDataFeeder.
SimulationParameter - Class in de.hawhamburg.reachability.ui.frame.simulation.resource
Data object which represents a simulation parameter for display within a start simulation user interface.
SimulationParameter(String, String, FieldType, String) - Constructor for class de.hawhamburg.reachability.ui.frame.simulation.resource.SimulationParameter
Initializes a new SimulationParameter object.
Size - Variable in class de.hawhamburg.reachability.json.JsonReachabilitySensorData
The size of the value vector JsonReachabilitySensorData.Values as Integer.
sleep() - Method in interface de.hawhamburg.lifecycle.agent.LifeCycleAgent
the application no longer communicates with the Blackboard.
sleep() - Method in class de.hawhamburg.reachability.ReachabilityAgent
 
sleep() - Method in class de.hawhamburg.reachability.reasoner.ReasonerAgent
 
sleep() - Method in class de.hawhamburg.reachability.sensor.SensorAgent
 
someset(String[]) - Method in class de.hawhamburg.reachability.util.ParameterUtil
Checks if at least one parameter of the supplied String array is known to this class instance.
speed - Variable in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
The actual simulation speed in simulation minutes per real-time minute.
start() - Method in interface de.hawhamburg.lifecycle.agent.LifeCycleAgent
start with the actual work.
start() - Method in class de.hawhamburg.reachability.ReachabilityAgent
 
start() - Method in class de.hawhamburg.reachability.reasoner.ReasonerAgent
 
start() - Method in interface de.hawhamburg.reachability.reasoner.ReasoningEngine
This method of Thread has been added to the interface to make it public.
start() - Method in interface de.hawhamburg.reachability.sensor.SensorAdapter
A SensorAdapter extends the class Thread.
start() - Method in class de.hawhamburg.reachability.sensor.SensorAgent
 
startingAt - Variable in class de.hawhamburg.reachability.reasoner.engine.DroolsBasedEngine
Starting time of the reasoner.
startingAt - Variable in class de.hawhamburg.reachability.reasoner.engine.ExampleReasoner
Starting time of the reasoner.
startingTime - Variable in class de.hawhamburg.reachability.ui.frame.config.resource.ReachabilityConfigUIResultListener
The time in milliseconds when this thread has been started.
startReasoningEngine(String) - Method in class de.hawhamburg.reachability.ReachabilityWorker
Starts a certain reasoner agent by sending a start control message.
startSensor(ReasonerDimension, String) - Method in class de.hawhamburg.reachability.ReachabilityWorker
Starts a certain sensor agent by sending a start control message.
startSimulationDialog() - Method in class de.hawhamburg.reachability.ui.frame.ColoredUI
Open a new dialog to start a simulation.
startSimulationDialog() - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
Open a new dialog to start a simulation.
startSimulationMenuItem - Variable in class de.hawhamburg.reachability.ui.frame.ColoredUI
The menu item which opens the start simulation dialog.
startSimulationMenuItem - Variable in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
The menu item which opens the start simulation dialog.
StartTest - Class in de.hawhamburg.reachability
A test class which starts a reachability agent.
StartTest() - Constructor for class de.hawhamburg.reachability.StartTest
Private constructor to prevent instances of this class may be created.
startTime - Variable in class de.hawhamburg.reachability.tools.googleCalendar.json.JsonGoogleCalendarEvent
The DateTime the event starts.
state - Variable in class de.hawhamburg.stresscompanion.output.JsonStressCompanionInformation
The currently calculated stress level of the user.
stateSelectors - Variable in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
The different selectors (JLists) for each ReachabilityGroup as Map for refreshing.
status - Variable in class de.hawhamburg.lifecycle.data.JsonInfoMessage
status of the application.
Status - Variable in class de.hawhamburg.reachability.json.JsonReachabilityInstruction
The correct state of reachability related to the users opinion/choice.
status - Variable in class de.hawhamburg.reachability.ui.frame.ColoredUI
The current known reachability state.
status - Variable in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
The current known reachability state.
stop() - Method in interface de.hawhamburg.lifecycle.agent.LifeCycleAgent
shutting the agent down.
stop() - Method in class de.hawhamburg.lifecycle.agent.LifeCycleApp
stop the running App.
stop() - Method in class de.hawhamburg.reachability.ReachabilityAgent
 
stop() - Method in class de.hawhamburg.reachability.reasoner.ReasonerAgent
 
stop() - Method in class de.hawhamburg.reachability.sensor.SensorAgent
 
StopableObject - Interface in de.hawhamburg.reachability
Objects of classes which implements this interface can be stopped by using StopableObject.shutDown().
stopped - Variable in class de.hawhamburg.reachability.reasoner.Reasoner
Determines if the Reasoner has stopped.
stopped() - Method in class de.hawhamburg.reachability.reasoner.Reasoner
Determines if the Reasoner has stopped.
stopped - Variable in class de.hawhamburg.reachability.sensor.Sensor
Determines if the Sensor has stopped.
stopped() - Method in class de.hawhamburg.reachability.sensor.Sensor
Determines if the Sensor has stopped.
stopped() - Method in interface de.hawhamburg.reachability.sensor.SensorAdapter
Determines if the SensorAdapter has stopped working.
stopReasoningEngine(String) - Method in class de.hawhamburg.reachability.ReachabilityWorker
Stops a certain reasoner agent by sending a sleep control message.
stopSensor(ReasonerDimension, String) - Method in class de.hawhamburg.reachability.ReachabilityWorker
Stops a certain sensor agent by sending a sleep control message.
stopTimer() - Method in class de.hawhamburg.reachability.ui.UI
Stop a running refresh timer if existing.
story - Variable in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
The actual simulation story as Map of time index (Integer) to SensorDataFeederItem.
story - Variable in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationStoryUI
The JTextArea which holds the displayed story.
StressCompanionAdapter - Class in de.hawhamburg.reachability.sensor.adapter
Sensor to determine the inhabitants level of stress.
StressCompanionAdapter(ReasonerDimension) - Constructor for class de.hawhamburg.reachability.sensor.adapter.StressCompanionAdapter
Creates a new stress companion adapter which calculates the current stress level of the inhabitant while working on his computer.
StressCompanionStressLevel - Enum in de.hawhamburg.stresscompanion.output
The currently calculated stress level of the user.
StressCompanionStressLevel() - Constructor for enum de.hawhamburg.stresscompanion.output.StressCompanionStressLevel
 
STRING - Static variable in class de.hawhamburg.reachability.constants.TypeConstants
There is a type called STRING defined.
suspendReasoningEngine(String) - Method in class de.hawhamburg.reachability.ReachabilityWorker
Suspends a certain reasoner agent by sending a sleep control message.
suspendSensor(ReasonerDimension, String) - Method in class de.hawhamburg.reachability.ReachabilityWorker
Suspends a certain sensor agent by sending a sleep control message.
SYSTEM_CONF_PATH_PROPERTIES - Static variable in class de.hawhamburg.reachability.conf.MainConfig
The path to to main properties file (These properties will be editable by the user interface).
SYSTEM_CONFIG_PATH - Static variable in class de.hawhamburg.reachability.conf.MainConfig
The path to to main configuration xml file (These properties are system variables which shall not be edited by the user at runtime).
systemAgent - Variable in class de.hawhamburg.reachability.registry.Registry
The worker which called this property service.
SystemStates - Enum in de.hawhamburg.reachability.sensor.enumeration
Enumeration of different system states.
SystemStates() - Constructor for enum de.hawhamburg.reachability.sensor.enumeration.SystemStates
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z