NetLogo API
version 2.0.1

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 commands.
 interface Reporter
          Interface for NetLogo reporters.
 

Methods in org.nlogo.api that return Primitive
 Primitive PrimitiveManager.getPrimitive(String name)
          Returns the primitive associated with a name.
 

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.0.1