NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.api.Turtle

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

Uses of Turtle in org.nlogo.agent
 

Classes in org.nlogo.agent that implement Turtle
 class Turtle
           
 class Turtle3D
           
 

Uses of Turtle in org.nlogo.api
 

Methods in org.nlogo.api that return Turtle
 Turtle Argument.getTurtle()
          Returns the argument as a org.nlogo.api.Turtle.
 

Uses of Turtle in org.nlogo.nvm
 

Methods in org.nlogo.nvm that return Turtle
 Turtle Argument.getTurtle()
           
 


NetLogo API
version 4.0.1