NetLogo API
version 4.0.1

Uses of Package
org.nlogo.api

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

Classes in org.nlogo.api used by org.nlogo.agent
Agent
          Interface provides access to NetLogo agents.
CompilerException
          Exception thrown by various methods that accept NetLogo code as input and cause that code to be compiled; indicates the code was invalid.
ExtensionManager
          ExtensionManager provides some methods that can be used in runOnce
ExtensionObject
          Interface which all NetLogo objects defined in Extensions must support
Link
          Interface provides access to NetLogo links.
LogoException
          A runtime error that has occurred in NetLogo code.
LogoList
           
Patch
          Interface provides access to NetLogo patches.
PlotInterface
           
Turtle
          Interface provides access to NetLogo turtles.
 

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.
CompilerException
          Exception thrown by various methods that accept NetLogo code as input and cause that code to be compiled; indicates the code was invalid.
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
ExtensionObject
          Interface which all NetLogo objects defined in Extensions must support
LogMessage
           
LogoException
          A runtime error that has occurred in NetLogo code.
LogoList
           
NetLogoListener
          A host application (such as a Pedagogica script) should implement this interface in order to be notified of events occurring within NetLogo.
Patch
          Interface provides access to NetLogo patches.
PlotPenInterface
           
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.app
CompilerException
          Exception thrown by various methods that accept NetLogo code as input and cause that code to be compiled; indicates the code was invalid.
 

Classes in org.nlogo.api used by org.nlogo.command
CompilerException
          Exception thrown by various methods that accept NetLogo code as input and cause that code to be compiled; indicates the code was invalid.
LogoException
          A runtime error that has occurred in NetLogo code.
LogoList
           
 

Classes in org.nlogo.api used by org.nlogo.headless
CompilerException
          Exception thrown by various methods that accept NetLogo code as input and cause that code to be compiled; indicates the code was invalid.
LogoException
          A runtime error that has occurred in NetLogo code.
 

Classes in org.nlogo.api used by org.nlogo.nvm
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.
CompilerException
          Exception thrown by various methods that accept NetLogo code as input and cause that code to be compiled; indicates the code was invalid.
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.
LogoException
          A runtime error that has occurred in NetLogo code.
LogoList
           
 

Classes in org.nlogo.api used by org.nlogo.workspace
CompilerException
          Exception thrown by various methods that accept NetLogo code as input and cause that code to be compiled; indicates the code was invalid.
Configurable
          A marker interface for a class that is configurable.
ExtensionManager
          ExtensionManager provides some methods that can be used in runOnce
LogoException
          A runtime error that has occurred in NetLogo code.
PlotInterface
           
Primitive
          Top-level interface for primitives (commands or reporters).
PrimitiveManager
          PrimitiveManager ships extension primitives and associated names to NetLogo.
 


NetLogo API
version 4.0.1