NetLogo API
version 2.1.0

Uses of Interface
org.nlogo.api.Reporter

Packages that use Reporter
org.nlogo.api Provides classes associated with the NetLogo Extensions API.  
 

Uses of Reporter in org.nlogo.api
 

Classes in org.nlogo.api that implement Reporter
 class DefaultReporter
          Partial implementation of Reporter provides common implentations of some methods.
 

Methods in org.nlogo.api that return Reporter
 Reporter Reporter.newInstance(String name)
          Returns a new instance of this Reporter.
 Reporter DefaultReporter.newInstance(String name)
          Returns a new instance of this class, created by invoking the empty constructor.
 


NetLogo API
version 2.1.0