Uses of Class
net.sf.okapi.common.pipelinebuilder.XPipelineType
-
Packages that use XPipelineType Package Description net.sf.okapi.common.pipelinebuilder -
-
Uses of XPipelineType in net.sf.okapi.common.pipelinebuilder
Methods in net.sf.okapi.common.pipelinebuilder that return XPipelineType Modifier and Type Method Description static XPipelineTypeXPipelineType. valueOf(String name)Returns the enum constant of this type with the specified name.static XPipelineType[]XPipelineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.okapi.common.pipelinebuilder with parameters of type XPipelineType Constructor Description XPipeline(String description, XBatch batch, XPipelineType type, IPipelineStep... steps)XPipeline(String description, XPipelineType type, IPipelineStep... steps)
-