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, setPRs
cleanup, getParameterValue, init, setParameterValue, setParameterValues
getFeatures, setFeatures
getName, setName
interrupt, isInterrupted
List<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.