be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.SAMTE
Class SAMTEGUIModule

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.AbstractGUIModule
      extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.SAMTE.SAMTEGUIModule
All Implemented Interfaces:
GUIModule

public class SAMTEGUIModule
extends AbstractGUIModule

Creation date: 3 fï¿œvr. 2006

Author:
Gaï¿œl Monfort (monfort@run.montefiore.ulg.ac.be)

Constructor Summary
SAMTEGUIModule()
           
 
Method Summary
 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 startAnnealing(int max_hops, int nb_shortest_path, int max_lsp, Domain domain, TrafficMatrix tm)
           
 
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

SAMTEGUIModule

public SAMTEGUIModule()
Method Detail

getMenu

public javax.swing.JMenu getMenu()
Description copied from interface: GUIModule
The method should return the menu you want to add to the gui

Returns:

getName

public java.lang.String getName()
Description copied from interface: GUIModule
Returns the GUIModule's name

Returns:
the GUIModule's name

loadAtStartup

public boolean loadAtStartup()
Description copied from class: AbstractGUIModule
Should the Module be loaded at GUI startup ?

Specified by:
loadAtStartup in interface GUIModule
Overrides:
loadAtStartup in class AbstractGUIModule
Returns:
false

startAnnealing

public void startAnnealing(int max_hops,
                           int nb_shortest_path,
                           int max_lsp,
                           Domain domain,
                           TrafficMatrix tm)


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