A C D E F G H I L M N P Q R S T U V 

G

getActionByName(String) - Method in class at.srfg.miner.clientlib.Task
Finds an action named actionName that is part of this task.
getActions() - Method in class at.srfg.miner.clientlib.Task
Gets all actions that are included in this task.
getActivationEvents() - Method in class at.srfg.miner.clientlib.Action
Gets the list of events that activate this action.
getAllResultHandles() - Method in class at.srfg.miner.clientlib.Scenario
Gets all ResultHandles that are defined in this scenario.
getAndPrint(Execution, ResultHandle...) - Static method in class at.srfg.miner.clientlib.Results
For each result handle the results are incrementally loaded from the MINER Core and printed to System.out.
getAndPrint(Execution, Collection<ResultHandle>) - Static method in class at.srfg.miner.clientlib.Results
For each result handle the results are incrementally loaded from the MINER Core and printed to System.out.
getAndPrint(Execution, ResultFormatter, ResultHandle...) - Static method in class at.srfg.miner.clientlib.Results
For each result handle the results are incrementally loaded from the MINER Core and printed to System.out.
getAndPrint(Execution, ResultFormatter, Collection<ResultHandle>) - Static method in class at.srfg.miner.clientlib.Results
For each result handle the results are incrementally loaded from the MINER Core and printed to System.out.
getAndPrintAllResults(Execution) - Static method in class at.srfg.miner.clientlib.Results
Gets the results and prints them to System.out for each ResultHandle defined in the scenario of this execution.
getAndPrintAllResults(Execution, ResultFormatter) - Static method in class at.srfg.miner.clientlib.Results
Gets the results and prints them to System.out for each ResultHandle defined in the scenario of this execution.
getAndPrintAndReturn(Execution, ResultHandle) - Static method in class at.srfg.miner.clientlib.Results
Gets all results from the MINER Core, prints them and returns the results.
getAndPrintAndReturn(Execution, ResultFormatter, ResultHandle) - Static method in class at.srfg.miner.clientlib.Results
Gets all results from the MINER Core, prints them and returns the results.
getAndSave(Execution, ResultHandle...) - Static method in class at.srfg.miner.clientlib.Results
For each result handle the results are incrementally loaded from the MINER Core and saved to a file.
getAndSave(Execution, ResultFormatter, ResultHandle...) - Static method in class at.srfg.miner.clientlib.Results
For each result handle the results are incrementally loaded from the MINER Core and saved to a file.
getAndSave(Execution, Collection<ResultHandle>) - Static method in class at.srfg.miner.clientlib.Results
For each result handle the results are incrementally loaded from the MINER Core and saved to a file.
getAndSave(Execution, ResultFormatter, Collection<ResultHandle>) - Static method in class at.srfg.miner.clientlib.Results
For each result handle the results are incrementally loaded from the MINER Core and saved to a file.
getAndSaveAllResults(Execution) - Static method in class at.srfg.miner.clientlib.Results
Incrementally gets the results and saves them for each ResultHandle defined in the scenario of this execution.
getAndSaveAllResults(Execution, ResultFormatter) - Static method in class at.srfg.miner.clientlib.Results
Incrementally gets the results and saved them for each ResultHandle defined in the scenario of this execution.
getAndSaveAndReturn(Execution, ResultHandle) - Static method in class at.srfg.miner.clientlib.Results
Gets all results from the MINER Core, saves them and returns the results.
getAndSaveAndReturn(Execution, ResultFormatter, ResultHandle) - Static method in class at.srfg.miner.clientlib.Results
Gets all results from the MINER Core, saves them and returns the results.
getBindComparator() - Method in class at.srfg.miner.clientlib.Subcondition
Gets the comparator.
getConditions() - Method in class at.srfg.miner.clientlib.Action
Gets the conditions that are set for this action.
getConfig(String) - Method in class at.srfg.miner.clientlib.ResultHandle
Get the value for the result configuration parameter name.
getCreated() - Method in class at.srfg.miner.clientlib.Action
Gets the date when the action was initially created.
getCreated() - Method in class at.srfg.miner.clientlib.Scenario
Gets the date when the scenario was created at the MINER core.
getCreated() - Method in class at.srfg.miner.clientlib.Task
Gets the date when the Task was initially created.
getDatatype() - Method in class at.srfg.miner.clientlib.ResultHandle
Gets the datatype of this result handle.
getDeactivationEvents() - Method in class at.srfg.miner.clientlib.Action
Gets the list of events that deactivate this action.
getDeltaStart() - Method in class at.srfg.miner.clientlib.Action
Gets the offset in [s] between the start time of the parent task and this action.
getDeltaStart() - Method in class at.srfg.miner.clientlib.Task
Gets the offset in [s] between the start time of the parent task and this action.
getDescription() - Method in class at.srfg.miner.clientlib.Action
Gets the description of the action.
getDescription() - Method in class at.srfg.miner.clientlib.Condition
Gets the description.
getDescription() - Method in class at.srfg.miner.clientlib.Execution
Gets the description.
getDescription() - Method in class at.srfg.miner.clientlib.Scenario
Gets the description of the scenario.
getDescription() - Method in class at.srfg.miner.clientlib.Task
Gets the description of the task.
getDouble() - Method in class at.srfg.miner.clientlib.Result
Gets the result value converted to a double.
getDuration() - Method in class at.srfg.miner.clientlib.Action
Gets the duration in [s] of this action.
getDuration() - Method in class at.srfg.miner.clientlib.Task
Gets the duration in [s] of the task.
getEntries() - Method in class at.srfg.miner.clientlib.Executionlog
Gets the list of log entries of this executionlog.
getHoldTime() - Method in class at.srfg.miner.clientlib.Condition
Gets the holdTime in [s].
getID() - Method in class at.srfg.miner.clientlib.Action
Gets the identifier that identifies the action at the MINER core.
getID() - Method in class at.srfg.miner.clientlib.Condition
Gets the ID that identifies the Condition at the MINER core.
getID() - Method in class at.srfg.miner.clientlib.Execution
Gets the ID that identifies the Execution at the MINER core.
getID() - Method in class at.srfg.miner.clientlib.ResultHandle
Retrieves the identifier of this result handle.
getID() - Method in class at.srfg.miner.clientlib.Scenario
Gets the ID that identifies the Scenario at the MINER core.
getID() - Method in class at.srfg.miner.clientlib.Subcondition
Gets the ID that identifies the Subcondition at the MINER core.
getID() - Method in class at.srfg.miner.clientlib.Task
Gets the ID that identifies the task at the MINER core.
getInstance(String) - Static method in class at.srfg.miner.clientlib.Proxy
Gets a Proxy instance with the given name.
getInt() - Method in class at.srfg.miner.clientlib.Result
Gets the result value converted to an int.
getIsStored() - Method in class at.srfg.miner.clientlib.ResultHandle
Queries if the results will be stored at the server.
getKeywords() - Method in class at.srfg.miner.clientlib.Action
Gets the keywords of this action.
getKeywords() - Method in class at.srfg.miner.clientlib.Scenario
Gets the keywords associated with this scenario.
getKeywords() - Method in class at.srfg.miner.clientlib.Task
Gets the keywords of this task.
getLevel() - Method in class at.srfg.miner.clientlib.LogEntry
Gets the log level.
getLimit() - Method in class at.srfg.miner.clientlib.MultiProxyQuery
 
