be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.impl
Class ReservedBandwidthWIReport

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.LinksWIReport
      extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.impl.ReservedBandwidthWIReport
All Implemented Interfaces:
WIReport

public class ReservedBandwidthWIReport
extends LinksWIReport

The data collected by this report is the current reserved bandwidth on all links.

Creation date: 23/04/2007

Author:
Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)

Field Summary
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.LinksWIReport
domain, finalData, initialData
 
Constructor Summary
ReservedBandwidthWIReport(Domain domain)
           
ReservedBandwidthWIReport(Domain domain, int ct)
           
 
Method Summary
 void computeFinalData()
          Save the final data in its internal state.
 void computeInitialData()
          Save the initial data in its internal state.
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
          Returns a name corresponding to the type of report and its parameters.
 java.lang.String getShortName()
          Returns the name of the type of report.
protected  boolean hasCharts()
          return true
protected  void showCharts()
          Show two charts in a dialog: A decreasing line chart and a interval
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.LinksWIReport
getPanel, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReservedBandwidthWIReport

public ReservedBandwidthWIReport(Domain domain)

ReservedBandwidthWIReport

public ReservedBandwidthWIReport(Domain domain,
                                 int ct)
Method Detail

computeInitialData

public void computeInitialData()
Description copied from interface: WIReport
Save the initial data in its internal state.


computeFinalData

public void computeFinalData()
Description copied from interface: WIReport
Save the final data in its internal state.


getName

public java.lang.String getName()
Description copied from interface: WIReport
Returns a name corresponding to the type of report and its parameters.

Returns:

getShortName

public java.lang.String getShortName()
Description copied from interface: WIReport
Returns the name of the type of report.

Returns:

hasCharts

protected boolean hasCharts()
return true

Specified by:
hasCharts in class LinksWIReport
Returns:

showCharts

protected void showCharts()
Show two charts in a dialog: A decreasing line chart and a interval

Specified by:
showCharts in class LinksWIReport

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.