NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.agent.Evaluator

Packages that use Evaluator
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.workspace   
 

Uses of Evaluator in org.nlogo.agent
 

Methods in org.nlogo.agent that return Evaluator
 Evaluator World.defaultEvaluator()
           
 

Methods in org.nlogo.agent with parameters of type Evaluator
 void World.setDefaultEvaluator(Evaluator eval)
           
 

Uses of Evaluator in org.nlogo.headless
 

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

Uses of Evaluator in org.nlogo.workspace
 

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


NetLogo API
version 4.0.1