NetLogo API
version 2.1.0

Uses of Interface
org.nlogo.api.Argument

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

Uses of Argument in org.nlogo.api
 

Methods in org.nlogo.api with parameters of type Argument
 Object Reporter.report(Argument[] args, Context context)
          Executes this Reporter.
 void Context.setVariable(Argument arg, Object netLogoValue)
          Undocumented method.
 void Command.perform(Argument[] args, Context context)
          Executes this Command.
 


NetLogo API
version 2.1.0