Uses of Class
net.sf.okapi.common.pipeline.PipelineReturnValue
-
Packages that use PipelineReturnValue Package Description net.sf.okapi.common.pipeline Interfaces and classes to implement and manage pipelines.net.sf.okapi.common.pipelinebuilder -
-
Uses of PipelineReturnValue in net.sf.okapi.common.pipeline
Methods in net.sf.okapi.common.pipeline that return PipelineReturnValue Modifier and Type Method Description PipelineReturnValueIPipeline. getState()Gets the current pipeline state.PipelineReturnValuePipeline. getState()static PipelineReturnValuePipelineReturnValue. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineReturnValue[]PipelineReturnValue. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PipelineReturnValue in net.sf.okapi.common.pipelinebuilder
Methods in net.sf.okapi.common.pipelinebuilder that return PipelineReturnValue Modifier and Type Method Description PipelineReturnValueXPipeline. execute()
-