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 Segmentbounds()static List<Point2D>convert(double[] x, double[] y)static List<Point2D>convert(List<Double> x, List<Double> y)IndexRangegetIndexRange()List<Double>getX()List<Double>getY()
-