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 Range
Range. NEGATIVE
static Range
Range. POSITIVE
static Range
Range. UNLIMITED
Methods in pulse.input that return Range Modifier and Type Method Description Range
ExperimentalData. getRange()
Gets the dimensional timeRange
of this data.Methods in pulse.input with parameters of type Range Modifier and Type Method Description void
IndexRange. set(List<Double> data, Range range)
Sets the bounds of this index range using the minimum and maximum values of the segment specified in therange
object.void
ExperimentalData. setRange(Range range)
Sets the range, assigningthis
to 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 fordata
based on the dimensionalrange
.
-