public class LCSSettings extends Object
Constructor and Description |
---|
LCSSettings() |
Modifier and Type | Method and Description |
---|---|
double |
getPowLimit() |
double |
getTooLong() |
boolean |
isUseGreedyMethod() |
void |
setPowLimit(double pow_limit) |
void |
setTooLong(double too_long) |
void |
setUseGreedyMethod(boolean useGreedyMethod) |
public double getTooLong()
public void setTooLong(double too_long)
public double getPowLimit()
public void setPowLimit(double pow_limit)
public boolean isUseGreedyMethod()
public void setUseGreedyMethod(boolean useGreedyMethod)
Copyright © 2007-2018. All Rights Reserved.