Package org.eclipse.compare.internal
Class LCSSettings
java.lang.Object
org.eclipse.compare.internal.LCSSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublebooleanvoidsetPowLimit(double pow_limit) voidsetTooLong(double too_long) voidsetUseGreedyMethod(boolean useGreedyMethod)
-
Constructor Details
-
LCSSettings
public LCSSettings()
-
-
Method Details
-
getTooLong
public double getTooLong() -
setTooLong
public void setTooLong(double too_long) -
getPowLimit
public double getPowLimit() -
setPowLimit
public void setPowLimit(double pow_limit) -
isUseGreedyMethod
public boolean isUseGreedyMethod() -
setUseGreedyMethod
public void setUseGreedyMethod(boolean useGreedyMethod)
-