NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.agent.Thunk

Packages that use Thunk
org.nlogo.agent   
org.nlogo.workspace   
 

Uses of Thunk in org.nlogo.agent
 

Methods in org.nlogo.agent that return Thunk
 Thunk Evaluator.makeThunk(String source, Agent agent, Object owner)
           
 

Constructors in org.nlogo.agent with parameters of type Thunk
DynamicSliderConstraint(Thunk min, Thunk max, Thunk inc)
           
 

Uses of Thunk in org.nlogo.workspace
 

Methods in org.nlogo.workspace that return Thunk
 Thunk AbstractWorkspace.makeThunk(String source, Agent agent, Object owner)
           
 


NetLogo API
version 4.0.1