List of all members.
Detailed Description
Additional details about a TeslaComponent or TeslaReaderComponent
- Author:
- stephan
Method Details
Not really big-O - more a rough description of runtime- and memory requirements.
- Returns:
Name of the component, as displayed in the Tesla Client.
- Returns:
| boolean reusableResults |
( |
| ) |
|
If true, the component will not be executed when it already has been executed once with the same configuration and input. Instead, the already generated results will be reused in this case. Components which support reusing results should definitely turn this flag on, as this will greatly improve the overall execution time of an experiment.
- Returns:
A description of the component.
- Returns:
Optional: External reference with additional information about the component.
- Returns:
Field Details
final String noURL = "No external URL defined" [static] |