Uses of Class
com.pervasive.datarush.analytics.stats.Interval.Closure
-
Packages that use Interval.Closure Package Description com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer. -
-
Uses of Interval.Closure in com.pervasive.datarush.analytics.stats
Methods in com.pervasive.datarush.analytics.stats that return Interval.Closure Modifier and Type Method Description static Interval.Closure
Interval.Closure. closure(boolean fromClosed, boolean toClosed)
Returns a closure for the given parametersInterval.Closure
Interval. getClosure()
Returns the closure of the intervalstatic Interval.Closure
Interval.Closure. valueOf(String name)
Returns the enum constant of this type with the specified name.static Interval.Closure[]
Interval.Closure. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.pervasive.datarush.analytics.stats with parameters of type Interval.Closure Constructor Description Interval(Interval.Closure closure, T leftMargin, T rightMargin)
Creates a new interval
-