Package com.powsybl.timeseries
Class AbstractPoint
java.lang.Object
com.powsybl.timeseries.AbstractPoint
- Direct Known Subclasses:
DoublePoint
,StringPoint
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
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()
-