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 classPipelineDefault implementations of theIPipelineinterface.Methods in net.sf.okapi.common.pipeline that return IPipeline Modifier and Type Method Description IPipelineIPipelineReader. 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 voidIPipelineWriter. 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 classXPipelineConstructors 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 IPipelineIPipelineDriver. getPipeline()Gets theIPipelinecurrently associated with this driver.IPipelinePipelineDriver. getPipeline()Methods in net.sf.okapi.common.pipelinedriver with parameters of type IPipeline Modifier and Type Method Description voidIPipelineDriver. setPipeline(IPipeline pipeline)Sets theIPipelineto use with this driver.voidPipelineDriver. setPipeline(IPipeline pipeline)
-