NetLogo API
version 3.0.2

Uses of Package
org.nlogo.api

Packages that use org.nlogo.api
org.nlogo.api Provides classes associated with the NetLogo Extensions API.  
org.nlogo.headless Provides classes associated with running NetLogo "headless", that is, from the command line, with no GUI; includes the HeadlessWorkspace class
 

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.
ExtensionManager
          ExtensionManager provides some methods that can be used in runOnce
LogoList
           
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.
 

Classes in org.nlogo.api used by org.nlogo.headless
LogoException
          A runtime error that has occurred in NetLogo code.
 


NetLogo API
version 3.0.2