NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.agent.WorldResizer

Packages that use WorldResizer
org.nlogo.agent   
org.nlogo.headless Provides classes associated with running NetLogo "headless", that is, from the command line, with no GUI; includes the HeadlessWorkspace class
org.nlogo.nvm   
org.nlogo.workspace   
 

Uses of WorldResizer in org.nlogo.agent
 

Subinterfaces of WorldResizer in org.nlogo.agent
 interface ImporterUser
           
 

Uses of WorldResizer in org.nlogo.headless
 

Classes in org.nlogo.headless that implement WorldResizer
 class HeadlessWorkspace
          The main class for headless (no GUI) operation of NetLogo.
 

Uses of WorldResizer in org.nlogo.nvm
 

Subinterfaces of WorldResizer in org.nlogo.nvm
 interface Workspace
           
 

Uses of WorldResizer in org.nlogo.workspace
 

Classes in org.nlogo.workspace that implement WorldResizer
 class AbstractWorkspace
           
 class DummyWorkspace
           
 


NetLogo API
version 4.0.1