Uses of Interface
net.sf.okapi.common.pipeline.IPipeline
-
Packages that use IPipeline 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. -
-
Uses of IPipeline in net.sf.okapi.common.pipeline
Classes in net.sf.okapi.common.pipeline that implement IPipeline Modifier and Type Class Description class
Pipeline
Default implementations of theIPipeline
interface.Methods in net.sf.okapi.common.pipeline that return IPipeline Modifier and Type Method Description IPipeline
IPipelineReader. read()
Reads the steps of the pipeline and the parameters of each of its steps from the implementation-specific storage.Methods in net.sf.okapi.common.pipeline with parameters of type IPipeline Modifier and Type Method 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. -
Uses of IPipeline in net.sf.okapi.common.pipelinebuilder
Classes in net.sf.okapi.common.pipelinebuilder that implement IPipeline Modifier and Type Class Description class
XPipeline
Constructors in net.sf.okapi.common.pipelinebuilder with parameters of type IPipeline Constructor Description XPipeline(String description, IPipeline pipeline)
-
Uses of IPipeline in net.sf.okapi.common.pipelinedriver
Methods in net.sf.okapi.common.pipelinedriver that return IPipeline Modifier and Type Method Description IPipeline
IPipelineDriver. getPipeline()
Gets theIPipeline
currently associated with this driver.IPipeline
PipelineDriver. getPipeline()
Methods in net.sf.okapi.common.pipelinedriver with parameters of type IPipeline Modifier and Type Method Description void
IPipelineDriver. setPipeline(IPipeline pipeline)
Sets theIPipeline
to use with this driver.void
PipelineDriver. setPipeline(IPipeline pipeline)
-