NetLogo API
version 4.0.1

Uses of Class
org.nlogo.command.Reporter

Packages that use Reporter
org.nlogo.command   
org.nlogo.nvm   
 

Uses of Reporter in org.nlogo.command
 

Subclasses of Reporter in org.nlogo.command
 class DoubleReporter
           
 class GeneratedDoubleReporter
           
 class GeneratedReporter
           
 

Fields in org.nlogo.command declared as Reporter
 Reporter[] Instruction.args
           
 

Methods in org.nlogo.command with parameters of type Reporter
 Object[] Instruction.optimize1(Reporter arg, Object[] subargs)
           
 Object[] Instruction.optimize2(Reporter arg1, Object[] subargs1, Reporter arg2, Object[] subargs2)
           
 

Uses of Reporter in org.nlogo.nvm
 

Methods in org.nlogo.nvm that return Reporter
 Reporter Argument.getReporter()
          Special (undocumented) method for the cities extension.
 

Methods in org.nlogo.nvm with parameters of type Reporter
 Object Context.evaluateReporter(Agent agent, Reporter reporter)
           
 

Constructors in org.nlogo.nvm with parameters of type Reporter
Argument(Context context, Reporter arg)
           
 


NetLogo API
version 4.0.1