NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.api.Primitive

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

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.
 

Uses of Primitive in org.nlogo.workspace
 

Methods in org.nlogo.workspace that return Primitive
 Primitive ExtensionPrimitiveManager.getPrimitive(String name)
          Returns the primitive associated with a name.
 Primitive ExtensionManager.replaceIdentifier(String name)
           
 

Methods in org.nlogo.workspace with parameters of type Primitive
 void ExtensionPrimitiveManager.addPrimitive(String name, Primitive prim)
           
 


NetLogo API
version 4.0.1