Package org.eclipse.compare.internal
Class LCSSettings
java.lang.Object
org.eclipse.compare.internal.LCSSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
boolean
void
setPowLimit
(double pow_limit) void
setTooLong
(double too_long) void
setUseGreedyMethod
(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)
-