NetLogo API
version 2.1.0

Uses of Package
org.nlogo.api

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

Classes in org.nlogo.api used by org.nlogo.api
Agent
          Interface provides access to NetLogo agents.
Argument
          Interface provides access to arguments passed to the perform or report methods of a primitive at run-time.
ClassManager
          Interface specifies the main class of a NetLogo extension.
Command
          Interface for NetLogo extension commands.
Configurable
          A marker interface for a class that is configurable.
Context
          Provides access to the current execution environment.
ExtensionException
          Wrapper class for exceptions thrown by NetLogo extensions.
Patch
          Interface provides access to NetLogo patches.
Primitive
          Top-level interface for primitives (commands or reporters).
PrimitiveManager
          PrimitiveManager ships extension primitives and associated names to NetLogo.
Reporter
          Interface for NetLogo reporters.
Syntax
          Specifies the arguments accepted by a primitive.
Turtle
          Interface provides access to NetLogo turtles.
 


NetLogo API
version 2.1.0