getLimit() - Method in interface at.srfg.miner.clientlib.Query
Gets the query limit of this query.
getLimit() - Method in class at.srfg.miner.clientlib.SingleProxyQuery
 
getLog() - Method in class at.srfg.miner.clientlib.Execution
Gets the execution log.
getLogicalOperator() - Method in class at.srfg.miner.clientlib.Condition
Gets the logical operator.
getLong() - Method in class at.srfg.miner.clientlib.Result
Gets the result value converted to a long.
getMessage() - Method in class at.srfg.miner.clientlib.LogEntry
Gets the log message.
getModified() - Method in class at.srfg.miner.clientlib.Action
Gets the date when the action was last modified.
getModified() - Method in class at.srfg.miner.clientlib.Scenario
Gets the date when the scenario was last modified at the MINER core.
getModified() - Method in class at.srfg.miner.clientlib.Task
Gets the date when the task was last modified.
getName() - Method in class at.srfg.miner.clientlib.Action
Gets the name of the Action.
getName() - Method in class at.srfg.miner.clientlib.Event
Gets the name of the event.
getName() - Method in class at.srfg.miner.clientlib.Proxy
Gets the name of the ToolProxy.
getName() - Method in class at.srfg.miner.clientlib.ResultHandle
Gets the name of the tool result.
getName() - Method in class at.srfg.miner.clientlib.Scenario
Gets the name of the scenario.
getName() - Method in class at.srfg.miner.clientlib.Task
Gets the name of the task.
getNumError() - Method in class at.srfg.miner.clientlib.Executionlog
Gets the number of log entries that have an ERROR level.
getNumWarning() - Method in class at.srfg.miner.clientlib.Executionlog
Gets the number of log entries that have a WARN level.
getOffsets() - Static method in class at.srfg.miner.clientlib.Miner
Gets approximate clock offsets from the currently reachable ToolProxies.
getOrigin() - Method in class at.srfg.miner.clientlib.LogEntry
Gets the "origin" of the log, i.e. a String indicating where the log entry was created.
getPattern() - Method in class at.srfg.miner.clientlib.resultformat.ResultFormatterDate
Gets the SimpleDateFormat pattern used to format the timestamp.
getPrintFormatter() - Static method in class at.srfg.miner.clientlib.Results
Gets the print formatter.
getProperty(String) - Method in class at.srfg.miner.clientlib.Event
Gets the property for the given key.
getProxies() - Method in class at.srfg.miner.clientlib.Action
Gets the list of ToolProxies on which this action is executed.
getProxy(String) - Method in class at.srfg.miner.clientlib.Action
Gets a proxy instance.
getProxy() - Method in class at.srfg.miner.clientlib.Result
Gets the proxy where the result was generated.
getQueryLimit(ResultHandle) - Method in class at.srfg.miner.clientlib.Execution
Gets the query limit for a query of handle.
getReportInterval() - Method in class at.srfg.miner.clientlib.ResultHandle
Gets the number of result instances that must accumulate before the ToolProxy sends them to the server.
getResult() - Method in class at.srfg.miner.clientlib.Subcondition
Gets the ResultHandle associated to this Subcondition.
getResultFileAndCreateParentDirs(String) - Static method in class at.srfg.miner.clientlib.Results
Creates a File instance in one of the following directories (whatever matches first): the absolute or relative path defined in filename if set the Results.getSaveDir() if set the working directory If necessary non-existent parent directories are created.
getResultHandle(String) - Method in class at.srfg.miner.clientlib.Action
Gets the handle for a result called name.
getResultHandle(String, String) - Method in class at.srfg.miner.clientlib.Action
Gets the handle for a result called name with a given selector.
getResultHandleByName(String) - Method in class at.srfg.miner.clientlib.Scenario
Searches the scenario for a ResultHandle called resultName.
getResultHandles() - Method in class at.srfg.miner.clientlib.Action
Gets all result handles that have been created by previous produce calls.
getResultName() - Method in class at.srfg.miner.clientlib.MultiProxyQuery
 
