|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChartParameterException | |
|---|---|
| be.ac.ulg.montefiore.run.totem.chart.facade | |
| be.ac.ulg.montefiore.run.totem.chart.model | |
| be.ac.ulg.montefiore.run.totem.chart.model.collectors | |
| Uses of ChartParameterException in be.ac.ulg.montefiore.run.totem.chart.facade |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.chart.facade that throw ChartParameterException | |
|---|---|
void |
ChartManager.addChart(java.lang.String name,
Chart chart)
Add a chart to the manager |
| Uses of ChartParameterException in be.ac.ulg.montefiore.run.totem.chart.model |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.chart.model that throw ChartParameterException | |
|---|---|
void |
Chart.addSeries(java.lang.String name,
java.util.HashMap<java.lang.String,java.lang.String> params)
Add a series of data to the collected data. |
void |
Chart.plot(java.lang.String chartPlotterName,
java.lang.String title,
java.lang.String xAxisTitle,
java.lang.String yAxisTitle,
java.util.HashMap<java.lang.String,java.lang.String> params)
Create the JFreeChart object. |
| Constructors in be.ac.ulg.montefiore.run.totem.chart.model that throw ChartParameterException | |
|---|---|
Chart(java.lang.String dataCollectorName,
java.util.HashMap<java.lang.String,java.lang.String> params)
Build a Chart object that is able to collect data with the specified collector. |
|
| Uses of ChartParameterException in be.ac.ulg.montefiore.run.totem.chart.model.collectors |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.chart.model.collectors that throw ChartParameterException | |
|---|---|
double[] |
LinksReservedBWDataCollector.collectData(java.util.HashMap<java.lang.String,java.lang.String> params)
return a vector of link resevrved bandwidth at the moment of the call. |
double[] |
ChartDataCollector.collectData(java.util.HashMap<java.lang.String,java.lang.String> params)
Collect the data and return it in a double vector. |
double[] |
LinksLoadDataCollector.collectData(java.util.HashMap<java.lang.String,java.lang.String> params)
return a vector of link load computed with the given trafficMatrix using a SPF strategy. |
void |
LinksReservedBWDataCollector.setParameters(java.util.HashMap<java.lang.String,java.lang.String> params)
The parameters are - asId : specify the asId of the domain to use for data collection. |
void |
ChartDataCollector.setParameters(java.util.HashMap<java.lang.String,java.lang.String> params)
Set additional (implementation dependant) parameter of the collector. |
void |
LinksLoadDataCollector.setParameters(java.util.HashMap<java.lang.String,java.lang.String> params)
The parameters are - asId : specify the asId of the domain to use for data collection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||