Uses of Class
com.bayesserver.IntervalEndPoint
-
Packages that use IntervalEndPoint Package Description com.bayesserver -
-
Uses of IntervalEndPoint in com.bayesserver
Methods in com.bayesserver that return IntervalEndPoint Modifier and Type Method 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.Methods in com.bayesserver with parameters of type IntervalEndPoint Modifier and Type Method 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.Constructors in com.bayesserver with parameters of type IntervalEndPoint Constructor Description Interval(T minimum, T maximum, IntervalEndPoint minimumEndPoint, IntervalEndPoint maximumEndPoint)
Initializes a new instance of an Interval.
-