|
||||||||||
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.AbstractGUIModule
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.IGPWOGUIModule
public class IGPWOGUIModule
Module to perform IGPWO calculations Singleton class. An instance can be obntained by the static method getInstance()
Creation date: 9 nov. 2005
Nested Class Summary | |
---|---|
class |
IGPWOGUIModule.OptimizeWeightListener
|
class |
IGPWOGUIModule.ViewReportListener
|
Constructor Summary | |
---|---|
IGPWOGUIModule()
a private constructor |
Method Summary | |
---|---|
void |
displayReport()
Display the report generated by the IGPWO algorithm |
javax.swing.JMenu |
getMenu()
The method should return the menu you want to add to the gui |
java.lang.String |
getName()
Returns the GUIModule's name |
boolean |
loadAtStartup()
Should the Module be loaded at GUI startup ? |
void |
startAlgoWo(int nbIter,
int nbWeight,
double minSR,
double maxSR,
double initSR,
boolean random,
int seed,
int[] TMIds,
boolean interDomainLinks,
boolean bgpAware)
Compute Link weight with IGPWO and display a report |
Methods inherited from class be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.AbstractGUIModule |
---|
initialize, isUnloadable, terminate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IGPWOGUIModule()
Method Detail |
---|
public javax.swing.JMenu getMenu()
GUIModule
public java.lang.String getName()
GUIModule
public void displayReport()
public void startAlgoWo(int nbIter, int nbWeight, double minSR, double maxSR, double initSR, boolean random, int seed, int[] TMIds, boolean interDomainLinks, boolean bgpAware)
nbIter
- nbWeight
- minSR
- maxSR
- initSR
- random
- seed
- public boolean loadAtStartup()
AbstractGUIModule
loadAtStartup
in interface GUIModule
loadAtStartup
in class AbstractGUIModule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |