Package | Description |
---|---|
com.net2plan.interfaces.networkDesign |
Provides a set of classes and interfaces for the network design tool.
|
com.net2plan.libraries |
Provides a set of useful libraries to develop algorithms and reports.
|
Modifier and Type | Method and Description |
---|---|
TrafficSeries |
Link.getMonitoredOrForecastedCarriedTraffic()
Returns the object contianing the monitored or forecasted time series information for the carried traffic
|
TrafficSeries |
Demand.getMonitoredOrForecastedOfferedTraffic()
Returns the object contianing the monitored or forecasted time series information for the offered traffic
|
TrafficSeries |
MulticastDemand.getMonitoredOrForecastedOfferedTraffic()
Returns the object contianing the monitored or forecasted time series information for the offered traffic
|
Modifier and Type | Method and Description |
---|---|
void |
Link.setMonitoredOrForecastedCarriedTraffic(TrafficSeries newTimeSeries)
Sets the new time series for the monitored or forecasted offered traffic, eliminating any previous values
|
void |
Demand.setMonitoredOrForecastedOfferedTraffic(TrafficSeries newTimeSeries)
Sets the new time series for the monitored or forecasted offered traffic, eliminating any previous values
|
void |
MulticastDemand.setMonitoredOrForecastedOfferedTraffic(TrafficSeries newTimeSeries)
Sets the new time series for the monitored or forecasted offered traffic, eliminating any previous values
|
Modifier and Type | Method and Description |
---|---|
TrafficSeries |
TrafficSeries.addSyntheticMonitoringTrace(TrafficSeries.FITTINGTYPE type,
Date initialDate,
double intervalBetweenSamplesInSeconds,
int numberOfSamples,
double initialTraffic,
double growthFactorPerYear,
double noiseRelativeTypicalDeviationRespectToAverage) |
TrafficSeries |
TrafficSeries.addValue(Date date,
Double val) |
TrafficSeries |
TrafficSeries.addValues(Collection<Date> dates,
Collection<Double> values) |
TrafficSeries |
TrafficSeries.addValues(Collection<Pair<Date,Double>> pairs) |
TrafficSeries |
TrafficSeries.addValues(SortedMap<Date,Double> values) |
static TrafficSeries |
TrafficSeries.createFromStringList(List<String> stringList) |
static TrafficSeries |
TrafficSeries.createFromValuesAndInterval(Date initialTime,
long intervalInMiliseconds,
double[] values) |
TrafficSeries |
TrafficSeries.getCopy() |
TrafficSeries |
TrafficSeries.removeAllValues() |
TrafficSeries |
TrafficSeries.removeAllValuesAfterOrEqual(Date d) |
TrafficSeries |
TrafficSeries.removeAllValuesBeforeOrEqual(Date d) |
TrafficSeries |
TrafficSeries.removeValue(Date date) |
Copyright © 2018. All rights reserved.