Uses of Class
pulse.input.Range
-
Packages that use Range Package Description pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g. -
-
Uses of Range in pulse.input
Fields in pulse.input declared as Range Modifier and Type Field Description static RangeRange. NEGATIVEstatic RangeRange. POSITIVEstatic RangeRange. UNLIMITEDMethods in pulse.input that return Range Modifier and Type Method Description RangeExperimentalData. getRange()Gets the dimensional timeRangeof this data.Methods in pulse.input with parameters of type Range Modifier and Type Method Description voidIndexRange. set(List<Double> data, Range range)Sets the bounds of this index range using the minimum and maximum values of the segment specified in therangeobject.voidExperimentalData. setRange(Range range)Sets the range, assigningthisto its parent, and forcing changes to theindexRange.Constructors in pulse.input with parameters of type Range Constructor Description IndexRange(List<Double> data, Range range)Constructs a new index range fordatabased on the dimensionalrange.
-