NetLogo API
version 3.0.2

Uses of Interface
org.nlogo.api.Agent

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

Uses of Agent in org.nlogo.api
 

Subinterfaces of Agent in org.nlogo.api
 interface Patch
          Interface provides access to NetLogo patches.
 interface Turtle
          Interface provides access to NetLogo turtles.
 

Methods in org.nlogo.api that return Agent
 Agent Context.getAgent()
          Returns the agent that is currently executing this code.
 Agent Argument.getAgent()
          Returns the argument as an Agent.
 


NetLogo API
version 3.0.2