Package | Description |
---|---|
at.srfg.miner.clientlib |
Modifier and Type | Method and Description |
---|---|
Proxy |
Action.addProxy(String name)
Adds a ToolProxy on which this action is executed.
|
static Proxy |
Proxy.getInstance(String name)
Gets a Proxy instance with the given name.
|
Proxy |
Result.getProxy()
Gets the proxy where the result was generated.
|
Proxy |
Action.getProxy(String proxyName)
Gets a proxy instance.
|
Modifier and Type | Method and Description |
---|---|
Collection<Proxy> |
Action.getProxies()
Gets the list of ToolProxies on which this action is executed.
|
static Map<Proxy,List<Result>> |
Results.splitByProxy(List<Result> results) |
Modifier and Type | Method and Description |
---|---|
void |
Result.setProxy(Proxy proxy)
Sets the proxy where the result was generated.
|
ResultHandle |
ResultHandle.setQueryProxies(Proxy... proxies)
Defines the proxies whose results will be queried with this resultHandle.
|
Modifier and Type | Method and Description |
---|---|
ResultHandle |
ResultHandle.setQueryProxies(Collection<Proxy> proxies)
Defines the proxies whose results will be queried with this resultHandle.
|
Constructor and Description |
---|
Result(long timestamp,
String value,
Proxy proxy)
Constructs a new Result from a timestamp, a value and a proxy.
|
SingleProxyQuery(Execution exec,
ResultHandle handle,
Proxy proxy)
Constructs a new instance.
|
SingleProxyQuery(int execId,
int scenarioId,
int taskId,
int actionId,
int handleId,
String resultName,
String resultSelector,
String datatype,
String savePattern,
Proxy proxy,
String queryString)
Constructs a new instance from the given identifiers and strings.
|
Copyright (c) Salzburg Research Forschungsgesellschaft mbH. All rights reserved.