Package com.powsybl.timeseries
Interface TimeSeriesIndex
-
- All Known Implementing Classes:
AbstractTimeSeriesIndex
,InfiniteTimeSeriesIndex
,IrregularTimeSeriesIndex
,RegularTimeSeriesIndex
public interface TimeSeriesIndex extends Iterable<Instant>
- Author:
- Geoffroy Jamgotchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instant
getInstantAt(int point)
int
getPointCount()
long
getTimeAt(int point)
String
getType()
Iterator<Instant>
iterator()
Stream<Instant>
stream()
String
toJson()
void
writeJson(com.fasterxml.jackson.core.JsonGenerator generator)
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-