Package net.sf.okapi.steps.leveraging
Class Parameters
- java.lang.Object
-
- net.sf.okapi.common.BaseParameters
-
- net.sf.okapi.common.StringParameters
-
- net.sf.okapi.steps.leveraging.Parameters
-
- All Implemented Interfaces:
Cloneable,IParameters
public class Parameters extends StringParameters
-
-
Field Summary
-
Fields inherited from class net.sf.okapi.common.StringParameters
buffer
-
Fields inherited from class net.sf.okapi.common.BaseParameters
path
-
-
Constructor Summary
Constructors Constructor Description Parameters()
-
Method Summary
-
Methods inherited from class net.sf.okapi.common.StringParameters
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toString
-
Methods inherited from class net.sf.okapi.common.BaseParameters
getParametersDescription, getPath, load, load, save, setPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sf.okapi.common.IParameters
copy
-
-
-
-
Method Detail
-
getFillIfTargetIsEmpty
public boolean getFillIfTargetIsEmpty()
-
setFillIfTargetIsEmpty
public void setFillIfTargetIsEmpty(boolean fillIfTargetIsEmpty)
-
getFillIfTargetIsSameAsSource
public boolean getFillIfTargetIsSameAsSource()
-
setFillIfTargetIsSameAsSource
public void setFillIfTargetIsSameAsSource(boolean fillIfTargetIsSameAsSource)
-
getLeverage
public boolean getLeverage()
-
setLeverage
public void setLeverage(boolean leverage)
-
getResourceClassName
public String getResourceClassName()
-
setResourceClassName
public void setResourceClassName(String resourceClassName)
-
getResourceParameters
public String getResourceParameters()
-
setResourceParameters
public void setResourceParameters(String resourceParameters)
-
getNoQueryThreshold
public int getNoQueryThreshold()
-
setNoQueryThreshold
public void setNoQueryThreshold(int noQuerythreshold)
-
getThreshold
public int getThreshold()
-
setThreshold
public void setThreshold(int threshold)
-
getFillTarget
public boolean getFillTarget()
-
setFillTarget
public void setFillTarget(boolean fillTarget)
-
getFillTargetThreshold
public int getFillTargetThreshold()
-
setFillTargetThreshold
public void setFillTargetThreshold(int fillTargetThreshold)
-
getDowngradeIdenticalBestMatches
public boolean getDowngradeIdenticalBestMatches()
-
setDowngradeIdenticalBestMatches
public void setDowngradeIdenticalBestMatches(boolean downgradeIdenticalBestMatches)
-
getMakeTMX
public boolean getMakeTMX()
-
setMakeTMX
public void setMakeTMX(boolean makeTMX)
-
getCopySourceOnNoText
public boolean getCopySourceOnNoText()
-
setCopySourceOnNoText
public void setCopySourceOnNoText(boolean copySourceOnNoText)
-
getTMXPath
public String getTMXPath()
-
setTMXPath
public void setTMXPath(String tmxPath)
-
getUseMTPrefix
public boolean getUseMTPrefix()
-
setUseMTPrefix
public void setUseMTPrefix(boolean useMTPrefix)
-
getUseTargetPrefix
public boolean getUseTargetPrefix()
-
setUseTargetPrefix
public void setUseTargetPrefix(boolean useTargetPrefix)
-
getTargetPrefix
public String getTargetPrefix()
-
setTargetPrefix
public void setTargetPrefix(String targetPrefix)
-
getTargetPrefixThreshold
public int getTargetPrefixThreshold()
-
setTargetPrefixThreshold
public void setTargetPrefixThreshold(int targetPrefixThreshold)
-
reset
public void reset()
- Specified by:
resetin interfaceIParameters- Overrides:
resetin classStringParameters
-
-