- save(List<Result>, String) - Static method in class at.srfg.miner.clientlib.Results
-
Saves all results to filename
.
- save(List<Result>, String, ResultFormatter) - Static method in class at.srfg.miner.clientlib.Results
-
Saves all results to filename
.
- save(List<Result>, File) - Static method in class at.srfg.miner.clientlib.Results
-
Saves all results to file
.
- save(List<Result>, File, ResultFormatter) - Static method in class at.srfg.miner.clientlib.Results
-
Saves all results to file
.
- save(File) - Method in class at.srfg.miner.clientlib.Scenario
-
Saves an XML representation of the scenario to file
.
- Scenario - Class in at.srfg.miner.clientlib
-
A MINER Scenario is the root element of a scenario specification.
- Scenario(String) - Constructor for class at.srfg.miner.clientlib.Scenario
-
Creates a new scenario and sets the scenario name.
- schedule(Date) - Method in class at.srfg.miner.clientlib.Scenario
-
Schedules the scenario for execution.
- schedule(Date, String) - Method in class at.srfg.miner.clientlib.Scenario
-
Schedules the scenario for execution.
- schedule(Date, Date) - Method in class at.srfg.miner.clientlib.Scenario
-
Schedules the scenario for execution.
- schedule(Date, Date, String) - Method in class at.srfg.miner.clientlib.Scenario
-
Schedules the scenario for execution.
- schedule(int) - Method in class at.srfg.miner.clientlib.Scenario
-
Executes the scenario offset [s] in the future and and without a defined
stop time.
- schedule(int, String) - Method in class at.srfg.miner.clientlib.Scenario
-
Executes the scenario offset [s] in the future and and without a defined
stop time.
- schedule(int, int) - Method in class at.srfg.miner.clientlib.Scenario
-
Executes the scenario offset [s] in the future and for the given
duration.
- schedule(int, int, String) - Method in class at.srfg.miner.clientlib.Scenario
-
Executes the scenario offset [s] in the future and for the given
duration.
- sec2ms(double) - Static method in class at.srfg.miner.clientlib.MinerUtil
-
Converts a double value in [s] to an Integer in [ms].
- sendEvent(Event) - Method in class at.srfg.miner.clientlib.Execution
-
Sends an event to the execution.
- SEPARATOR - Static variable in class at.srfg.miner.clientlib.Result
-
- setBindComparator(String) - Method in class at.srfg.miner.clientlib.Subcondition
-
Sets the comparator.
- setDeltaStart(double) - Method in class at.srfg.miner.clientlib.Action
-
Specifies that the action should start deltaStart
[s]
later than its parent task.
- setDeltaStart(double) - Method in class at.srfg.miner.clientlib.Task
-
Specifies that the task should start deltaStart
[s]
later than its parent scenario.
- setDescription(String) - Method in class at.srfg.miner.clientlib.Action
-
Sets the description of the Action.
- setDescription(String) - Method in class at.srfg.miner.clientlib.Condition
-
Sets the description.
- setDescription(String) - Method in class at.srfg.miner.clientlib.Scenario
-
Sets a description for the scenario.
- setDescription(String) - Method in class at.srfg.miner.clientlib.Task
-
Sets the description of the task.
- setDuration(double) - Method in class at.srfg.miner.clientlib.Action
-
Sets the duration of this action in [s].
- setDuration(double) - Method in class at.srfg.miner.clientlib.Task
-
Sets the duration of this Task in [s].
- setHoldTime(double) - Method in class at.srfg.miner.clientlib.Condition
-
Sets the holdTime in [s].
- setIsStored(boolean) - Method in class at.srfg.miner.clientlib.ResultHandle
-
Defines if the results have to be stored at the server (true, default
behavior) or if result instances are only used to evaluate conditions and
are discarded afterwards.
- setLimit(int) - Method in class at.srfg.miner.clientlib.MultiProxyQuery
-
- setLimit(int) - Method in interface at.srfg.miner.clientlib.Query
-
Sets a limit for the maximum number of result instances that are
retrieved per invocation of
Query.nextResults()
with this query.
- setLimit(int) - Method in class at.srfg.miner.clientlib.SingleProxyQuery
-
- setLogicalOperator(String) - Method in class at.srfg.miner.clientlib.Condition
-
Sets the logical operator.
- setName(String) - Method in class at.srfg.miner.clientlib.Action
-
Sets the name of the Action.
- setName(String) - Method in class at.srfg.miner.clientlib.Event
-
Sets the name of the event.
- setName(String) - Method in class at.srfg.miner.clientlib.Proxy
-
Sets the name of the ToolProxy.
- setName(String) - Method in class at.srfg.miner.clientlib.Scenario
-
Sets the name of the scenario.
- setName(String) - Method in class at.srfg.miner.clientlib.Task
-
Sets the name of the task.
- setPattern(String) - Method in class at.srfg.miner.clientlib.resultformat.ResultFormatterDate
-
Sets time SimpleDateFormat pattern used to format the timestamp.
- setPrintFormatter(ResultFormatter) - Static method in class at.srfg.miner.clientlib.Results
-
Sets the default ResultFormatter used for printing results.
- setProperty(String, String) - Method in class at.srfg.miner.clientlib.Event
-
Sets an event property for the given key.
- setProxy(Proxy) - Method in class at.srfg.miner.clientlib.Result
-
Sets the proxy where the result was generated.
- setQueryLimit(ResultHandle, int) - Method in class at.srfg.miner.clientlib.Execution
-
Sets a limit for the maximum number of result instances that are
retrieved per invocation of nextResults
with this query.
- setQueryProxies(Collection<Proxy>) - Method in class at.srfg.miner.clientlib.ResultHandle
-
Defines the proxies whose results will be queried with this resultHandle.
- setQueryProxies(String...) - Method in class at.srfg.miner.clientlib.ResultHandle
-
Defines the proxies whose results will be queried with this resultHandle.
- setQueryProxies(Proxy...) - Method in class at.srfg.miner.clientlib.ResultHandle
-
Defines the proxies whose results will be queried with this resultHandle.
- setReportInterval(int) - Method in class at.srfg.miner.clientlib.ResultHandle
-
Sets the number of result instances that must accumulate before the
ToolProxy sends them to the server.
- setResult(ResultHandle) - Method in class at.srfg.miner.clientlib.Subcondition
-
Sets the ResultHandle to which this Subcondition is associated.
- setSaveDir(File) - Static method in class at.srfg.miner.clientlib.Results
-
Sets the base directory for saving results.
- setSaveFormatter(ResultFormatter) - Static method in class at.srfg.miner.clientlib.Results
-
Sets the default ResultFormatter used for saving results.
- setSavePattern(String) - Method in class at.srfg.miner.clientlib.ResultHandle
-
Defines a savePattern that is employed when result instances of this
handle are saved.
- setSelector(String) - Method in class at.srfg.miner.clientlib.ResultHandle
-
Sets the result selector.
- setSeparator(String) - Method in class at.srfg.miner.clientlib.resultformat.AbstractResultFormatter
-
Sets the separator.
- setShowProxy(boolean) - Method in class at.srfg.miner.clientlib.resultformat.AbstractResultFormatter
-
Defines if the proxy is printed.
- setTimebase(long) - Method in class at.srfg.miner.clientlib.resultformat.ResultFormatterDate
-
Sets the timebase.
- setTimebase(Date) - Method in class at.srfg.miner.clientlib.resultformat.ResultFormatterDate
-
Sets the timebase.
- setTimeUnit(ResultFormatterDeltaTime.Unit) - Method in class at.srfg.miner.clientlib.resultformat.ResultFormatterDeltaTime
-
Set the unit for deltaT.
- setTool(String) - Method in class at.srfg.miner.clientlib.Action
-
Sets the Tool which is used for this action.
- setToolconfig(Document) - Method in class at.srfg.miner.clientlib.Action
-
Sets the XML configuration of the Tool via a Document.
- setToolconfig(Element) - Method in class at.srfg.miner.clientlib.Action
-
Sets the XML configuration of the Tool via an Element.
- setToolconfig(String) - Method in class at.srfg.miner.clientlib.Action
-
Sets the XML configuration of the Tool via a String.
- setToolconfig(File) - Method in class at.srfg.miner.clientlib.Action
-
Sets the XML configuration of the Tool via a File.
- setValue(float) - Method in class at.srfg.miner.clientlib.Subcondition
-
Sets the value of the Subcondition.
- SingleProxyQuery - Class in at.srfg.miner.clientlib
-
A Query implementation that is bound to exactly 1 ToolProxy.
- SingleProxyQuery(Execution, ResultHandle) - Constructor for class at.srfg.miner.clientlib.SingleProxyQuery
-
Constructs a new instance from an execution and a resultHandle.
- SingleProxyQuery(Execution, ResultHandle, String) - Constructor for class at.srfg.miner.clientlib.SingleProxyQuery
-
Constructs a new instance from an execution, a resultHandle, and a
queryString.
- SingleProxyQuery(Execution, ResultHandle, Proxy) - Constructor for class at.srfg.miner.clientlib.SingleProxyQuery
-
Constructs a new instance.
- SingleProxyQuery(int, int, int, int, int, String, String, String, String, Proxy, String) - Constructor for class at.srfg.miner.clientlib.SingleProxyQuery
-
Constructs a new instance from the given identifiers and strings.
- splitByProxy(List<Result>) - Static method in class at.srfg.miner.clientlib.Results
-
- stop() - Method in class at.srfg.miner.clientlib.Execution
-
Stops the execution immediately.
- stop(int) - Method in class at.srfg.miner.clientlib.Execution
-
Stops the execution immediately.
- Subcondition - Class in at.srfg.miner.clientlib
-
- Subcondition() - Constructor for class at.srfg.miner.clientlib.Subcondition
-
Default constructor
- Subcondition(ResultHandle, String, float) - Constructor for class at.srfg.miner.clientlib.Subcondition
-
Full constructor.
- Subcondition(ResultHandle, String, double) - Constructor for class at.srfg.miner.clientlib.Subcondition
-
Full constructor.
- submit() - Method in class at.srfg.miner.clientlib.Scenario
-
Submits the scenario to the MINER core.
- SUFFIX_BIN - Static variable in class at.srfg.miner.clientlib.Results
-
- SUFFIX_TXT - Static variable in class at.srfg.miner.clientlib.Results
-