Uses of Class
edu.cmu.emulator.world.EmuWorld

Packages that use EmuWorld
edu.cmu.emulator Contains the main classes required by the Emulator. 
edu.cmu.emulator.appServer   
edu.cmu.emulator.daemon Node control daemon implementation and control classes. 
edu.cmu.emulator.demoVis GUI classes for the emulator demo. 
edu.cmu.emulator.event A discrete event processing package. 
edu.cmu.emulator.signal The emulator's virtualized signal propagation environment. 
edu.cmu.emulator.vis The emulator visualizer. 
 

Uses of EmuWorld in edu.cmu.emulator
 

Fields in edu.cmu.emulator declared as EmuWorld
protected  EmuWorld Emulator.world
           
protected  EmuWorld SimpleUserClass.world
           
 

Methods in edu.cmu.emulator that return EmuWorld
 EmuWorld Emulator.getEmuWorld()
          Helper API for user code to obtain access to EmuWorld object in the emulator.
 

Uses of EmuWorld in edu.cmu.emulator.appServer
 

Fields in edu.cmu.emulator.appServer declared as EmuWorld
protected  EmuWorld GUIWebRunner.world
           
 

Uses of EmuWorld in edu.cmu.emulator.daemon
 

Fields in edu.cmu.emulator.daemon declared as EmuWorld
private  EmuWorld DaemonCommunicator.world
          The experiment EmuWorld
 

Constructors in edu.cmu.emulator.daemon with parameters of type EmuWorld
DaemonCommunicator(EmuWorld world)
          Constructor.
 

Uses of EmuWorld in edu.cmu.emulator.demoVis
 

Fields in edu.cmu.emulator.demoVis declared as EmuWorld
private  EmuWorld WorldView.emuWorld
           
 

Uses of EmuWorld in edu.cmu.emulator.event
 

Fields in edu.cmu.emulator.event declared as EmuWorld
(package private) static EmuWorld EventGlobals.world
           
 

Methods in edu.cmu.emulator.event with parameters of type EmuWorld
static void EventGlobals.setWorld(EmuWorld newWorld)
           
 

Uses of EmuWorld in edu.cmu.emulator.signal
 

Fields in edu.cmu.emulator.signal declared as EmuWorld
protected  EmuWorld ManualPathController.emuWorld
           
 

Uses of EmuWorld in edu.cmu.emulator.vis
 

Fields in edu.cmu.emulator.vis declared as EmuWorld
protected  EmuWorld ChannelViewer.emuWorld
           
private  EmuWorld NodeViewer.emuWorld
           
private  EmuWorld WorldView.emuWorld
           
private  EmuWorld NodeView.emuWorld
           
private  EmuWorld NodeViewPanel.emuWorld
           
 

Constructors in edu.cmu.emulator.vis with parameters of type EmuWorld
NodeView(EmuWorld emuWorld, VisController visController)
           
NodeViewer(EmuWorld emuWorld, VisController visController)
           
NodeViewPanel(String nodeName, EmuWorld emuWorld, VisController visController)
           
 



Copyright © 2013. All Rights Reserved.