Package | Description |
---|---|
gate | |
gate.creole | |
gate.gui |
Modifier and Type | Method and Description |
---|---|
static RunningStrategy |
Utils.getRunningStrategy(Controller controller,
ProcessingResource pr)
Return the running strategy of the PR in the controller, if the controller
is a conditional controller.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyserRunningStrategy
A type running strategy that decides whether the associated PR needs to be
run based on the value of a specified feature on the document that the PR
needs to be run on.
|
static class |
RunningStrategy.UnconditionalRunningStrategy
RunningStrateguy implementation that unconditionally either runs
or doesn't run a given PR.
|
Modifier and Type | Field and Description |
---|---|
protected List<RunningStrategy> |
ConditionalSerialController.strategiesList
The list of running strategies for the member PRs.
|
Modifier and Type | Method and Description |
---|---|
List<RunningStrategy> |
ConditionalSerialController.getRunningStrategies() |
List<RunningStrategy> |
ConditionalController.getRunningStrategies()
Gets the collection of running strategies for the contained PRs.
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionalSerialController.setRunningStrategies(Collection<RunningStrategy> strategies)
Populates this controller with the appropiate running strategies from a
collection of running strategies
(optional operation).
|
void |
ConditionalController.setRunningStrategies(Collection<RunningStrategy> strategies)
Populates this controller with the appropiate running strategies from a
collection of running strategies
(optional operation).
|
Modifier and Type | Field and Description |
---|---|
protected RunningStrategy |
SerialControllerEditor.selectedPRRunStrategy
The running strategy for the selected PR.
|
Copyright © 2024 GATE. All rights reserved.