public class AttributeNumeric extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AttributeNumeric.AttributeNumericValue |
| Modifier and Type | Field | Description |
|---|---|---|
double |
coefficient |
|
ComputeMethod |
computeMethod |
|
double |
maxValue |
|
double |
minValue |
| Constructor | Description |
|---|---|
AttributeNumeric(double minValue,
double maxValue,
ComputeMethod computeMethod,
double coefficient) |
| Modifier and Type | Method | Description |
|---|---|---|
AttributeNumeric.AttributeNumericValue |
getRandomNumeric() |
public double minValue
public double maxValue
public double coefficient
public ComputeMethod computeMethod
public AttributeNumeric(double minValue,
double maxValue,
ComputeMethod computeMethod,
double coefficient)
public AttributeNumeric.AttributeNumericValue getRandomNumeric()
Copyright © 2019. All rights reserved.