Uses of Class
be.ac.ulg.montefiore.run.totem.scenario.model.Scenario

Packages that use Scenario
be.ac.ulg.montefiore.run.totem.scenario.facade This package holds the manager for the scenario package. 
be.ac.ulg.montefiore.run.totem.scenario.persistence This package holds classes to load/save scenario files. 
be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario   
 

Uses of Scenario in be.ac.ulg.montefiore.run.totem.scenario.facade
 

Methods in be.ac.ulg.montefiore.run.totem.scenario.facade with parameters of type Scenario
 void ScenarioManager.loadScenario(Scenario scenario)
          Loads the specified scenario object into the manager.
 

Uses of Scenario in be.ac.ulg.montefiore.run.totem.scenario.persistence
 

Methods in be.ac.ulg.montefiore.run.totem.scenario.persistence that return Scenario
static Scenario ScenarioFactory.loadScenario(java.lang.String fileName)
          Loads the specified scenario XML file.
 

Uses of Scenario in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario
 

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.scenario with parameters of type Scenario
ScenarioExecutor(Scenario scenario)
          Create a new tree representing the given scenario
ScenarioJTree(Scenario scenario, java.io.OutputStream output)
          Build the internal JTree representation, displaying only the variables that are set.
ScenarioJTree(Scenario scenario, java.io.OutputStream output, boolean displayNotSet)
          Build the internal JTree representation
 



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