NetLogo API
version 2.1.0

Uses of Interface
org.nlogo.api.Primitive

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

Uses of Primitive in org.nlogo.api
 

Subinterfaces of Primitive in org.nlogo.api
 interface Command
          Interface for NetLogo extension commands.
 interface Reporter
          Interface for NetLogo reporters.
 

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

Methods in org.nlogo.api with parameters of type Primitive
 void PrimitiveManager.addPrimitive(String name, Primitive prim)
          Adds a new primitive.
 


NetLogo API
version 2.1.0