NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.api.Command

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

Uses of Command in org.nlogo.api
 

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

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


NetLogo API
version 4.0.1