NetLogo API
version 4.0.1

Uses of Class
org.nlogo.command.Instruction

Packages that use Instruction
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 Instruction in org.nlogo.command
 

Subclasses of Instruction in org.nlogo.command
 class BasicBlockCommand
           
 class Command
           
 class DoubleReporter
           
 class GeneratedCommand
           
 class GeneratedDoubleReporter
           
 class GeneratedReporter
           
 class Reporter
           
 

Methods in org.nlogo.command with parameters of type Instruction
 void Instruction.copyFieldsFrom(Instruction sourceInstr)
           
static Double Instruction.newValidDouble(double d, Instruction instr)
           
 

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

Uses of Instruction in org.nlogo.headless
 

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

Uses of Instruction in org.nlogo.nvm
 

Fields in org.nlogo.nvm declared as Instruction
 Instruction EngineException.instruction
           
 

Methods in org.nlogo.nvm with parameters of type Instruction
 String Context.buildRuntimeErrorMessage(Instruction instruction, Throwable throwable)
           
 void JobManagerOwner.runtimeError(JobOwner owner, Context context, Instruction instruction, Exception ex)
           
 

Constructors in org.nlogo.nvm with parameters of type Instruction
EngineException(Context context, Instruction instruction, String message)
           
 

Uses of Instruction in org.nlogo.workspace
 

Methods in org.nlogo.workspace with parameters of type Instruction
 void DummyWorkspace.runtimeError(JobOwner owner, Context context, Instruction instruction, Exception ex)
           
 


NetLogo API
version 4.0.1