| Interface | Description |
|---|---|
| Query |
Interface for (incrementally) retrieving results from the Server.
|
| Class | Description |
|---|---|
| Action |
A MINER Action is a part of the Scenario specification.
|
| Condition |
The Condition is used to express (a) condition(s) on a result that a Tool can
produce.
|
| Event |
An event is used for event-triggered activation/deactivation of actions.
|
| Execution |
A MINER Execution is created upon a request for execution and can then be
used to control the running execution.
|
| Executionlog |
Represents the log of an execution.
|
| LogEntry |
Represent a single log entry of an
Executionlog. |
| Miner |
This class provides static methods to retrieve meta-information, e.g. the
version of the MINER Core.
|
| MinerUtil |
This class provides some very basic static utility methods that are used
internally by various clientlib classes.
|
| MultiProxyQuery |
This Query implementation handles the case where a ResultHandle is associated
with potentially more than 1 ToolProxy.
|
| Proxy |
This class represents a MINER ToolProxy.
|
| Result |
Result instances are produced by MINER Tools.
|
| ResultHandle |
A ResultHandle is created via
Action.produce(java.lang.String) and is subsequently
needed to retrieve results produced by a tool. |
| Results |
This class provides static utility methods for printing and saving results.
|
| Scenario |
A MINER Scenario is the root element of a scenario specification.
|
| SingleProxyQuery |
A Query implementation that is bound to exactly 1 ToolProxy.
|
| Subcondition |
A Subconditon is part of a MINER
Condition. |
| Task |
A MINER task is a part of the scenario specification.
|
Copyright (c) Salzburg Research Forschungsgesellschaft mbH. All rights reserved.