|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.LinksWIReport
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.impl.LinkLoadComputerUtilisationWIReport
public class LinkLoadComputerUtilisationWIReport
Reports to compare the utilisation calculated by LinkLoadComputer. It uses two LinkLoadComputer objects (that can be the same). one is used to compute the initial data and the other for the final data. A dropped traffic panel is added to the LinksWIReport.
Creation date: 25/02/2008
Field Summary |
---|
Fields inherited from class be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.LinksWIReport |
---|
domain, finalData, formatter, initialData |
Constructor Summary | |
---|---|
LinkLoadComputerUtilisationWIReport(Domain domain,
LinkLoadComputer initialLLC,
LinkLoadComputer finalLLC)
|
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. |
javax.swing.JPanel |
getPanel()
Returns a panel displaying the difference between the data collected by WIReport.computeInitialData() and by
WIReport.computeFinalData() |
java.lang.String |
getShortName()
Returns the name of the type of report. |
protected boolean |
hasCharts()
Must return true if a chart can be display by the LinksWIReport.showCharts() method. |
protected void |
showCharts()
Show the charts. |
Methods inherited from class be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.LinksWIReport |
---|
addStatPanel, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LinkLoadComputerUtilisationWIReport(Domain domain, LinkLoadComputer initialLLC, LinkLoadComputer finalLLC)
Method Detail |
---|
protected boolean hasCharts()
LinksWIReport
LinksWIReport.showCharts()
method. In this case a button will
be added to the panel.
hasCharts
in class LinksWIReport
protected void showCharts()
LinksWIReport
LinksWIReport.hasCharts()
returns true.
showCharts
in class LinksWIReport
public void computeInitialData()
WIReport
public void computeFinalData()
WIReport
public java.lang.String getName()
WIReport
public java.lang.String getShortName()
WIReport
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public javax.swing.JPanel getPanel()
WIReport
WIReport.computeInitialData()
and by
WIReport.computeFinalData()
getPanel
in interface WIReport
getPanel
in class LinksWIReport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |