public abstract class AbstractCutoffStrategy extends Object implements ICutoffStrategy
| Modifier and Type | Field and Description |
|---|---|
protected long |
scaleFactor
The scale factor, should be strictly positive
|
| Constructor and Description |
|---|
AbstractCutoffStrategy(long s)
Create a abstract class with the specific scaleFactor.
|
protected final long scaleFactor
public AbstractCutoffStrategy(long s)
throws IllegalArgumentException
s - scale factor (should be strictly positive)IllegalArgumentException - if scaleFactor is not strictly positiveCopyright © 2019. All rights reserved.