public static class Activation.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
fired |
Range |
range |
Double |
targetValue |
double |
value |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Activation.Builder |
setFired(int fired) |
Activation.Builder |
setRange(int begin,
int end) |
Activation.Builder |
setRange(Range range) |
Activation.Builder |
setTargetValue(Double targetValue) |
Activation.Builder |
setValue(double value) |
public Range range
public double value
public Double targetValue
public int fired
public Activation.Builder setRange(int begin, int end)
public Activation.Builder setRange(Range range)
public Activation.Builder setValue(double value)
public Activation.Builder setTargetValue(Double targetValue)
public Activation.Builder setFired(int fired)
Copyright © 2018. All rights reserved.