public static class DiscoverEPTreeRecipe.Parameters
extends java.lang.Object
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
DiscoverEPTreeRecipe.DiscoveryAlgorithm |
getAlgorithm() |
java.util.Set<java.lang.String> |
getErrorClasses() |
protected DiscoverEPTreeNaive.Parameters |
getParamsNaive() |
protected DiscoverEPTreeRecursion.Parameters |
getParamsRecursion() |
double |
getPathThreshold() |
IQueryCancelError |
getQueryCatchError() |
boolean |
getUseCancelation() |
void |
setAlgorithm(DiscoverEPTreeRecipe.DiscoveryAlgorithm algorithm) |
void |
setErrorClasses(java.util.Set<java.lang.String> input) |
void |
setPathThreshold(double threshold) |
void |
setQueryCatchError(IQueryCancelError input) |
void |
setUseCancelation(boolean input) |
public DiscoverEPTreeRecipe.DiscoveryAlgorithm getAlgorithm()
public void setAlgorithm(DiscoverEPTreeRecipe.DiscoveryAlgorithm algorithm)
public double getPathThreshold()
public void setPathThreshold(double threshold)
public boolean getUseCancelation()
public void setUseCancelation(boolean input)
public IQueryCancelError getQueryCatchError()
public void setQueryCatchError(IQueryCancelError input)
public java.util.Set<java.lang.String> getErrorClasses()
public void setErrorClasses(java.util.Set<java.lang.String> input)
protected DiscoverEPTreeNaive.Parameters getParamsNaive()
protected DiscoverEPTreeRecursion.Parameters getParamsRecursion()