Package pulse
Interface DiscreteInput
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ExperimentalData
,NumericPulseData
public interface DiscreteInput extends Serializable
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Segment
bounds()
static List<Point2D>
convert(double[] x, double[] y)
static List<Point2D>
convert(List<Double> x, List<Double> y)
IndexRange
getIndexRange()
List<Double>
getX()
List<Double>
getY()
-