Uses of Class
net.sf.okapi.steps.cleanup.Parameters
-
Packages that use Parameters Package Description net.sf.okapi.steps.cleanup -
-
Uses of Parameters in net.sf.okapi.steps.cleanup
Methods in net.sf.okapi.steps.cleanup that return Parameters Modifier and Type Method Description ParametersCleaner. getParameters()Gets the parameters in use by the clearer.ParametersCleanupStep. getParameters()Methods in net.sf.okapi.steps.cleanup with parameters of type Parameters Modifier and Type Method Description voidCleaner. setParameters(Parameters params)Sets the parameters after a Cleaner is instantiated.Constructors in net.sf.okapi.steps.cleanup with parameters of type Parameters Constructor Description Cleaner(Parameters params)Creates a Cleaner object with a given set of options.
-