Package com.powsybl.timeseries
Class AbstractTimeSeriesIndex
- java.lang.Object
-
- com.powsybl.timeseries.AbstractTimeSeriesIndex
-
- All Implemented Interfaces:
TimeSeriesIndex
,Iterable<Instant>
- Direct Known Subclasses:
InfiniteTimeSeriesIndex
,IrregularTimeSeriesIndex
,RegularTimeSeriesIndex
public abstract class AbstractTimeSeriesIndex extends Object implements TimeSeriesIndex
- Author:
- Geoffroy Jamgotchian
-
-
Constructor Summary
Constructors Constructor Description AbstractTimeSeriesIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getInstantAt(int point)
String
toJson()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface com.powsybl.timeseries.TimeSeriesIndex
getPointCount, getTimeAt, getType, iterator, stream, writeJson
-
-
-
-
Method Detail
-
getInstantAt
public Instant getInstantAt(int point)
- Specified by:
getInstantAt
in interfaceTimeSeriesIndex
-
toJson
public String toJson()
- Specified by:
toJson
in interfaceTimeSeriesIndex
-
-