Package | Description |
---|---|
gate | |
gate.creole | |
gate.util |
Modifier and Type | Method and Description |
---|---|
void |
Controller.execute()
Executes this controller.
|
void |
Executable.execute()
Starts the execution of this executable
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionInterruptedException
Thrown by
Executable s after they have stopped their execution
as a result of a call to their interrupt() method. |
Modifier and Type | Method and Description |
---|---|
protected void |
SerialController.checkParameters()
Verifies that all PRs have all their required rutime parameters set.
|
void |
SerialAnalyserController.controllerExecutionAborted(Controller c,
Throwable t) |
void |
ControllerAwarePR.controllerExecutionAborted(Controller c,
Throwable t)
Called by a controller containing this PR when the controller's
execution has been aborted by an exception thrown by one of the
contained PR's
execute methods, or by the controller
itself. |
void |
ConditionalSerialAnalyserController.controllerExecutionAborted(Controller c,
Throwable t) |
void |
SerialAnalyserController.controllerExecutionFinished(Controller c) |
void |
ControllerAwarePR.controllerExecutionFinished(Controller c)
Called by a controller containing this PR when the controller's
execution has completed successfully.
|
void |
ConditionalSerialAnalyserController.controllerExecutionFinished(Controller c) |
void |
SerialAnalyserController.controllerExecutionStarted(Controller c) |
void |
ControllerAwarePR.controllerExecutionStarted(Controller c)
Called by a controller containing this PR when the controller
begins executing.
|
void |
ConditionalSerialAnalyserController.controllerExecutionStarted(Controller c) |
void |
SerialAnalyserController.execute() |
void |
ConditionalSerialAnalyserController.execute() |
void |
AbstractProcessingResource.execute()
Run the resource.
|
void |
AbstractController.execute()
Execute this controller.
|
protected void |
SerialAnalyserController.executeImpl()
Run the Processing Resources in sequence.
|
protected void |
SerialController.executeImpl()
Run the Processing Resources in sequence.
|
protected void |
ConditionalSerialAnalyserController.executeImpl()
Run the Processing Resources in sequence.
|
void |
RealtimeCorpusController.executeImpl()
Run the Processing Resources in sequence.
|
protected void |
AbstractController.executeImpl()
Executes the PRs in this controller, according to the execution strategy of
the particular controller type (simple pipeline, parallel execution,
once-per-document in a corpus, etc.).
|
void |
SerialAnalyserController.invokeControllerExecutionAborted(Throwable thrown)
Invoke the controllerExecutionAborted method on this controller and all nested PRs and controllers.
|
void |
ConditionalSerialAnalyserController.invokeControllerExecutionAborted(Throwable thrown)
Invoke the controllerExecutionAborted method on this controller and all nested PRs and controllers.
|
void |
AbstractController.invokeControllerExecutionAborted(Throwable thrown)
Invoke the controllerExecutionAborted method on this controller and all nested PRs and controllers.
|
void |
SerialAnalyserController.invokeControllerExecutionFinished()
Invoke the controllerExecutionFinished method on this controller and all nested PRs and controllers.
|
void |
ConditionalSerialAnalyserController.invokeControllerExecutionFinished()
Invoke the controllerExecutionFinished method on this controller and all nested PRs and controllers.
|
void |
AbstractController.invokeControllerExecutionFinished()
Invoke the controllerExecutionFinished method on this controller and all nested PRs and controllers.
|
void |
SerialAnalyserController.invokeControllerExecutionStarted()
Invoke the controllerExecutionStarted method on this controller and all nested PRs and controllers.
|
void |
ConditionalSerialAnalyserController.invokeControllerExecutionStarted()
Invoke the controllerExecutionStarted method on this controller and all nested PRs and controllers.
|
void |
AbstractController.invokeControllerExecutionStarted()
Invoke the controllerExecutionStarted method on this controller and all nested PRs and controllers.
|
protected void |
SerialController.runComponent(int componentIndex)
Executes a
ProcessingResource . |
protected void |
ConditionalSerialController.runComponent(int componentIndex)
Executes a
ProcessingResource . |
Modifier and Type | Method and Description |
---|---|
static void |
Benchmark.executeWithBenchmarking(Executable executable,
String benchmarkID,
Object objectInvokingThisCheckPoint,
Map<Object,Object> benchmarkingFeatures)
Executes the given
Executable , logging its runtime under
the given benchmark ID (which is propagated to the Executable if it
is itself Benchmarkable ). |
Copyright © 2024 GATE. All rights reserved.