NetLogo API
version 4.0.1

Uses of Class
org.nlogo.nvm.Context

Packages that use Context
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   
 

Uses of Context in org.nlogo.command
 

Methods in org.nlogo.command with parameters of type Context
 Agent Instruction.argEvalAgent(Context context, int argIndex)
           
 AgentSet Instruction.argEvalAgentSet(Context context, int argIndex)
           
 AgentSet Instruction.argEvalAgentSet(Context context, int argIndex, Class type)
           
 Boolean Instruction.argEvalBoolean(Context context, int argIndex)
           
 boolean Instruction.argEvalBooleanValue(Context context, int argIndex)
           
 Double Instruction.argEvalDouble(Context context, int argIndex)
           
 double Instruction.argEvalDoubleValue(Context context, int argIndex)
           
 int Instruction.argEvalIntValue(Context context, int argIndex)
           
 Link Instruction.argEvalLink(Context context, int argIndex)
           
 LogoList Instruction.argEvalList(Context context, int argIndex)
           
 Long Instruction.argEvalLong(Context context, int argIndex)
           
 long Instruction.argEvalLongValue(Context context, int argIndex)
           
 Patch Instruction.argEvalPatch(Context context, int argIndex)
           
 String Instruction.argEvalString(Context context, int argIndex)
           
 Turtle Instruction.argEvalTurtle(Context context, int argIndex)
           
 void Instruction.checkAgentClass(Agent agent, Context context)
           
 void Instruction.checkAgentSetClass(AgentSet agents, Context context)
           
 void BasicBlockCommand.perform(Context context)
           
abstract  void Command.perform(Context context)
           
 Object DoubleReporter.report(Context context)
           
abstract  Object Reporter.report(Context context)
           
 Double DoubleReporter.reportDouble(Context context)
           
 double DoubleReporter.reportDoubleValue(Context context)
           
 int DoubleReporter.reportIntValue(Context context)
           
 void Instruction.throwAgentClassException(Context context, Class agentClass)
           
 

Constructors in org.nlogo.command with parameters of type Context
ArgumentTypeException(Context context, Instruction problemInstr, int badArgIndex, int wantedType, Object badValue)
           
 

Uses of Context in org.nlogo.headless
 

Methods in org.nlogo.headless with parameters of type Context
 void HeadlessWorkspace.runtimeError(JobOwner owner, Context context, Instruction instruction, Exception ex)
          Internal use only.
 

Uses of Context in org.nlogo.nvm
 

Fields in org.nlogo.nvm declared as Context
 Context EngineException.context
           
 Context Job.parentContext
           
 

Methods in org.nlogo.nvm that return Context
 Context ExtensionContext.nvmContext()
           
 

Methods in org.nlogo.nvm with parameters of type Context
abstract  void Tracer.closeCallRecord(Context context, Activation activation)
           
 Procedure Workspace.compileForRun(String source, Context context, boolean reporter)
           
abstract  void Tracer.openCallRecord(Context context, Activation activation)
           
 void JobManagerOwner.runtimeError(JobOwner owner, Context context, Instruction instruction, Exception ex)
           
 

Constructors in org.nlogo.nvm with parameters of type Context
Argument(Context context, Reporter arg)
           
Context(Context context)
           
EngineException(Context context, Instruction instruction, String message)
           
EngineException(Context context, String message)
           
ExtensionContext(Workspace workspace, Context context)
           
 

Uses of Context in org.nlogo.workspace
 

Methods in org.nlogo.workspace with parameters of type Context
 Procedure AbstractWorkspace.compileForRun(String source, Context context, boolean reporter)
           
 void DummyWorkspace.runtimeError(JobOwner owner, Context context, Instruction instruction, Exception ex)
           
 


NetLogo API
version 4.0.1