Class DoublePoint

java.lang.Object
com.powsybl.timeseries.AbstractPoint
com.powsybl.timeseries.DoublePoint

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

    • DoublePoint

      public DoublePoint(int index, long time, double value)
  • Method Details

    • getValue

      public double getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object