Package net.sf.okapi.common.pipeline
Interface IPipelineReader
-
public interface IPipelineReaderFacade to read and reconstruct a pipeline from a storage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPipelineread()Reads the steps of the pipeline and the parameters of each of its steps from the implementation-specific storage.
-