NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.api.Argument

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

Uses of Argument in org.nlogo.api
 

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

Uses of Argument in org.nlogo.nvm
 

Classes in org.nlogo.nvm that implement Argument
 class Argument
          Passes arguments to extension primitives.
 


NetLogo API
version 4.0.1