NetLogo API
version 4.0.1

Uses of Class
org.nlogo.agent.World

Packages that use World
org.nlogo.agent   
org.nlogo.command   
org.nlogo.nvm   
org.nlogo.workspace   
 

Uses of World in org.nlogo.agent
 

Subclasses of World in org.nlogo.agent
 class World3D
           
 

Fields in org.nlogo.agent declared as World
 World Program.world
           
 

Methods in org.nlogo.agent that return World
 World Agent.world()
           
 World AgentSet.world()
           
 

Methods in org.nlogo.agent with parameters of type World
static void Layouts.circle(World world, LogoList nodes, double radius)
           
static void ImportPatchColors.importPatchColors(org.nlogo.util.File imageFile, World world, boolean asNetLogoColors)
           
 Object Importer.StringReader.readFromString(String s, World world)
           
 

Constructors in org.nlogo.agent with parameters of type World
Agent(World world)
           
ArrayAgentSet(Class type, Agent[] agents, String printName, World world)
           
ArrayAgentSet(Class type, Agent[] agents, World world)
           
ArrayAgentSet(Class type, int initialCapacity, boolean removableAgents, World world)
           
DummyLink(World world, Object end1, Object end2, AgentSet breed)
           
Importer(Importer.ErrorHandler errorHandler, World world, ImporterUser importerUser, Importer.StringReader stringReader)
           
Importer3D(Importer.ErrorHandler errorHandler, World world, ImporterUser importerUser, Importer.StringReader stringReader)
           
Link(World world, Turtle end1, Turtle end2, int arraySize)
           
Link3D(World world, Turtle end1, Turtle end2, AgentSet breed)
           
LinkManager(World world)
           
Observer(World world)
           
Observer3D(World world)
           
Program(List interfaceGlobals, World world)
           
Program(World world)
           
TreeAgentSet(Class type, int initialCapacity, String printName, World world)
           
Turtle(World world, AgentSet breed, Double xcor, Double ycor)
           
 

Uses of World in org.nlogo.command
 

Fields in org.nlogo.command declared as World
 World Instruction.world
           
 

Uses of World in org.nlogo.nvm
 

Methods in org.nlogo.nvm that return World
 World Workspace.world()
           
 

Methods in org.nlogo.nvm with parameters of type World
 Object FileManager.read(World world)
           
 

Constructors in org.nlogo.nvm with parameters of type World
JobManager(JobManagerOwner jobManagerOwner, World world, Object lock)
           
 

Uses of World in org.nlogo.workspace
 

Fields in org.nlogo.workspace declared as World
 World AbstractWorkspace.world
           
 

Methods in org.nlogo.workspace that return World
 World AbstractWorkspace.world()
           
 

Methods in org.nlogo.workspace with parameters of type World
static String Checksummer.calculateWorldChecksum(World world)
           
 Object DefaultFileManager.read(World world)
           
 


NetLogo API
version 4.0.1