Uses of Class
microsim.statistics.Series

Packages that use Series
Package
Description
 
  • Uses of Series in microsim.statistics

    Subclasses of Series in microsim.statistics
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Fields in microsim.statistics with type parameters of type Series
    Modifier and Type
    Field
    Description
    protected ArrayList<Series>
    TimeSeries.series
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Methods in microsim.statistics that return Series
    Modifier and Type
    Method
    Description
    TimeSeries.getSeries(int seriesIndex)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return a series at the given index.
    Methods in microsim.statistics that return types with arguments of type Series
    Modifier and Type
    Method
    Description
    TimeSeries.getSeriesList()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the list of contained time series.
    Methods in microsim.statistics with parameters of type Series
    Modifier and Type
    Method
    Description
    void
    TimeSeries.addSeries(Series aSeries)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Add a new series.