Uses of Interface
net.sf.okapi.common.IParameters
-
-
Uses of IParameters in net.sf.okapi.common
Classes in net.sf.okapi.common that implement IParameters Modifier and Type Class Description classAbstractGroupParametersclassBaseParametersBase class for properties-like parameters that implement IParameters.classStringParametersParameters implementation based onParametersString.Methods in net.sf.okapi.common that return IParameters Modifier and Type Method Description IParametersIParametersEditor. createParameters()Creates an instance of the parameters object the editor can edit (with the default values).IParametersIParametersProvider. createParameters(String location)Gets the default parameters for a given provider.IParametersIParametersProvider. load(String location)Loads a parameters object from a given location.Methods in net.sf.okapi.common with parameters of type IParameters Modifier and Type Method Description booleanIParametersEditor. edit(IParameters paramsObject, boolean readOnly, IContext context)Edits the values for the given parameters.voidIParametersProvider. save(String location, IParameters paramsObject)Saves a parameters object to a given location. -
Uses of IParameters in net.sf.okapi.common.encoder
Classes in net.sf.okapi.common.encoder that implement IParameters Modifier and Type Class Description static classXMLEncoder.ParametersProvides encoder parameters.Methods in net.sf.okapi.common.encoder that return IParameters Modifier and Type Method Description protected IParametersEncoderManager. getDefParams()IParametersDefaultEncoder. getParameters()IParametersDTDEncoder. getParameters()IParametersEncoderManager. getParameters()IParametersHtmlEncoder. getParameters()IParametersIEncoder. getParameters()Gets the parameters object with all the configuration information specific to this encoder.IParametersJSONEncoder. getParameters()IParametersMarkdownEncoder. getParameters()IParametersOpenXMLEncoder. getParameters()IParametersPHPContentEncoder. getParameters()IParametersPOEncoder. getParameters()IParametersPropertiesEncoder. getParameters()IParametersRegexEncoder. getParameters()IParametersXMLEncoder. getParameters()Methods in net.sf.okapi.common.encoder with parameters of type IParameters Modifier and Type Method Description voidEncoderManager. setDefaultOptions(IParameters params, String encoding, String lineBreak)Sets the default options for this encoder manager.protected voidEncoderManager. setDefParams(IParameters defParams)voidDefaultEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidDTDEncoder. setOptions(IParameters params, String encoding, String lineBreak)Sets the options for this encoder.voidEncoderManager. setOptions(IParameters params, String encoding, String lineBreak)Sets the options for the encoder currently cached.voidHtmlEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidIEncoder. setOptions(IParameters params, String encoding, String lineBreak)Sets the options for this encoder.voidJSONEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidMarkdownEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidOpenXMLEncoder. setOptions(IParameters params, String encoding, String lineBreak)Sets the options for this encoder.voidPHPContentEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidPOEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidPropertiesEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidRegexEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidXMLEncoder. setOptions(IParameters params, String encoding, String lineBreak)Sets the options for this encoder. -
Uses of IParameters in net.sf.okapi.common.filters
Classes in net.sf.okapi.common.filters that implement IParameters Modifier and Type Class Description classCompoundFilterParametersCompound Filter parameters.Fields in net.sf.okapi.common.filters declared as IParameters Modifier and Type Field Description IParametersFilterConfiguration. parametersThe parameters for this configuration.Methods in net.sf.okapi.common.filters that return IParameters Modifier and Type Method Description IParametersAbstractCompoundFilter. getActiveParameters()IParametersCompoundFilterParameters. getActiveParameters()IParametersFilterConfigurationMapper. getCustomParameters(FilterConfiguration config)IParametersFilterConfigurationMapper. getCustomParameters(FilterConfiguration config, IFilter existingFilter)Gets the parameters for a given custom filter configuration.IParametersIFilterConfigurationMapper. getCustomParameters(FilterConfiguration config)Gets the parameters for a given custom filter configuration.IParametersIFilterConfigurationMapper. getCustomParameters(FilterConfiguration config, IFilter existingFilter)Gets the parameters for a given custom filter configuration.IParametersAbstractFilter. getParameters()IParametersFilterConfigurationMapper. getParameters(FilterConfiguration config)IParametersFilterConfigurationMapper. getParameters(FilterConfiguration config, IFilter existingFilter)IParametersIFilter. getParameters()Gets the current parameters for this filter.IParametersIFilterConfigurationMapper. getParameters(FilterConfiguration config)Gets the parameters for a given configuration (predefined or custom).IParametersIFilterConfigurationMapper. getParameters(FilterConfiguration config, IFilter existingFilter)Gets the parameters for a given configuration (predefined or custom).IParametersSubFilter. getParameters()Methods in net.sf.okapi.common.filters that return types with arguments of type IParameters Modifier and Type Method Description LinkedList<IParameters>CompoundFilterParameters. getParameters()Methods in net.sf.okapi.common.filters with parameters of type IParameters Modifier and Type Method Description voidFilterConfigurationMapper. addCustomConfiguration(String configId, IParameters parameters)voidFilterConfigurationMapper. saveCustomParameters(FilterConfiguration config, IParameters params)voidIFilterConfigurationMapper. saveCustomParameters(FilterConfiguration config, IParameters params)Saves the parameters of a custom configuration.protected voidCompoundFilterParameters. setActiveParameters(IParameters activeParameters)voidAbstractCompoundFilter. setParameters(IParameters params)voidAbstractFilter. setParameters(IParameters params)voidIFilter. setParameters(IParameters params)Sets new parameters for this filter.voidSubFilter. setParameters(IParameters params)Constructors in net.sf.okapi.common.filters with parameters of type IParameters Constructor Description FilterConfiguration(String configId, String mimeType, String filterClass, String name, String description, String parametersLocation, IParameters parameters, String extensions)Creates a FilterConfiguration object and initializes it. -
Uses of IParameters in net.sf.okapi.common.filterwriter
Classes in net.sf.okapi.common.filterwriter that implement IParameters Modifier and Type Class Description classParametersclassXLIFFWriterParametersProvides a way to access the parameters forXLIFFWriterin a single object.Methods in net.sf.okapi.common.filterwriter that return IParameters Modifier and Type Method Description IParametersGenericFilterWriter. getParameters()IParametersIFilterWriter. getParameters()Gets the current parameters for this writer.IParametersZipFilterWriter. getParameters()Methods in net.sf.okapi.common.filterwriter with parameters of type IParameters Modifier and Type Method Description voidGenericFilterWriter. setParameters(IParameters params)voidIFilterWriter. setParameters(IParameters params)Sets new parameters for this writer.voidTMXFilterWriter. setParameters(IParameters params)voidXLIFFWriter. setParameters(IParameters params)voidZipFilterWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.common.layerprovider
Methods in net.sf.okapi.common.layerprovider that return IParameters Modifier and Type Method Description IParametersLayerProvider. getParameters()Methods in net.sf.okapi.common.layerprovider with parameters of type IParameters Modifier and Type Method Description voidLayerProvider. setOptions(IParameters params, String encoding, String lineBreak) -
Uses of IParameters in net.sf.okapi.common.pipeline
Methods in net.sf.okapi.common.pipeline that return IParameters Modifier and Type Method Description IParametersBasePipelineStep. getParameters()IParametersIPipelineStep. getParameters()Gets the current parameters for this step.Methods in net.sf.okapi.common.pipeline with parameters of type IParameters Modifier and Type Method Description voidBasePipelineStep. setParameters(IParameters params)voidIPipelineStep. setParameters(IParameters params)Sets new parameters for this step. -
Uses of IParameters in net.sf.okapi.common.pipelinebuilder
Methods in net.sf.okapi.common.pipelinebuilder that return IParameters Modifier and Type Method Description IParametersXPipeline. getParameters()IParametersXPipelineStep. getParameters()Methods in net.sf.okapi.common.pipelinebuilder with parameters of type IParameters Modifier and Type Method Description voidXPipeline. setParameters(IParameters params)voidXPipelineStep. setParameters(IParameters params)Constructors in net.sf.okapi.common.pipelinebuilder with parameters of type IParameters Constructor Description XPipelineStep(Class<? extends IPipelineStep> stepClass, IParameters parameters)XPipelineStep(IPipelineStep step, IParameters parameters) -
Uses of IParameters in net.sf.okapi.common.query
Methods in net.sf.okapi.common.query that return IParameters Modifier and Type Method Description IParametersIQuery. getParameters()Gets the current parameters of this connector.Methods in net.sf.okapi.common.query with parameters of type IParameters Modifier and Type Method Description voidIQuery. setParameters(IParameters params)Sets the parameters for opening and querying this connector. -
Uses of IParameters in net.sf.okapi.common.resource
Fields in net.sf.okapi.common.resource declared as IParameters Modifier and Type Field Description protected IParametersStartDocument. paramsprotected IParametersStartSubDocument. paramsMethods in net.sf.okapi.common.resource that return IParameters Modifier and Type Method Description IParametersStartDocument. getFilterParameters()Gets the current filter parameters for this document.IParametersStartSubDocument. getFilterParameters()Gets the current filter parameters for this sub-document.IParametersStartSubfilter. getFilterParameters()Methods in net.sf.okapi.common.resource with parameters of type IParameters Modifier and Type Method Description voidStartDocument. setFilterParameters(IParameters params)Sets the filter parameters for this document.voidStartSubDocument. setFilterParameters(IParameters params)Sets the filter parameters for this sub-document. -
Uses of IParameters in net.sf.okapi.connectors.apertium
Classes in net.sf.okapi.connectors.apertium that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.connectors.apertium with parameters of type IParameters Modifier and Type Method Description voidApertiumMTConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.connectors.bifile
Classes in net.sf.okapi.connectors.bifile that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.connectors.bifile with parameters of type IParameters Modifier and Type Method Description voidBilingualFileConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.connectors.google
Classes in net.sf.okapi.connectors.google that implement IParameters Modifier and Type Class Description classGoogleMTv2ParametersMethods in net.sf.okapi.connectors.google with parameters of type IParameters Modifier and Type Method Description voidGoogleMTv2Connector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.connectors.googleautoml
Classes in net.sf.okapi.connectors.googleautoml that implement IParameters Modifier and Type Class Description classGoogleAutoMLTranslationParametersMethods in net.sf.okapi.connectors.googleautoml with parameters of type IParameters Modifier and Type Method Description voidGoogleAutoMLTranslationConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.connectors.kantan
Classes in net.sf.okapi.connectors.kantan that implement IParameters Modifier and Type Class Description classKantanMTConnectorParametersDeprecated.classKantanMTv21ConnectorParameters -
Uses of IParameters in net.sf.okapi.connectors.lingo24
Classes in net.sf.okapi.connectors.lingo24 that implement IParameters Modifier and Type Class Description classParametersParameters for theLingo24Connectorconnector.Methods in net.sf.okapi.connectors.lingo24 with parameters of type IParameters Modifier and Type Method Description voidLingo24Connector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.connectors.microsoft
Classes in net.sf.okapi.connectors.microsoft that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.connectors.microsoft with parameters of type IParameters Modifier and Type Method Description voidMicrosoftMTConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.connectors.mmt
Classes in net.sf.okapi.connectors.mmt that implement IParameters Modifier and Type Class Description classParametersParameters for theMMTConnector.Methods in net.sf.okapi.connectors.mmt with parameters of type IParameters Modifier and Type Method Description voidMMTConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.connectors.mymemory
Classes in net.sf.okapi.connectors.mymemory that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.connectors.mymemory with parameters of type IParameters Modifier and Type Method Description voidMyMemoryTMConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.connectors.pensieve
Classes in net.sf.okapi.connectors.pensieve that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.connectors.pensieve that return IParameters Modifier and Type Method Description IParametersPensieveTMConnector. getParameters()Methods in net.sf.okapi.connectors.pensieve with parameters of type IParameters Modifier and Type Method Description voidPensieveTMConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.connectors.tda
Classes in net.sf.okapi.connectors.tda that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.connectors.tda with parameters of type IParameters Modifier and Type Method Description voidTDASearchConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.connectors.translatetoolkit
Classes in net.sf.okapi.connectors.translatetoolkit that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.connectors.translatetoolkit with parameters of type IParameters Modifier and Type Method Description voidTranslateToolkitTMConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.abstractmarkup
Classes in net.sf.okapi.filters.abstractmarkup that implement IParameters Modifier and Type Class Description classAbstractMarkupParametersIParametersbased facade around the YAML configuration format. -
Uses of IParameters in net.sf.okapi.filters.archive
Classes in net.sf.okapi.filters.archive that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.archive with parameters of type IParameters Modifier and Type Method Description voidArchiveFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.autoxliff
Classes in net.sf.okapi.filters.autoxliff that implement IParameters Modifier and Type Class Description classAutoXLIFFParametersMethods in net.sf.okapi.filters.autoxliff with parameters of type IParameters Modifier and Type Method Description voidAutoXLIFFFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.doxygen
Classes in net.sf.okapi.filters.doxygen that implement IParameters Modifier and Type Class Description classParametersCustom parameter implementation backed by YAML.Methods in net.sf.okapi.filters.doxygen that return IParameters Modifier and Type Method Description IParametersDoxygenWriter. getParameters()Methods in net.sf.okapi.filters.doxygen with parameters of type IParameters Modifier and Type Method Description voidDoxygenFilter. setParameters(IParameters params)voidDoxygenWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.dtd
Classes in net.sf.okapi.filters.dtd that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.dtd with parameters of type IParameters Modifier and Type Method Description voidDTDFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.html
Classes in net.sf.okapi.filters.html that implement IParameters Modifier and Type Class Description classParametersIParametersbased facade around the YAML configuration format.Methods in net.sf.okapi.filters.html with parameters of type IParameters Modifier and Type Method Description voidHtmlFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.icml
Classes in net.sf.okapi.filters.icml that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.icml that return IParameters Modifier and Type Method Description IParametersICMLFilterWriter. getParameters()Methods in net.sf.okapi.filters.icml with parameters of type IParameters Modifier and Type Method Description voidICMLFilter. setParameters(IParameters params)voidICMLFilterWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.idml
Classes in net.sf.okapi.filters.idml that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.idml with parameters of type IParameters Modifier and Type Method Description voidIDMLFilter. setParameters(IParameters params)voidIDMLFilterWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.its
Classes in net.sf.okapi.filters.its that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.its with parameters of type IParameters Modifier and Type Method Description voidITSFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.json
Classes in net.sf.okapi.filters.json that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.json with parameters of type IParameters Modifier and Type Method Description voidJSONFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.markdown
Classes in net.sf.okapi.filters.markdown that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.markdown with parameters of type IParameters Modifier and Type Method Description voidMarkdownFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.mif
Classes in net.sf.okapi.filters.mif that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.mif that return IParameters Modifier and Type Method Description IParametersMIFEncoder. getParameters()Methods in net.sf.okapi.filters.mif with parameters of type IParameters Modifier and Type Method Description voidMIFEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidMIFFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.mosestext
Classes in net.sf.okapi.filters.mosestext that implement IParameters Modifier and Type Class Description classFilterWriterParametersMethods in net.sf.okapi.filters.mosestext that return IParameters Modifier and Type Method Description IParametersMosesTextEncoder. getParameters()IParametersMosesTextFilter. getParameters()Methods in net.sf.okapi.filters.mosestext with parameters of type IParameters Modifier and Type Method Description voidMosesTextEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidMosesTextFilter. setParameters(IParameters params)voidMosesTextFilterWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.multiparsers
Classes in net.sf.okapi.filters.multiparsers that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.multiparsers with parameters of type IParameters Modifier and Type Method Description voidMultiParsersFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.openoffice
Classes in net.sf.okapi.filters.openoffice that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.openoffice with parameters of type IParameters Modifier and Type Method Description voidODFFilter. setParameters(IParameters newParams)voidOpenOfficeFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.openxml
Classes in net.sf.okapi.filters.openxml that implement IParameters Modifier and Type Class Description classConditionalParametersclassYamlParametersIParametersbased facade around the YAML configuration format.Methods in net.sf.okapi.filters.openxml with parameters of type IParameters Modifier and Type Method Description voidOpenXMLFilter. setParameters(IParameters params)voidOpenXMLFilterWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.pdf
Classes in net.sf.okapi.filters.pdf that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.pdf with parameters of type IParameters Modifier and Type Method Description voidPdfFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.pensieve
Methods in net.sf.okapi.filters.pensieve that return IParameters Modifier and Type Method Description IParametersPensieveFilter. getParameters()IParametersPensieveFilterWriter. getParameters()Methods in net.sf.okapi.filters.pensieve with parameters of type IParameters Modifier and Type Method Description voidPensieveFilter. setParameters(IParameters params)voidPensieveFilterWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.php
Classes in net.sf.okapi.filters.php that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.php with parameters of type IParameters Modifier and Type Method Description voidPHPContentFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.plaintext
Classes in net.sf.okapi.filters.plaintext that implement IParameters Modifier and Type Class Description classParametersPlain Text Filter parameters -
Uses of IParameters in net.sf.okapi.filters.plaintext.base
Classes in net.sf.okapi.filters.plaintext.base that implement IParameters Modifier and Type Class Description classParametersBase Plain Text Filter parameters -
Uses of IParameters in net.sf.okapi.filters.plaintext.paragraphs
Classes in net.sf.okapi.filters.plaintext.paragraphs that implement IParameters Modifier and Type Class Description classParametersParagraph Plain Text Filter parameters -
Uses of IParameters in net.sf.okapi.filters.plaintext.regex
Classes in net.sf.okapi.filters.plaintext.regex that implement IParameters Modifier and Type Class Description classParametersParameters of the Regex Plain Text FilterMethods in net.sf.okapi.filters.plaintext.regex with parameters of type IParameters Modifier and Type Method Description voidRegexPlainTextFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.plaintext.spliced
Classes in net.sf.okapi.filters.plaintext.spliced that implement IParameters Modifier and Type Class Description classParametersSpliced Lines Filter parameters -
Uses of IParameters in net.sf.okapi.filters.po
Classes in net.sf.okapi.filters.po that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.po with parameters of type IParameters Modifier and Type Method Description voidPOFilter. setParameters(IParameters params)voidPOWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.properties
Classes in net.sf.okapi.filters.properties that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.properties with parameters of type IParameters Modifier and Type Method Description voidPropertiesFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.rainbowkit
Classes in net.sf.okapi.filters.rainbowkit that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.rainbowkit that return IParameters Modifier and Type Method Description IParametersXLIFF2Filter. getParameters()Methods in net.sf.okapi.filters.rainbowkit with parameters of type IParameters Modifier and Type Method Description voidRainbowKitFilter. setParameters(IParameters params)voidXLIFF2Filter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.regex
Classes in net.sf.okapi.filters.regex that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.regex with parameters of type IParameters Modifier and Type Method Description voidRegexFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.rtf
Methods in net.sf.okapi.filters.rtf that return IParameters Modifier and Type Method Description IParametersRTFFilter. getParameters()Methods in net.sf.okapi.filters.rtf with parameters of type IParameters Modifier and Type Method Description voidRTFFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.table
Classes in net.sf.okapi.filters.table that implement IParameters Modifier and Type Class Description classParametersTable Filter parameters -
Uses of IParameters in net.sf.okapi.filters.table.base
Classes in net.sf.okapi.filters.table.base that implement IParameters Modifier and Type Class Description classParametersBase Table Filter parameters -
Uses of IParameters in net.sf.okapi.filters.table.csv
Classes in net.sf.okapi.filters.table.csv that implement IParameters Modifier and Type Class Description classParametersCSV Filter parameters -
Uses of IParameters in net.sf.okapi.filters.table.fwc
Classes in net.sf.okapi.filters.table.fwc that implement IParameters Modifier and Type Class Description classParametersFixed-Width Columns Filter parameters -
Uses of IParameters in net.sf.okapi.filters.table.tsv
Classes in net.sf.okapi.filters.table.tsv that implement IParameters Modifier and Type Class Description classParametersTab-Separated Values filter parameters. -
Uses of IParameters in net.sf.okapi.filters.tex
Methods in net.sf.okapi.filters.tex that return IParameters Modifier and Type Method Description IParametersTEXEncoder. getParameters()IParametersTEXFilter. getParameters()Methods in net.sf.okapi.filters.tex with parameters of type IParameters Modifier and Type Method Description voidTEXEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidTEXFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.tmx
Classes in net.sf.okapi.filters.tmx that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.tmx with parameters of type IParameters Modifier and Type Method Description voidTmxFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.transifex
Classes in net.sf.okapi.filters.transifex that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.transifex that return IParameters Modifier and Type Method Description IParametersTransifexFilterWriter. getParameters()Methods in net.sf.okapi.filters.transifex with parameters of type IParameters Modifier and Type Method Description voidTransifexFilter. setParameters(IParameters params)voidTransifexFilterWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.transtable
Classes in net.sf.okapi.filters.transtable that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.transtable that return IParameters Modifier and Type Method Description IParametersTransTableFilter. getParameters()Methods in net.sf.okapi.filters.transtable with parameters of type IParameters Modifier and Type Method Description voidTransTableFilter. setParameters(IParameters params)voidTransTableWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.ts
Classes in net.sf.okapi.filters.ts that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.ts with parameters of type IParameters Modifier and Type Method Description voidTsFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.ttx
Classes in net.sf.okapi.filters.ttx that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.ttx with parameters of type IParameters Modifier and Type Method Description voidTTXFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.txml
Classes in net.sf.okapi.filters.txml that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.txml with parameters of type IParameters Modifier and Type Method Description voidTXMLFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.vignette
Classes in net.sf.okapi.filters.vignette that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.vignette with parameters of type IParameters Modifier and Type Method Description voidVignetteFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.wiki
Classes in net.sf.okapi.filters.wiki that implement IParameters Modifier and Type Class Description classParametersCustom parameter implementation backed by YAML.Methods in net.sf.okapi.filters.wiki that return IParameters Modifier and Type Method Description IParametersWikiWriter. getParameters()Methods in net.sf.okapi.filters.wiki with parameters of type IParameters Modifier and Type Method Description voidWikiFilter. setParameters(IParameters params)voidWikiWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.xini
Classes in net.sf.okapi.filters.xini that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.xini that return IParameters Modifier and Type Method Description IParametersXINIWriter. getParameters()Methods in net.sf.okapi.filters.xini with parameters of type IParameters Modifier and Type Method Description voidXINIFilter. setParameters(IParameters params)voidXINIWriter. setParameters(IParameters params)Constructors in net.sf.okapi.filters.xini with parameters of type IParameters Constructor Description XINIWriter(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.xini.rainbowkit
Methods in net.sf.okapi.filters.xini.rainbowkit that return IParameters Modifier and Type Method Description IParametersXINIRainbowkitFilter. getParameters()IParametersXINIRainbowkitWriter. getParameters()Methods in net.sf.okapi.filters.xini.rainbowkit with parameters of type IParameters Modifier and Type Method Description voidXINIRainbowkitFilter. setParameters(IParameters params)voidXINIRainbowkitWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.xliff
Classes in net.sf.okapi.filters.xliff that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.xliff with parameters of type IParameters Modifier and Type Method Description voidXLIFFFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.xliff2
Classes in net.sf.okapi.filters.xliff2 that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.xliff2 that return IParameters Modifier and Type Method Description IParametersXLIFF2FilterWriter. getParameters()Methods in net.sf.okapi.filters.xliff2 with parameters of type IParameters Modifier and Type Method Description voidXLIFF2Filter. setParameters(IParameters params)voidXLIFF2FilterWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.xmlstream
Classes in net.sf.okapi.filters.xmlstream that implement IParameters Modifier and Type Class Description classParametersIParametersbased facade around the YAML configuration format.Methods in net.sf.okapi.filters.xmlstream with parameters of type IParameters Modifier and Type Method Description voidXmlStreamFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.filters.yaml
Classes in net.sf.okapi.filters.yaml that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.filters.yaml with parameters of type IParameters Modifier and Type Method Description voidYamlEncoder. setOptions(IParameters params, String encoding, String lineBreak)voidYamlFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.lib.merge.merge
Classes in net.sf.okapi.lib.merge.merge that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.lib.merge.merge with parameters of type IParameters Modifier and Type Method Description voidSkeletonMergerWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.lib.merge.step
Classes in net.sf.okapi.lib.merge.step that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.lib.merge.step with parameters of type IParameters Modifier and Type Method Description voidOriginalDocumentXliffMergerStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.lib.preprocessing.filters.common
Methods in net.sf.okapi.lib.preprocessing.filters.common that return IParameters Modifier and Type Method Description IParametersPreprocessingFilter. getParameters()Methods in net.sf.okapi.lib.preprocessing.filters.common with parameters of type IParameters Modifier and Type Method Description voidPreprocessingFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.lib.preprocessing.filters.simplification
Classes in net.sf.okapi.lib.preprocessing.filters.simplification that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.lib.preprocessing.filters.simplification with parameters of type IParameters Modifier and Type Method Description voidSimplificationFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.lib.serialization.filter
Methods in net.sf.okapi.lib.serialization.filter that return IParameters Modifier and Type Method Description IParametersTextUnitFlatFilter. getParameters()Methods in net.sf.okapi.lib.serialization.filter with parameters of type IParameters Modifier and Type Method Description voidTextUnitFlatFilter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.lib.serialization.step
Classes in net.sf.okapi.lib.serialization.step that implement IParameters Modifier and Type Class Description classParameters -
Uses of IParameters in net.sf.okapi.lib.serialization.writer
Classes in net.sf.okapi.lib.serialization.writer that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.lib.serialization.writer with parameters of type IParameters Modifier and Type Method Description voidProtoBufferTextUnitFlatWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.lib.terminology
Methods in net.sf.okapi.lib.terminology that return IParameters Modifier and Type Method Description IParametersITermAccess. getParameters()Gets the current parameters for this termbase connector.Methods in net.sf.okapi.lib.terminology with parameters of type IParameters Modifier and Type Method Description voidITermAccess. setParameters(IParameters params)Sets the parameters for this termbase connector. -
Uses of IParameters in net.sf.okapi.lib.terminology.simpletb
Classes in net.sf.okapi.lib.terminology.simpletb that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.lib.terminology.simpletb with parameters of type IParameters Modifier and Type Method Description voidSimpleTBConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.lib.transifex
Classes in net.sf.okapi.lib.transifex that implement IParameters Modifier and Type Class Description classParameters -
Uses of IParameters in net.sf.okapi.lib.translation
Methods in net.sf.okapi.lib.translation that return IParameters Modifier and Type Method Description IParametersBaseConnector. getParameters()Methods in net.sf.okapi.lib.translation with parameters of type IParameters Modifier and Type Method Description intQueryManager. addAndInitializeResource(IQuery connector, String resourceName, IParameters params)Adds a translation resource to the manager and initializes it with the current source and target language of this manager, as well as any attributes that is set, and the current threshold and maximum hits if it is relevant.voidBaseConnector. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.lib.verification
Classes in net.sf.okapi.lib.verification that implement IParameters Modifier and Type Class Description classParameters -
Uses of IParameters in net.sf.okapi.steps.batchtranslation
Classes in net.sf.okapi.steps.batchtranslation that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.batchtranslation with parameters of type IParameters Modifier and Type Method Description voidBatchTranslationStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.bomconversion
Classes in net.sf.okapi.steps.bomconversion that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.bomconversion with parameters of type IParameters Modifier and Type Method Description voidBOMConversionStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.characterschecker
Classes in net.sf.okapi.steps.characterschecker that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.characterschecker with parameters of type IParameters Modifier and Type Method Description voidCharactersCheckerStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.charlisting
Classes in net.sf.okapi.steps.charlisting that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.charlisting with parameters of type IParameters Modifier and Type Method Description voidCharListingStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.cleanup
Classes in net.sf.okapi.steps.cleanup that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.cleanup with parameters of type IParameters Modifier and Type Method Description voidCleanupStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.codesremoval
Classes in net.sf.okapi.steps.codesremoval that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.codesremoval with parameters of type IParameters Modifier and Type Method Description voidCodesRemovalStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.common
Classes in net.sf.okapi.steps.common that implement IParameters Modifier and Type Class Description classExtractionVerificationStepParametersMethods in net.sf.okapi.steps.common with parameters of type IParameters Modifier and Type Method Description voidExtractionVerificationStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.common.codesimplifier
Classes in net.sf.okapi.steps.common.codesimplifier that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.common.codesimplifier with parameters of type IParameters Modifier and Type Method Description voidCodeSimplifierStep. setParameters(IParameters params)voidPostSegmentationCodeSimplifierStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.common.createtarget
Classes in net.sf.okapi.steps.common.createtarget that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.common.createtarget with parameters of type IParameters Modifier and Type Method Description voidCreateTargetStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.common.removetarget
Classes in net.sf.okapi.steps.common.removetarget that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.common.removetarget with parameters of type IParameters Modifier and Type Method Description voidRemoveTargetStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.common.tufiltering
Classes in net.sf.okapi.steps.common.tufiltering that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.common.tufiltering with parameters of type IParameters Modifier and Type Method Description voidTuFilteringStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.copyormove
Classes in net.sf.okapi.steps.copyormove that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.copyormove with parameters of type IParameters Modifier and Type Method Description voidCopyOrMoveStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.desegmentation
Classes in net.sf.okapi.steps.desegmentation that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.desegmentation with parameters of type IParameters Modifier and Type Method Description voidDesegmentationStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.diffleverage
Classes in net.sf.okapi.steps.diffleverage that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.diffleverage with parameters of type IParameters Modifier and Type Method Description voidDiffLeverageStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.encodingconversion
Classes in net.sf.okapi.steps.encodingconversion that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.encodingconversion with parameters of type IParameters Modifier and Type Method Description voidEncodingConversionStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.enrycher
Classes in net.sf.okapi.steps.enrycher that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.enrycher with parameters of type IParameters Modifier and Type Method Description voidEnrycherStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.externalcommand
Classes in net.sf.okapi.steps.externalcommand that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.externalcommand with parameters of type IParameters Modifier and Type Method Description voidExternalCommandStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.formatconversion
Classes in net.sf.okapi.steps.formatconversion that implement IParameters Modifier and Type Class Description classParametersclassTableFilterWriterParametersMethods in net.sf.okapi.steps.formatconversion that return IParameters Modifier and Type Method Description IParametersCorpusFilterWriter. getParameters()IParametersWordTableFilterWriter. getParameters()Methods in net.sf.okapi.steps.formatconversion with parameters of type IParameters Modifier and Type Method Description voidCorpusFilterWriter. setParameters(IParameters params)voidFormatConversionStep. setParameters(IParameters params)voidTableFilterWriter. setParameters(IParameters params)voidWordTableFilterWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.fullwidthconversion
Classes in net.sf.okapi.steps.fullwidthconversion that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.fullwidthconversion with parameters of type IParameters Modifier and Type Method Description voidFullWidthConversionStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.generalchecker
Classes in net.sf.okapi.steps.generalchecker that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.generalchecker with parameters of type IParameters Modifier and Type Method Description voidGeneralCheckerStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.idaligner
Classes in net.sf.okapi.steps.idaligner that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.idaligner with parameters of type IParameters Modifier and Type Method Description voidIdBasedAlignerStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.idbasedcopy
Classes in net.sf.okapi.steps.idbasedcopy that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.idbasedcopy with parameters of type IParameters Modifier and Type Method Description voidIdBasedCopyStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.imagemodification
Classes in net.sf.okapi.steps.imagemodification that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.imagemodification with parameters of type IParameters Modifier and Type Method Description voidImageModificationStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.inconsistencycheck
Classes in net.sf.okapi.steps.inconsistencycheck that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.inconsistencycheck with parameters of type IParameters Modifier and Type Method Description voidInconsistencyCheckStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.inlinescodeschecker
Classes in net.sf.okapi.steps.inlinescodeschecker that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.inlinescodeschecker with parameters of type IParameters Modifier and Type Method Description voidInlineCodesCheckerStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.lengthchecker
Classes in net.sf.okapi.steps.lengthchecker that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.lengthchecker with parameters of type IParameters Modifier and Type Method Description voidLengthCheckerStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.leveraging
Classes in net.sf.okapi.steps.leveraging that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.leveraging with parameters of type IParameters Modifier and Type Method Description voidBatchTmLeveragingStep. setParameters(IParameters params)voidLeveragingStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.linebreakconversion
Classes in net.sf.okapi.steps.linebreakconversion that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.linebreakconversion with parameters of type IParameters Modifier and Type Method Description voidLineBreakConversionStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.localizablechecker
Classes in net.sf.okapi.steps.localizablechecker that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.localizablechecker with parameters of type IParameters Modifier and Type Method Description voidLocalizableCheckerStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.moses
Classes in net.sf.okapi.steps.moses that implement IParameters Modifier and Type Class Description classMergingParametersMethods in net.sf.okapi.steps.moses with parameters of type IParameters Modifier and Type Method Description voidExtractionStep. setParameters(IParameters params)voidMergingStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.msbatchtranslation
Classes in net.sf.okapi.steps.msbatchtranslation that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.msbatchtranslation with parameters of type IParameters Modifier and Type Method Description voidMSBatchTranslationStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.paraaligner
Classes in net.sf.okapi.steps.paraaligner that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.paraaligner with parameters of type IParameters Modifier and Type Method Description voidParagraphAlignerStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.patternschecker
Classes in net.sf.okapi.steps.patternschecker that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.patternschecker with parameters of type IParameters Modifier and Type Method Description voidPatternsCheckerStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.qualitycheck
Methods in net.sf.okapi.steps.qualitycheck with parameters of type IParameters Modifier and Type Method Description voidQualityCheckStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.rainbowkit.common
Methods in net.sf.okapi.steps.rainbowkit.common that return IParameters Modifier and Type Method Description IParametersIPackageWriter. getParameters()Methods in net.sf.okapi.steps.rainbowkit.common with parameters of type IParameters Modifier and Type Method Description voidBasePackageWriter. setParameters(IParameters params)voidIPackageWriter. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.rainbowkit.creation
Classes in net.sf.okapi.steps.rainbowkit.creation that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.rainbowkit.creation with parameters of type IParameters Modifier and Type Method Description voidExtractionStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.rainbowkit.omegat
Classes in net.sf.okapi.steps.rainbowkit.omegat that implement IParameters Modifier and Type Class Description classOptions -
Uses of IParameters in net.sf.okapi.steps.rainbowkit.postprocess
Classes in net.sf.okapi.steps.rainbowkit.postprocess that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.rainbowkit.postprocess with parameters of type IParameters Modifier and Type Method Description voidMergingStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.rainbowkit.transifex
Classes in net.sf.okapi.steps.rainbowkit.transifex that implement IParameters Modifier and Type Class Description classParameters -
Uses of IParameters in net.sf.okapi.steps.rainbowkit.xliff
Classes in net.sf.okapi.steps.rainbowkit.xliff that implement IParameters Modifier and Type Class Description classOptionsclassXLIFF2Options -
Uses of IParameters in net.sf.okapi.steps.repetitionanalysis
Classes in net.sf.okapi.steps.repetitionanalysis that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.repetitionanalysis with parameters of type IParameters Modifier and Type Method Description voidRepetitionAnalysisStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.rtfconversion
Classes in net.sf.okapi.steps.rtfconversion that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.rtfconversion with parameters of type IParameters Modifier and Type Method Description voidRTFConversionStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.scopingreport
Classes in net.sf.okapi.steps.scopingreport that implement IParameters Modifier and Type Class Description classParameters -
Uses of IParameters in net.sf.okapi.steps.searchandreplace
Classes in net.sf.okapi.steps.searchandreplace that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.searchandreplace with parameters of type IParameters Modifier and Type Method Description voidSearchAndReplaceStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.segmentation
Classes in net.sf.okapi.steps.segmentation that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.segmentation with parameters of type IParameters Modifier and Type Method Description voidSegmentationStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.sentencealigner
Classes in net.sf.okapi.steps.sentencealigner that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.sentencealigner with parameters of type IParameters Modifier and Type Method Description voidSentenceAlignerStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.spacecheck
Methods in net.sf.okapi.steps.spacecheck that return IParameters Modifier and Type Method Description IParametersSpaceCheckStep. getParameters()Methods in net.sf.okapi.steps.spacecheck with parameters of type IParameters Modifier and Type Method Description voidSpaceCheckStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.termextraction
Classes in net.sf.okapi.steps.termextraction that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.termextraction with parameters of type IParameters Modifier and Type Method Description voidTermExtractionStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.terminologyleveraging
Classes in net.sf.okapi.steps.terminologyleveraging that implement IParameters Modifier and Type Class Description classTerminologyParametersProvides parameters for terminology connectors.Methods in net.sf.okapi.steps.terminologyleveraging that return IParameters Modifier and Type Method Description IParametersBaseTerminologyConnector. getParameters()IParametersITerminologyQuery. getParameters()Methods in net.sf.okapi.steps.terminologyleveraging with parameters of type IParameters Modifier and Type Method Description voidBaseTerminologyConnector. setParameters(IParameters params)voidITerminologyQuery. setParameters(IParameters params)voidTerminologyLeveragingStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.textmodification
Classes in net.sf.okapi.steps.textmodification that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.textmodification with parameters of type IParameters Modifier and Type Method Description voidTextModificationStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.tmimport
Classes in net.sf.okapi.steps.tmimport that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.tmimport with parameters of type IParameters Modifier and Type Method Description voidTMImportStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.tokenization
Classes in net.sf.okapi.steps.tokenization that implement IParameters Modifier and Type Class Description classParametersTokenization step parametersclassTokenConfigsTokenType Definitionsstatic classTokenConfigs.TokenConfig -
Uses of IParameters in net.sf.okapi.steps.translationcomparison
Classes in net.sf.okapi.steps.translationcomparison that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.translationcomparison with parameters of type IParameters Modifier and Type Method Description voidTranslationComparisonStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.ttxsplitter
Classes in net.sf.okapi.steps.ttxsplitter that implement IParameters Modifier and Type Class Description classTTXJoinerParametersclassTTXSplitterParametersMethods in net.sf.okapi.steps.ttxsplitter with parameters of type IParameters Modifier and Type Method Description voidTTXJoinerStep. setParameters(IParameters params)voidTTXSplitterStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.uriconversion
Classes in net.sf.okapi.steps.uriconversion that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.uriconversion with parameters of type IParameters Modifier and Type Method Description voidUriConversionStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.whitespacecorrection
Classes in net.sf.okapi.steps.whitespacecorrection that implement IParameters Modifier and Type Class Description classWhitespaceCorrectionStepParametersMethods in net.sf.okapi.steps.whitespacecorrection with parameters of type IParameters Modifier and Type Method Description voidWhitespaceCorrectionStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.wordcount
Classes in net.sf.okapi.steps.wordcount that implement IParameters Modifier and Type Class Description classParametersSimpleWordCountStepMethods in net.sf.okapi.steps.wordcount that return IParameters Modifier and Type Method Description IParametersSimpleWordCountStep. getParameters()Methods in net.sf.okapi.steps.wordcount with parameters of type IParameters Modifier and Type Method Description voidSimpleWordCountStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.wordcount.common
Classes in net.sf.okapi.steps.wordcount.common that implement IParameters Modifier and Type Class Description classParameters -
Uses of IParameters in net.sf.okapi.steps.xliffsplitter
Classes in net.sf.okapi.steps.xliffsplitter that implement IParameters Modifier and Type Class Description classXliffJoinerParametersclassXliffSplitterParametersclassXliffWCSplitterParametersMethods in net.sf.okapi.steps.xliffsplitter with parameters of type IParameters Modifier and Type Method Description voidXliffJoinerStep. setParameters(IParameters params)voidXliffSplitterStep. setParameters(IParameters params)voidXliffWCSplitterStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.xmlanalysis
Classes in net.sf.okapi.steps.xmlanalysis that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.xmlanalysis with parameters of type IParameters Modifier and Type Method Description voidXMLAnalysisStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.xmlcharfixing
Classes in net.sf.okapi.steps.xmlcharfixing that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.xmlcharfixing with parameters of type IParameters Modifier and Type Method Description voidXMLCharFixingStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.xmlvalidation
Classes in net.sf.okapi.steps.xmlvalidation that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.xmlvalidation with parameters of type IParameters Modifier and Type Method Description voidXMLValidationStep. setParameters(IParameters params) -
Uses of IParameters in net.sf.okapi.steps.xsltransform
Classes in net.sf.okapi.steps.xsltransform that implement IParameters Modifier and Type Class Description classParametersMethods in net.sf.okapi.steps.xsltransform with parameters of type IParameters Modifier and Type Method Description voidXSLTransformStep. setParameters(IParameters params)
-