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

F

FEEDER_HEARTBEAT - Static variable in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
The default instruction to send the actual simulation time each simulation minute as time sensor event.
FEEDER_SILENT - Static variable in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
The default instruction to write informations to console/logfile.
FEEDER_SPEED - Static variable in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
The default simulation speed in simulation minutes per real-time minute.
FEEDER_WAIT - Static variable in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
The default waiting time before simulation starts in milliseconds.
fetchBool(String) - Method in class de.hawhamburg.reachability.util.ParameterUtil
Returns the boolean value of a supplied key if known to the class or false instead by using ParameterUtil.fetchBool(String, boolean).
fetchBool(String, boolean) - Method in class de.hawhamburg.reachability.util.ParameterUtil
Returns the boolean value of a supplied key if known to the class or the supplied default value instead.
fetchInt(String) - Method in class de.hawhamburg.reachability.util.ParameterUtil
Returns the int value of a supplied key if known to the class or 0 instead by using ParameterUtil.fetchInt(String, int).
fetchInt(String, int) - Method in class de.hawhamburg.reachability.util.ParameterUtil
Returns the int value of a supplied key if known to the class or the supplied default value instead.
fetchParms(String[], String[]) - Static method in class de.hawhamburg.reachability.util.ParameterUtil
Fetches a map of arguments from a system supplied argument string array which contains only the ones supplied in the subset parameter.
fetchString(String) - Method in class de.hawhamburg.reachability.util.ParameterUtil
Returns the String value of a supplied key if known to the class or null instead by using ParameterUtil.fetchString(String, String).
fetchString(String, String) - Method in class de.hawhamburg.reachability.util.ParameterUtil
Returns the String value of a supplied key if known to the class or the supplied default value instead.
file - Variable in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
The actual name of the file that contains the story which shall be simulated.
fromArgs(String[], String[]) - Static method in class de.hawhamburg.reachability.util.ParameterUtil
Creates a ParameterUtil object of certain attributes from the system supplied argument string array by using ParameterUtil.fetchParms(String[], String[]).
fromFile(String) - Static method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeederItem
Creates all SensorDataFeederItem defined within a story file by parsing its content using SensorDataFeederItem.LINE_SEPARATOR_CHAR and SensorDataFeederItem.fromString(String) for each line.
fromString(String) - Static method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeederItem
A B C D E F G H I J L M N O P R S T U V W X