public interface ConditionalController extends Controller
| Modifier and Type | Method and Description |
|---|---|
List<RunningStrategy> |
getRunningStrategies()
Gets the collection of running strategies for the contained PRs.
|
void |
setRunningStrategies(Collection<RunningStrategy> strategies)
Populates this controller with the appropiate running strategies from a
collection of running strategies
(optional operation).
|
execute, getPRs, setPRscleanup, getParameterValue, init, setParameterValue, setParameterValuesgetFeatures, setFeaturesgetName, setNameinterrupt, isInterruptedList<RunningStrategy> getRunningStrategies()
Controller.void setRunningStrategies(Collection<RunningStrategy> strategies)
UnsupportedOperationException - if the setPRs method
is not supported by this controller.Copyright © 2024 GATE. All rights reserved.