NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.api.Patch

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

Uses of Patch in org.nlogo.agent
 

Classes in org.nlogo.agent that implement Patch
 class Patch
           
 class Patch3D
           
 

Uses of Patch in org.nlogo.api
 

Methods in org.nlogo.api that return Patch
 Patch Argument.getPatch()
          Returns the argument as an org.nlogo.api.Patch
 

Uses of Patch in org.nlogo.nvm
 

Methods in org.nlogo.nvm that return Patch
 Patch Argument.getPatch()
           
 


NetLogo API
version 4.0.1