Uses of Class
com.bayesserver.IntervalEndPoint
- 
Packages that use IntervalEndPoint Package Description com.bayesserver 
- 
- 
Uses of IntervalEndPoint in com.bayesserverMethods in com.bayesserver that return IntervalEndPoint Modifier and Type Method Description IntervalEndPointInterval. getMaximumEndPoint()Gets the end point type for the maximum value of the interval.IntervalEndPointInterval. getMinimumEndPoint()Gets the end point type for the minimum value of the interval.static IntervalEndPointIntervalEndPoint. 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 voidInterval. setMaximumEndPoint(IntervalEndPoint value)Sets the end point type for the maximum value of the interval.voidInterval. 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.
 
-