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

Packages that use WorldDef
edu.cmu.emulator Contains the main classes required by the Emulator. 
edu.cmu.emulator.world Implements the emulator's virtual physical environment. 
 

Uses of WorldDef in edu.cmu.emulator
 

Fields in edu.cmu.emulator declared as WorldDef
protected  WorldDef Emulator.worldDef
           
private  WorldDef ConfigFileParser.worldDef
           
 

Methods in edu.cmu.emulator that return WorldDef
 WorldDef Emulator.getWorldDef()
           
 WorldDef ConfigFileParser.getWorldDef()
          Returns the WorldDef, which specifies the dimensions of the world.
 

Uses of WorldDef in edu.cmu.emulator.world
 

Fields in edu.cmu.emulator.world declared as WorldDef
static WorldDef WorldDef.defaultWorldDef
           
 WorldDef WorldDefParser.worldDef
           
protected  WorldDef EmuWorld.worldDef
           
 

Methods in edu.cmu.emulator.world that return WorldDef
 WorldDef EmuWorld.getWorldDef()
           
 WorldDef WorldDefParser.parse(Element worldDefElement)
          This method takes as input the DOM element representing the WorldDef tag and parses through its subtree.
 

Methods in edu.cmu.emulator.world with parameters of type WorldDef
 void WorldDefParser.print(WorldDef worldDef)
          This method prints the data extracted from the NodeDef tag.
 

Constructors in edu.cmu.emulator.world with parameters of type WorldDef
EmuWorld(EmuNode[] emuNodes, Emulator emulator, WorldDef worldDef)
           
 



Copyright © 2013. All Rights Reserved.