getResultName() - Method in interface at.srfg.miner.clientlib.Query
Gets the name of the underlying ResultHandle.
getResultName() - Method in class at.srfg.miner.clientlib.SingleProxyQuery
 
getResultSelector() - Method in class at.srfg.miner.clientlib.MultiProxyQuery
 
getResultSelector() - Method in interface at.srfg.miner.clientlib.Query
Gets the selector of the underlying ResultHandle.
getResultSelector() - Method in class at.srfg.miner.clientlib.SingleProxyQuery
 
getSaveDir() - Static method in class at.srfg.miner.clientlib.Results
Gets the base directory for saving results.
getSaveFormatter() - Static method in class at.srfg.miner.clientlib.Results
Gets the default ResultFormatter used for saving results.
getSavePattern() - Method in class at.srfg.miner.clientlib.ResultHandle
Gets the savePattern.
getScenario() - Method in class at.srfg.miner.clientlib.Execution
Gets the scenario of this execution.
getScenarioId() - Method in class at.srfg.miner.clientlib.Execution
Gets the ID of the associated Scenario.
getSelector() - Method in class at.srfg.miner.clientlib.ResultHandle
Gets the result selector.
getSeparator() - Method in class at.srfg.miner.clientlib.resultformat.AbstractResultFormatter
Gets the separator.
getServerOffset() - Static method in class at.srfg.miner.clientlib.Miner
Gets the offset to the MINER Server computed as serverTime minus our local time.
getStart() - Method in class at.srfg.miner.clientlib.Execution
Gets the start time.
getStatus() - Static method in class at.srfg.miner.clientlib.Miner
 
getStop() - Method in class at.srfg.miner.clientlib.Execution
Gets the stop time.
getSubconditions() - Method in class at.srfg.miner.clientlib.Condition
Get all Subconditions.
getTaskByName(String) - Method in class at.srfg.miner.clientlib.Scenario
Searches for a task called taskName.
getTasks() - Method in class at.srfg.miner.clientlib.Scenario
Gets all the tasks contained in this scenario.
getTimebase() - Method in class at.srfg.miner.clientlib.resultformat.ResultFormatterDate
Gets the timebase.
getTimestamp() - Method in class at.srfg.miner.clientlib.LogEntry
Gets the timestamp.
getTimestamp() - Method in class at.srfg.miner.clientlib.Result
Gets the timestamp of the result as set by the tool that produced it.
getTool() - Method in class at.srfg.miner.clientlib.Action
Gets the name of the Tool used in this action.
getToolconfig() - Method in class at.srfg.miner.clientlib.Action
Gets the XML configuration of the Tool.
getValue() - Method in class at.srfg.miner.clientlib.Result
Gets the String representation of the result value.
getValue() - Method in class at.srfg.miner.clientlib.Subcondition
Gets the value of the Subcondition.
getVersion() - Static method in class at.srfg.miner.clientlib.Miner
Gets version information from the Server.
A C D E F G H I L M N P Q R S T U V 

Copyright (c) Salzburg Research Forschungsgesellschaft mbH. All rights reserved.