| Package | Description |
|---|---|
| net.sf.okapi.common.pipelinebuilder | |
| net.sf.okapi.common.pipelinedriver |
Interfaces and classes to implement and pipeline drivers.
|
| Modifier and Type | Method and Description |
|---|---|
IBatchItemContext |
XBatchItem.getContext() |
| Modifier and Type | Method and Description |
|---|---|
List<IBatchItemContext> |
XBatch.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBatch.setItems(List<IBatchItemContext> items) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchItemContext
Default implementation of the
IBatchItemContext interface. |
| Modifier and Type | Method and Description |
|---|---|
protected List<IBatchItemContext> |
PipelineDriver.getBatchItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineDriver.addBatchItem(IBatchItemContext item) |
void |
IPipelineDriver.addBatchItem(IBatchItemContext item)
Adds an item to this batch.
|
static void |
PipelineDriverUtils.assignRuntimeParameters(PipelineDriver driver,
IPipelineStep step,
IBatchItemContext item,
List<ConfigurationParameter> pList)
Called from WorkQueuePipelineDriver
|
static void |
PipelineDriverUtils.assignRuntimeParameters(PipelineDriver driver,
LinkedList<List<ConfigurationParameter>> paramList,
IBatchItemContext item)
Called from
PipelineDriver |
static void |
PipelineDriverUtils.assignSingleRuntimeParameter(PipelineDriver driver,
IPipelineStep currentStep,
IBatchItemContext item,
ConfigurationParameter p) |
protected void |
PipelineDriver.displayInput(IBatchItemContext item)
Logs the information about which batch item is about to be processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineDriver.processBatch(List<IBatchItemContext> batchItems) |
void |
IPipelineDriver.processBatch(List<IBatchItemContext> batchItems)
Sets a new set of batch items for this driver and processes them.
|
Copyright © 2022. All rights reserved.