Class AbstractPoint

java.lang.Object
com.powsybl.timeseries.AbstractPoint
Direct Known Subclasses:
DoublePoint, StringPoint

public abstract class AbstractPoint extends Object
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Field Details

    • index

      protected final int index
    • time

      protected final long time
  • Constructor Details

    • AbstractPoint

      protected AbstractPoint(int index, long time)
  • Method Details

    • getIndex

      public int getIndex()
    • getTime

      public long getTime()