| Package | Description |
|---|---|
| net.sf.okapi.common.pipeline |
Interfaces and classes to implement and manage pipelines.
|
| net.sf.okapi.common.pipelinebuilder | |
| net.sf.okapi.common.pipelinedriver |
Interfaces and classes to implement and pipeline drivers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Pipeline
Default implementations of the
IPipeline interface. |
| Modifier and Type | Method and Description |
|---|---|
IPipeline |
IPipelineReader.read()
Reads the steps of the pipeline and the parameters of each of its steps
from the implementation-specific storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPipelineWriter.write(IPipeline pipeline)
Writes the steps of the pipeline and the parameters of each step of
a given pipeline into the implementation-specific storage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XPipeline |
| Constructor and Description |
|---|
XPipeline(String description,
IPipeline pipeline) |
| Modifier and Type | Method and Description |
|---|---|
IPipeline |
PipelineDriver.getPipeline() |
IPipeline |
IPipelineDriver.getPipeline()
Gets the
IPipeline currently associated with this driver. |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineDriver.setPipeline(IPipeline pipeline) |
void |
IPipelineDriver.setPipeline(IPipeline pipeline)
Sets the
IPipeline to use with this driver. |
Copyright © 2022. All rights reserved.