public class NoiseDependant extends java.lang.Object implements IPlacementConfig
| Modifier and Type | Field and Description |
|---|---|
int |
highNoiseCount |
int |
lowNoiseCount |
double |
noiseThreshold |
NO_PLACEMENT_CONFIG| Constructor and Description |
|---|
NoiseDependant(double noiseThresholdIn,
int lowNoiseCountIn,
int highNoiseCountIn) |