| Package | Description |
|---|---|
| com.bayesserver |
| Modifier and Type | Method and Description |
|---|---|
IntervalEndPoint |
Interval.getMaximumEndPoint()
Gets the end point type for the maximum value of the interval.
|
IntervalEndPoint |
Interval.getMinimumEndPoint()
Gets the end point type for the minimum value of the interval.
|
static IntervalEndPoint |
IntervalEndPoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntervalEndPoint[] |
IntervalEndPoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Interval.setMaximumEndPoint(IntervalEndPoint value)
Sets the end point type for the maximum value of the interval.
|
void |
Interval.setMinimumEndPoint(IntervalEndPoint value)
Sets the end point type for the minimum value of the interval.
|
| Constructor and Description |
|---|
Interval(T minimum,
T maximum,
IntervalEndPoint minimumEndPoint,
IntervalEndPoint maximumEndPoint)
Initializes a new instance of an Interval.
|
Copyright © 2021. All rights reserved.