NetLogo API
version 4.0.1
A B C D E F G H I J L M N O P Q R S T U V W X Y Z

A

AbstractWorkspace - Class in org.nlogo.workspace
 
AbstractWorkspace.HubNetManagerFactory - Interface in org.nlogo.workspace
 
acceptedValues() - Method in class org.nlogo.agent.ChooserConstraint
 
acceptedValues(LogoList) - Method in class org.nlogo.agent.ChooserConstraint
 
activateOptions() - Method in class org.nlogo.api.XMLLayout
No options to activate.
Activation - Class in org.nlogo.nvm
 
Activation(Procedure, Activation, int) - Constructor for class org.nlogo.nvm.Activation
 
activation - Variable in class org.nlogo.nvm.Context
 
add(Agent) - Method in class org.nlogo.agent.AgentSet
 
add(Agent) - Method in class org.nlogo.agent.ArrayAgentSet
 
add(Agent) - Method in class org.nlogo.agent.TreeAgentSet
It is the caller's responsibility not to add an agent that is already in the set.
add(int, Object) - Method in class org.nlogo.api.LogoList
 
addChecksumEntry(AbstractWorkspace) - Static method in class org.nlogo.workspace.Checksummer
 
addChecksumEntry(AbstractWorkspace, Map, String) - Static method in class org.nlogo.workspace.Checksummer
 
addConfigurable(Configurable) - Method in interface org.nlogo.api.PrimitiveManager
 
addConfigurable(Configurable) - Method in class org.nlogo.workspace.ExtensionManager
 
addConfigurable(Configurable) - Method in class org.nlogo.workspace.ExtensionPrimitiveManager
 
addHelpMenu(JMenuBar) - Method in class org.nlogo.app.App
 
addJob(Job, boolean) - Method in class org.nlogo.nvm.JobManager
 
addJob(JobOwner, AgentSet, Procedure) - Method in class org.nlogo.nvm.JobManager
 
addJobFromJobThread(Job) - Method in class org.nlogo.nvm.JobManager
 
addJobFromJobThread(Job) - Method in interface org.nlogo.nvm.Workspace
 
addJobFromJobThread(Job) - Method in class org.nlogo.workspace.AbstractWorkspace
 
addJobFromJobThread(Job) - Method in class org.nlogo.workspace.DummyWorkspace
 
addLinkComponent(Object) - Method in class org.nlogo.app.App
Internal use only.
addNarrowcastPlot(String) - Method in interface org.nlogo.nvm.HubNetInterface
 
addNewShape(Shape) - Method in class org.nlogo.agent.ShapeList
 
addNewShapes(Collection) - Method in class org.nlogo.agent.ShapeList
 
addPrimitive(String, Primitive) - Method in interface org.nlogo.api.PrimitiveManager
Adds a new primitive.
addPrimitive(String, Primitive) - Method in class org.nlogo.workspace.ExtensionPrimitiveManager
 
addProcedureToInliningRecords(Procedure) - Method in class org.nlogo.command.Instruction
 
addReporterJobAndWait(AgentSet, Procedure) - Method in class org.nlogo.nvm.JobManager
 
addSecondaryJob(JobOwner, AgentSet, Procedure) - Method in class org.nlogo.nvm.JobManager
 
Agent - Class in org.nlogo.agent
 
Agent(World) - Constructor for class org.nlogo.agent.Agent
 
agent(long) - Method in class org.nlogo.agent.AgentSet
 
agent(long) - Method in class org.nlogo.agent.ArrayAgentSet
 
agent(Agent, boolean) - Static method in class org.nlogo.agent.Dump
 
agent(long) - Method in class org.nlogo.agent.TreeAgentSet
 
Agent - Interface in org.nlogo.api
Interface provides access to NetLogo agents.
agent - Variable in class org.nlogo.nvm.Context
 
Agent3D - Interface in org.nlogo.agent
 
agentBits - Variable in class org.nlogo.command.Instruction
 
agentClassCanPerform(Class) - Method in class org.nlogo.command.Instruction
 
agentClassString() - Method in class org.nlogo.command.Instruction
 
agentClassString(String) - Method in class org.nlogo.command.Instruction
 
agentClassToAgentSet(Class) - Method in class org.nlogo.agent.World
 
AgentException - Exception in org.nlogo.agent
 
AgentException(String) - Constructor for exception org.nlogo.agent.AgentException
 
agentKey() - Method in class org.nlogo.agent.Link
 
AgentSet - Class in org.nlogo.agent
 
agentset(AgentSet, boolean) - Static method in class org.nlogo.agent.Dump
 
AgentSet.Iterator - Interface in org.nlogo.agent
 
AGGREGATE - Static variable in class org.nlogo.workspace.ModelReader
 
aggregateManager - Variable in class org.nlogo.workspace.AbstractWorkspace
 
AggregateManagerInterface - Interface in org.nlogo.nvm
 
allBenchmarks - Static variable in class org.nlogo.workspace.Benchmarker
 
AllTests - Class in org.nlogo.agent
 
AllTests - Class in org.nlogo.workspace
 
anyExtensionsLoaded() - Method in class org.nlogo.workspace.ExtensionManager
 
anyPrimaryJobs() - Method in class org.nlogo.nvm.JobManager
 
App - Class in org.nlogo.app
The main class for the complete NetLogo application.
app - Static variable in class org.nlogo.app.App
Once main() has been called, holds the singleton instance of this class.
argEvalAgent(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalAgentSet(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalAgentSet(Context, int, Class) - Method in class org.nlogo.command.Instruction
 
argEvalBoolean(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalBooleanValue(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalDouble(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalDoubleValue(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalIntValue(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalLink(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalList(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalLong(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalLongValue(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalPatch(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalString(Context, int) - Method in class org.nlogo.command.Instruction
 
argEvalTurtle(Context, int) - Method in class org.nlogo.command.Instruction
 
args - Variable in class org.nlogo.command.Instruction
 
args - Variable in class org.nlogo.command.Procedure
 
args - Variable in class org.nlogo.nvm.Activation
 
Argument - Interface in org.nlogo.api
Interface provides access to arguments passed to the perform or report methods of a primitive at run-time.
Argument - Class in org.nlogo.nvm
Passes arguments to extension primitives.
Argument(Context, Reporter) - Constructor for class org.nlogo.nvm.Argument
 
ArgumentTypeException - Exception in org.nlogo.command
 
ArgumentTypeException(Context, Instruction, int, int, Object) - Constructor for exception org.nlogo.command.ArgumentTypeException
 
array(Object[]) - Static method in class org.nlogo.agent.Dump
 
ArrayAgentSet - Class in org.nlogo.agent
 
ArrayAgentSet(Class, int, boolean, World) - Constructor for class org.nlogo.agent.ArrayAgentSet
 
ArrayAgentSet(Class, Agent[], World) - Constructor for class org.nlogo.agent.ArrayAgentSet
 
ArrayAgentSet(Class, Agent[], String, World) - Constructor for class org.nlogo.agent.ArrayAgentSet
 
ArrayAgentSet.Iterator - Class in org.nlogo.agent
 
ArrayAgentSet.Iterator() - Constructor for class org.nlogo.agent.ArrayAgentSet.Iterator
 
assemble(List, List) - Method in interface org.nlogo.api.AssembledCommand
 
assemble(List) - Method in class org.nlogo.command.Instruction
 
AssembledCommand - Interface in org.nlogo.api
 
assertConstraint(Object) - Method in class org.nlogo.agent.BooleanConstraint
 
assertConstraint(Object) - Method in class org.nlogo.agent.ChooserConstraint
 
assertConstraint(Object) - Method in class org.nlogo.agent.InputBoxConstraint
 
assertConstraint(Object) - Method in class org.nlogo.agent.SliderConstraint
 
assertConstraint(Object) - Method in interface org.nlogo.agent.ValueConstraint
Throws a Violation condition if the input is not acceptable.
assertVariableConstraint(int, Object) - Method in class org.nlogo.agent.Observer
 
atHome2D() - Method in class org.nlogo.agent.Observer
 
atHome3D() - Method in class org.nlogo.agent.Observer
 
attachCurrentDirectory(String) - Method in interface org.nlogo.api.Context
Transforms a relative path to an absolute path by prepending the current working directory.
attachCurrentDirectory(String) - Method in class org.nlogo.nvm.ExtensionContext
 
attachModelDir(String) - Method in interface org.nlogo.api.Context
Transforms a relative path to a model into an absolute path by prepending the current model directory.
attachModelDir(String) - Method in class org.nlogo.nvm.ExtensionContext
 
attachModelDir(String) - Method in interface org.nlogo.nvm.Workspace
 
attachModelDir(String) - Method in class org.nlogo.workspace.AbstractWorkspace
attaches the current model directory to a relative path, if necessary.
attachPrefix(String) - Method in interface org.nlogo.nvm.FileManager
 
attachPrefix(String) - Method in class org.nlogo.workspace.DefaultFileManager
 
attachPrefix(String) - Method in class org.nlogo.workspace.DummyWorkspace
 
atTopActivation() - Method in class org.nlogo.nvm.Context
used for determining whether we are inside an ask inside the current procedure or not
attributes - Variable in class org.nlogo.api.LogMessage
 
autoImportPrimitives(boolean) - Method in interface org.nlogo.api.PrimitiveManager
Should the primitives be automatically imported into the top-level NetLogo namespace.
autoImportPrimitives() - Method in interface org.nlogo.api.PrimitiveManager
 
autoImportPrimitives(boolean) - Method in class org.nlogo.workspace.ExtensionPrimitiveManager
 
autoImportPrimitives() - Method in class org.nlogo.workspace.ExtensionPrimitiveManager
 
autoPlotOn(boolean) - Method in interface org.nlogo.api.PlotInterface
 
auxRNG - Variable in class org.nlogo.agent.World
 
averagePathLength(AgentSet, AgentSet) - Method in class org.nlogo.agent.World
Calculates the average shortest-path length between all (distinct) pairs of nodes in the given nodeSet, by traveling along links of the given linkBreed.

B

BasicBlockCommand - Class in org.nlogo.command
 
BasicBlockCommand(ArrayList) - Constructor for class org.nlogo.command.BasicBlockCommand
 
benchmark(int, Benchmarker.BenchmarkRunner) - Method in class org.nlogo.workspace.Benchmarker
 
benchmarkAll(int, Benchmarker.BenchmarkRunner) - Method in class org.nlogo.workspace.Benchmarker
 
Benchmarker - Class in org.nlogo.workspace
 
Benchmarker(AbstractWorkspace) - Constructor for class org.nlogo.workspace.Benchmarker
 
Benchmarker.BenchmarkRunner - Interface in org.nlogo.workspace
 
BIT - Static variable in class org.nlogo.agent.Link
 
BIT - Static variable in class org.nlogo.agent.Observer
 
BIT - Static variable in class org.nlogo.agent.Patch
 
BIT - Static variable in class org.nlogo.agent.Turtle
 
BLACK - Static variable in class org.nlogo.api.Color
 
blockAgentClassString - Variable in class org.nlogo.command.Instruction
 
BooleanConstraint - Class in org.nlogo.agent
 
BooleanConstraint() - Constructor for class org.nlogo.agent.BooleanConstraint
 
BooleanConstraint(Object) - Constructor for class org.nlogo.agent.BooleanConstraint
 
bothEnds() - Method in class org.nlogo.agent.Link
 
BOXED_BLACK - Static variable in class org.nlogo.api.Color
 
BOXED_WHITE - Static variable in class org.nlogo.api.Color
 
breedHasShape(AgentSet) - Method in class org.nlogo.agent.BreedShapes
 
breedOwns(AgentSet, String) - Method in class org.nlogo.agent.World
 
breeds - Variable in class org.nlogo.agent.Program
 
BreedShapes - Class in org.nlogo.agent
 
breedsOwn - Variable in class org.nlogo.agent.Program
 
breedsOwnIndexOf(AgentSet, String) - Method in class org.nlogo.agent.World
 
breedsOwnNameAt(AgentSet, int) - Method in class org.nlogo.agent.World
 
breedsSingular - Variable in class org.nlogo.agent.Program
 
broadcast(String, Object) - Method in interface org.nlogo.nvm.HubNetInterface
 
broadcastGW() - Method in interface org.nlogo.nvm.HubNetInterface
 
buildRuntimeErrorMessage(Instruction, Throwable) - Method in class org.nlogo.nvm.Context
 
butFirst() - Method in class org.nlogo.api.LogoList
 
butLast() - Method in class org.nlogo.api.LogoList
 
buttonPressed(String) - Method in class org.nlogo.api.Logger
 
buttonPressed(String) - Method in interface org.nlogo.api.NetLogoListener
Called when the user presses a button in the NetLogo model.
BUTTONS - Static variable in class org.nlogo.api.Logger
 
buttonStopped(String) - Method in class org.nlogo.api.Logger
 
buttonStopped(String) - Method in interface org.nlogo.api.NetLogoListener
Called when a button in the NetLogo model has finished running and pops back up.
buttonTurnIsOver - Variable in class org.nlogo.nvm.Job
 

C

cachedShape() - Method in class org.nlogo.agent.Link
 
cachedShape(Shape) - Method in class org.nlogo.agent.Link
 
cachedShape() - Method in interface org.nlogo.agent.RenderableTurtle
 
cachedShape(Shape) - Method in interface org.nlogo.agent.RenderableTurtle
 
cachedShape() - Method in class org.nlogo.agent.Turtle
 
cachedShape(Shape) - Method in class org.nlogo.agent.Turtle
 
cachedShape() - Method in class org.nlogo.agent.TurtleStamp3D
 
cachedShape(Shape) - Method in class org.nlogo.agent.TurtleStamp3D
 
calcHashCode() - Method in class org.nlogo.agent.LogoHashObject
 
calculateGraphicsChecksum(AbstractWorkspace) - Static method in class org.nlogo.workspace.Checksummer
 
calculateHeight(int, double) - Method in class org.nlogo.headless.HeadlessWorkspace
 
calculateHeight(int, double) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
calculateWidth(int, double) - Method in class org.nlogo.headless.HeadlessWorkspace
 
calculateWidth(int, double) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
calculateWorldChecksum(World) - Static method in class org.nlogo.workspace.Checksummer
 
call() - Method in interface org.nlogo.agent.Thunk
 
callReporterProcedure(Activation) - Method in class org.nlogo.nvm.Context
 
callReporterProcedure(JobOwner, AgentSet, Procedure) - Method in class org.nlogo.nvm.JobManager
 
changeLogDirectory(String) - Method in class org.nlogo.api.Logger
 
changeTopology(boolean, boolean) - Method in class org.nlogo.agent.World
 
changeTopology(boolean, boolean) - Method in class org.nlogo.agent.World3D
 
changeTopology(boolean, boolean, boolean) - Method in class org.nlogo.agent.World3D
 
changeTopology(boolean, boolean) - Method in class org.nlogo.headless.HeadlessWorkspace
 
changeTopology(boolean, boolean) - Method in interface org.nlogo.nvm.Workspace
 
changeTopology(boolean, boolean) - Method in class org.nlogo.workspace.DummyWorkspace
 
changeTopology(boolean, boolean) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
checkAgentClass(Agent, Context) - Method in class org.nlogo.command.Instruction
 
checkAgentSetClass(AgentSet, Context) - Method in class org.nlogo.command.Instruction
 
checkBreededCompatibility(boolean) - Method in class org.nlogo.agent.LinkManager
 
checkLinkShapeName(String) - Method in class org.nlogo.agent.World
 
checksum() - Method in class org.nlogo.agent.World
 
Checksummer - Class in org.nlogo.workspace
 
checkTurtleShapeName(String) - Method in class org.nlogo.agent.World
 
children - Variable in class org.nlogo.command.Let
 
chooserChanged(String, Object, boolean) - Method in class org.nlogo.api.Logger
 
chooserChanged(String, Object, boolean) - Method in interface org.nlogo.api.NetLogoListener
Called when the value of a chooser changes.
ChooserConstraint - Class in org.nlogo.agent
 
ChooserConstraint(LogoList, int) - Constructor for class org.nlogo.agent.ChooserConstraint
 
ChooserConstraint(LogoList) - Constructor for class org.nlogo.agent.ChooserConstraint
 
ChooserConstraint() - Constructor for class org.nlogo.agent.ChooserConstraint
 
chosenEvalMethod - Variable in class org.nlogo.command.Instruction
 
chosenEvalMethodMatchCost - Variable in class org.nlogo.command.Instruction
 
circle(World, LogoList, double) - Static method in class org.nlogo.agent.Layouts
 
circle(AgentSet, double, MersenneTwisterFast) - Static method in class org.nlogo.agent.Layouts
 
classDisplayName() - Method in class org.nlogo.agent.Agent
 
classDisplayName() - Method in class org.nlogo.agent.Link
 
classDisplayName() - Method in class org.nlogo.agent.Observer
 
classDisplayName() - Method in class org.nlogo.agent.Patch
 
classDisplayName() - Method in class org.nlogo.agent.Turtle
 
classDisplayName() - Method in interface org.nlogo.nvm.SourceOwner
 
ClassManager - Interface in org.nlogo.api
Interface specifies the main class of a NetLogo extension.
cleanUp() - Method in class org.nlogo.workspace.ExtensionManager
 
clearAll() - Method in class org.nlogo.agent.World
 
clearAll() - Method in class org.nlogo.agent.World3D
 
clearAll() - Method in interface org.nlogo.nvm.Workspace
 
clearAll() - Method in class org.nlogo.workspace.AbstractWorkspace
 
clearDirected() - Method in class org.nlogo.agent.AgentSet
 
clearDrawing() - Method in class org.nlogo.agent.World
 
clearDrawing() - Method in class org.nlogo.agent.World3D
 
clearDrawing() - Method in class org.nlogo.headless.HeadlessWorkspace
 
clearDrawing() - Method in interface org.nlogo.nvm.Workspace
 
clearDrawing() - Method in class org.nlogo.workspace.AbstractWorkspace
 
clearDrawing() - Method in class org.nlogo.workspace.DummyWorkspace
 
clearGlobals() - Method in class org.nlogo.agent.World
 
clearLinks() - Method in class org.nlogo.agent.World
 
clearOutput() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
clearOutput() - Method in interface org.nlogo.nvm.Workspace
 
clearOutput() - Method in class org.nlogo.workspace.DummyWorkspace
 
clearPatches() - Method in class org.nlogo.agent.World
 
clearShapes() - Method in class org.nlogo.agent.ShapeList
 
clearTurtles() - Method in class org.nlogo.agent.World
 
clearTurtles() - Method in class org.nlogo.headless.HeadlessWorkspace
 
clearTurtles() - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
CLIENT - Static variable in class org.nlogo.workspace.ModelReader
 
clientEditor() - Method in interface org.nlogo.nvm.HubNetInterface
 
clone() - Method in class org.nlogo.command.Instruction
 
close() - Method in class org.nlogo.api.Logger
 
close() - Method in class org.nlogo.api.XMLFileAppender
 
closeAllFiles() - Method in interface org.nlogo.nvm.FileManager
 
closeAllFiles() - Method in class org.nlogo.workspace.DefaultFileManager
 
closeCallRecord(Context, Activation) - Method in class org.nlogo.nvm.Tracer
 
closeClientEditor() - Method in interface org.nlogo.nvm.HubNetInterface
 
closeCurrentFile() - Method in interface org.nlogo.nvm.FileManager
 
closeCurrentFile() - Method in class org.nlogo.workspace.DefaultFileManager
 
closeCurrentFile() - Method in class org.nlogo.workspace.DummyWorkspace
 
CODE - Static variable in class org.nlogo.api.Logger
 
code - Variable in class org.nlogo.command.Procedure
 
coerceValue(Object) - Method in class org.nlogo.agent.BooleanConstraint
 
coerceValue(Object) - Method in class org.nlogo.agent.ChooserConstraint
 
coerceValue(Object) - Method in class org.nlogo.agent.InputBoxConstraint
 
coerceValue(Object) - Method in class org.nlogo.agent.SliderConstraint
 
coerceValue(Object) - Method in interface org.nlogo.agent.ValueConstraint
Returns the constrained value, which can differ from the input.
color - Variable in class org.nlogo.agent.DrawingLine3D
 
color() - Method in class org.nlogo.agent.Link
 
color(LogoList) - Method in class org.nlogo.agent.Link
 
color() - Method in class org.nlogo.agent.LinkStamp3D
 
color() - Method in interface org.nlogo.agent.RenderableAgent
 
color() - Method in class org.nlogo.agent.Turtle
 
color(LogoList, int) - Method in class org.nlogo.agent.Turtle
 
color() - Method in class org.nlogo.agent.TurtleStamp3D
 
Color - Class in org.nlogo.api
 
color(int) - Method in interface org.nlogo.api.PlotPenInterface
 
colorDouble(Double) - Method in class org.nlogo.agent.Link
 
colorDouble(Double) - Method in class org.nlogo.agent.Turtle
 
colorDoubleUnchecked(Double) - Method in class org.nlogo.agent.Link
 
colorDoubleUnchecked(Double) - Method in class org.nlogo.agent.Turtle
 
comeUpForAir - Variable in class org.nlogo.agent.World
 
Command - Interface in org.nlogo.api
Interface for NetLogo extension commands.
command(String) - Method in class org.nlogo.app.App
Runs NetLogo commands and waits for them to complete.
Command - Class in org.nlogo.command
 
Command(boolean, String) - Constructor for class org.nlogo.command.Command
 
Command(boolean, String, String) - Constructor for class org.nlogo.command.Command
 
command(String) - Method in class org.nlogo.headless.HeadlessWorkspace
Runs NetLogo commands and waits for them to complete.
command(String) - Method in interface org.nlogo.workspace.Benchmarker.BenchmarkRunner
 
command(String) - Method in interface org.nlogo.workspace.Controllable
 
COMMAND_PRECEDENCE - Static variable in class org.nlogo.api.Syntax
 
commandEntered(String, String, char, CompilerException) - Method in class org.nlogo.api.Logger
 
commandEntered(String, String, char, CompilerException) - Method in interface org.nlogo.api.NetLogoListener
Called when the user enters text into the command center (and presses return).
commandLater(String) - Method in class org.nlogo.app.App
Runs NetLogo commands in the background.
commandList - Variable in class org.nlogo.command.BasicBlockCommand
 
CommandRunnable - Interface in org.nlogo.nvm
 
commandSyntax() - Static method in class org.nlogo.api.Syntax
Returns an EMPTY_SYNTAX Object for commands with no arguments.
commandSyntax(int[]) - Static method in class org.nlogo.api.Syntax
Returns a Syntax for commands with one or more right arguments.
commandSyntax(int[], int) - Static method in class org.nlogo.api.Syntax
Returns a Syntax for commands with a variable number of arguments.
compareLinkBreeds(AgentSet, AgentSet) - Method in class org.nlogo.agent.World
 
compareTo(Object) - Method in class org.nlogo.agent.Agent
 
compareTo(Object) - Method in class org.nlogo.agent.Link
 
compile() - Method in class org.nlogo.app.App
Recompiles the model.
compileCommands(String) - Method in interface org.nlogo.nvm.Workspace
 
compileCommands(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
compileForRun(String, Context, boolean) - Method in interface org.nlogo.nvm.Workspace
 
compileForRun(String, Context, boolean) - Method in class org.nlogo.workspace.AbstractWorkspace
 
compileReporter(String) - Method in interface org.nlogo.nvm.Workspace
 
compileReporter(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
CompilerException - Exception in org.nlogo.api
Exception thrown by various methods that accept NetLogo code as input and cause that code to be compiled; indicates the code was invalid.
CompilerException(String, int, int, String) - Constructor for exception org.nlogo.api.CompilerException
 
computePatchSize(int, int) - Method in class org.nlogo.headless.HeadlessWorkspace
 
computePatchSize(int, int) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
computerHubNetRunning() - Method in class org.nlogo.workspace.AbstractWorkspace
 
computerHubNetRunning(boolean) - Method in class org.nlogo.workspace.AbstractWorkspace
 
Configurable - Interface in org.nlogo.api
A marker interface for a class that is configurable.
connectionsExist() - Method in interface org.nlogo.nvm.HubNetInterface
 
ConstantSliderConstraint - Class in org.nlogo.agent
Constraint suitable for Slider variables.
ConstantSliderConstraint(Double, Double, Double) - Constructor for class org.nlogo.agent.ConstantSliderConstraint
 
constraint - Variable in exception org.nlogo.agent.SliderConstraint.RuntimeConstraintException
 
contains(Agent) - Method in class org.nlogo.agent.AgentSet
 
contains(Agent) - Method in class org.nlogo.agent.ArrayAgentSet
 
contains(Agent) - Method in class org.nlogo.agent.TreeAgentSet
 
Context - Interface in org.nlogo.api
Provides access to the current execution environment.
Context - Class in org.nlogo.nvm
 
Context(Job, Agent, int, Activation) - Constructor for class org.nlogo.nvm.Context
 
Context(Context) - Constructor for class org.nlogo.nvm.Context
 
context - Variable in exception org.nlogo.nvm.EngineException
 
CONTINUOUS_UPDATES - Static variable in interface org.nlogo.nvm.Workspace
 
Controllable - Interface in org.nlogo.workspace
Interface provides access to the NetLogo controlling API's report and command methods found in methods independent of App.app and headless.HeadlessWorkspace.
convertToNormal() - Method in interface org.nlogo.nvm.Workspace
 
convertToNormal() - Method in class org.nlogo.workspace.AbstractWorkspace
instantly converts the current model to TYPE_NORMAL.
copyFieldsFrom(Instruction) - Method in class org.nlogo.command.Instruction
 
cosTable - Static variable in class org.nlogo.agent.World
 
count() - Method in class org.nlogo.agent.AgentSet
 
count() - Method in class org.nlogo.agent.ArrayAgentSet
 
count() - Method in class org.nlogo.agent.TreeAgentSet
 
createAgentMessage() - Static method in class org.nlogo.api.LogMessage
 
createButtonMessage() - Static method in class org.nlogo.api.LogMessage
 
createCompileMessage() - Static method in class org.nlogo.api.LogMessage
 
createEditMenu() - Method in class org.nlogo.app.App
 
createFileMenu() - Method in class org.nlogo.app.App
 
createGlobalMessage(String) - Static method in class org.nlogo.api.LogMessage
 
createLink(Turtle, Turtle, AgentSet) - Method in class org.nlogo.agent.LinkManager
 
createPatches(WorldDimensions) - Method in class org.nlogo.agent.World
 
createPatches(int, int, int, int) - Method in class org.nlogo.agent.World
 
createPatches(WorldDimensions) - Method in class org.nlogo.agent.World3D
 
createPatches(int, int, int, int) - Method in class org.nlogo.agent.World3D
 
createPatches(int, int, int, int, int, int) - Method in class org.nlogo.agent.World3D
 
createPatchesNotify() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
createSliderMessage() - Static method in class org.nlogo.api.LogMessage
 
createSliderParameterMessage() - Static method in class org.nlogo.api.LogMessage
 
createSpeedMessage() - Static method in class org.nlogo.api.LogMessage
 
createToolsMenu() - Method in class org.nlogo.app.App
 
createTurtle(AgentSet) - Method in class org.nlogo.agent.World
 
createTurtle(AgentSet, int, int) - Method in class org.nlogo.agent.World
 
createTurtle(AgentSet) - Method in class org.nlogo.agent.World3D
 
createTurtle(AgentSet, int, int) - Method in class org.nlogo.agent.World3D
 
createWidgetMessage() - Static method in class org.nlogo.api.LogMessage
 
createZoomMenu() - Method in class org.nlogo.app.App
 
csv - Static variable in class org.nlogo.agent.Dump
 
currentPen(String) - Method in interface org.nlogo.api.PlotInterface
 
currentPlot(String) - Method in interface org.nlogo.agent.ImporterUser
 
currentPlot(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 

D

data - Variable in class org.nlogo.api.LogMessage
 
DEFAULT_COLOR - Static variable in class org.nlogo.agent.Link
 
DEFAULT_PREVIEW_COMMANDS - Static variable in class org.nlogo.workspace.AbstractWorkspace
previewCommands used by make-preview and model test
DEFAULT_SHAPE_NAME - Static variable in class org.nlogo.agent.ShapeList
 
DefaultClassManager - Class in org.nlogo.api
An abstract, partial implementation of ClassManager that implements runOnce() and unload() with empty methods.
DefaultClassManager() - Constructor for class org.nlogo.api.DefaultClassManager
 
DefaultCommand - Class in org.nlogo.api
Partial implementation of Command provides common implentations of some methods.
DefaultCommand() - Constructor for class org.nlogo.api.DefaultCommand
 
defaultEvaluator() - Method in class org.nlogo.agent.World
 
DefaultFileManager - Class in org.nlogo.workspace
 
DefaultFileManager(AbstractWorkspace) - Constructor for class org.nlogo.workspace.DefaultFileManager
 
defaultIndex(int) - Method in class org.nlogo.agent.ChooserConstraint
 
defaultIndex() - Method in class org.nlogo.agent.ChooserConstraint
 
DefaultReporter - Class in org.nlogo.api
Partial implementation of Reporter provides common implentations of some methods.
DefaultReporter() - Constructor for class org.nlogo.api.DefaultReporter
 
defaultTracerClass - Static variable in class org.nlogo.nvm.Tracer
 
defaultValue() - Method in class org.nlogo.agent.BooleanConstraint
 
defaultValue(Boolean) - Method in class org.nlogo.agent.BooleanConstraint
 
defaultValue() - Method in class org.nlogo.agent.ChooserConstraint
 
defaultValue() - Method in class org.nlogo.agent.InputBoxConstraint
 
defaultValue(Object) - Method in class org.nlogo.agent.InputBoxConstraint
 
defaultValue() - Method in class org.nlogo.agent.SliderConstraint
 
defaultValue(Double) - Method in class org.nlogo.agent.SliderConstraint
 
defaultValue() - Method in interface org.nlogo.agent.ValueConstraint
Returns the default value for this constraint
deleteFile(String) - Method in interface org.nlogo.nvm.FileManager
 
deleteFile(String) - Method in class org.nlogo.workspace.DefaultFileManager
 
deleteFile(String) - Method in class org.nlogo.workspace.DummyWorkspace
 
deleteLogFiles() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
deleteLogFiles() - Method in interface org.nlogo.nvm.Workspace
 
deleteLogFiles() - Method in class org.nlogo.workspace.DummyWorkspace
 
deleteSessionFiles() - Method in class org.nlogo.api.Logger
 
deleteSessionFiles(String) - Static method in class org.nlogo.api.Logger
 
dependsOn() - Method in interface org.nlogo.nvm.SourceOwner
 
die() - Method in class org.nlogo.agent.Link
 
die() - Method in class org.nlogo.agent.Turtle
 
die() - Method in class org.nlogo.nvm.JobManager
 
diffuse(double, int) - Method in class org.nlogo.agent.Torus3D
 
diffuse(double, int) - Method in class org.nlogo.agent.World
 
diffuse4(double, int) - Method in class org.nlogo.agent.World
 
diffuse4(double, int) - Method in class org.nlogo.agent.World3D
 
disable() - Method in class org.nlogo.nvm.Tracer
 
disableTracer() - Static method in class org.nlogo.nvm.Tracer
 
disassembly - Variable in class org.nlogo.command.Instruction
 
disconnect() - Method in interface org.nlogo.nvm.HubNetInterface
 
displayName() - Method in class org.nlogo.command.Instruction
 
displayName() - Method in interface org.nlogo.nvm.JobOwner
 
displayOn() - Method in class org.nlogo.agent.World
 
displayOn(boolean) - Method in class org.nlogo.agent.World
 
dispose() - Method in class org.nlogo.workspace.AbstractWorkspace
Shuts down the background thread associated with this workspace, allowing resources to be freed.
dist() - Method in class org.nlogo.agent.Observer
 
distance(RenderableAgent) - Method in class org.nlogo.agent.Observer
 
distance(RenderableTurtle) - Method in class org.nlogo.agent.Observer
 
distance(Agent) - Method in class org.nlogo.agent.Observer3D
 
distance(RenderableTurtle) - Method in class org.nlogo.agent.Observer3D
 
distance(double, double, double) - Method in class org.nlogo.agent.Observer3D
 
distance(Agent, double, double, boolean) - Method in class org.nlogo.agent.World
 
distance(Agent, Agent, boolean) - Method in class org.nlogo.agent.World
 
distance(double, double, double, double, boolean) - Method in class org.nlogo.agent.World
 
distance(Agent, Agent, boolean) - Method in class org.nlogo.agent.World3D
 
distance(Agent, double, double, double, boolean) - Method in class org.nlogo.agent.World3D
 
distance(double, double, double, double, double, double, boolean) - Method in class org.nlogo.agent.World3D
 
distanceToLink(RenderableLink, double, double) - Method in class org.nlogo.agent.World
 
distanceWrap(double, double, double, double, double, double, double, double, double) - Method in interface org.nlogo.agent.Topology3D
 
distanceWrap(double, double, double, double, double, double, double, double, double) - Method in class org.nlogo.agent.Torus3D
 
DoubleReporter - Class in org.nlogo.command
 
DoubleReporter(String) - Constructor for class org.nlogo.command.DoubleReporter
 
DoubleReporter(String, String) - Constructor for class org.nlogo.command.DoubleReporter
 
Drawing3D - Class in org.nlogo.agent
 
DrawingLine3D - Class in org.nlogo.agent
 
drawLine(double, double, double, double, Object, double, String) - Method in interface org.nlogo.agent.TrailDrawerInterface
 
DummyLink - Class in org.nlogo.agent
 
DummyLink(World, Object, Object, AgentSet) - Constructor for class org.nlogo.agent.DummyLink
 
DummyWorkspace - Class in org.nlogo.workspace
 
DummyWorkspace() - Constructor for class org.nlogo.workspace.DummyWorkspace
 
Dump - Class in org.nlogo.agent
 
dump() - Method in class org.nlogo.agent.Program
 
dump(boolean, boolean) - Method in interface org.nlogo.api.ExtensionObject
Returns a string representation of the object.
dump() - Method in class org.nlogo.command.Instruction
 
dump(int) - Method in class org.nlogo.command.Instruction
 
dump() - Method in class org.nlogo.command.Procedure
 
dump(PrintStream) - Method in class org.nlogo.nvm.Tracer
 
dumpExtensionPrimitives() - Method in class org.nlogo.workspace.ExtensionManager
Returns a String describing all the loaded extensions.
dumpExtensions() - Method in class org.nlogo.workspace.ExtensionManager
Returns a String describing all the loaded extensions.
dumpTracer(PrintStream) - Static method in class org.nlogo.nvm.Tracer
 
dumpTracer() - Static method in class org.nlogo.nvm.Tracer
 
dx() - Method in class org.nlogo.agent.Observer
 
dx() - Method in class org.nlogo.agent.Turtle
 
dx() - Method in class org.nlogo.agent.Turtle3D
 
dy() - Method in class org.nlogo.agent.Observer
 
dy() - Method in class org.nlogo.agent.Turtle
 
dy() - Method in class org.nlogo.agent.Turtle3D
 
DynamicSliderConstraint - Class in org.nlogo.agent
 
DynamicSliderConstraint(Thunk, Thunk, Thunk) - Constructor for class org.nlogo.agent.DynamicSliderConstraint
 
dz() - Method in class org.nlogo.agent.Observer
 
dz() - Method in class org.nlogo.agent.Turtle3D
 

E

EditorAreaInterface - Interface in org.nlogo.workspace
 
effectiveMaximum() - Method in class org.nlogo.agent.SliderConstraint
 
elements - Variable in class org.nlogo.api.LogMessage
 
enable() - Method in class org.nlogo.nvm.Tracer
 
enableTracer() - Static method in class org.nlogo.nvm.Tracer
 
end1() - Method in class org.nlogo.agent.Link
 
end2() - Method in class org.nlogo.agent.Link
 
endPos - Variable in class org.nlogo.command.Let
 
endPos - Variable in class org.nlogo.command.Procedure
 
EngineException - Exception in org.nlogo.nvm
 
EngineException(Context, Instruction, String) - Constructor for exception org.nlogo.nvm.EngineException
 
EngineException(Context, String) - Constructor for exception org.nlogo.nvm.EngineException
 
ensureMode(int) - Method in interface org.nlogo.nvm.FileManager
 
ensureMode(int) - Method in class org.nlogo.workspace.DefaultFileManager
 
ensureRenderer() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
enterMessage() - Method in interface org.nlogo.nvm.HubNetInterface
 
eof() - Method in interface org.nlogo.nvm.FileManager
 
eof() - Method in class org.nlogo.workspace.DefaultFileManager
 
eof() - Method in class org.nlogo.workspace.DummyWorkspace
 
equalAgentSets(AgentSet) - Method in class org.nlogo.agent.AgentSet
 
equalDimensions(WorldDimensions) - Method in class org.nlogo.agent.World
 
equalDimensions(WorldDimensions) - Method in class org.nlogo.agent.World3D
 
equals(Object) - Method in class org.nlogo.agent.LogoHashObject
 
evaluateCommands(String) - Method in interface org.nlogo.nvm.Workspace
 
evaluateCommands(String, Agent, boolean) - Method in interface org.nlogo.nvm.Workspace
 
evaluateCommands(String, Class, boolean) - Method in interface org.nlogo.nvm.Workspace
 
evaluateCommands(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
evaluateCommands(String, Agent, boolean) - Method in class org.nlogo.workspace.AbstractWorkspace
 
evaluateCommands(String, Class, boolean) - Method in class org.nlogo.workspace.AbstractWorkspace
 
evaluateDoubleReporter(Agent, DoubleReporter) - Method in class org.nlogo.nvm.Context
 
evaluateReporter(Agent, Reporter) - Method in class org.nlogo.nvm.Context
 
evaluateReporter(String, Agent) - Method in interface org.nlogo.nvm.Workspace
 
evaluateReporter(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
evaluateReporter(String, Agent) - Method in class org.nlogo.workspace.AbstractWorkspace
 
Evaluator - Interface in org.nlogo.agent
 
EXISTING_CASE - Static variable in class org.nlogo.agent.Dump
 
exists(String) - Method in class org.nlogo.agent.ShapeList
 
exitMessage() - Method in interface org.nlogo.nvm.HubNetInterface
 
EXPERIMENTS - Static variable in class org.nlogo.workspace.ModelReader
 
export(String, String, String) - Method in class org.nlogo.workspace.Exporter
 
exportAllPlots(String) - Method in interface org.nlogo.nvm.Workspace
 
exportAllPlots(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
exportBehaviors(String, String, boolean) - Method in class org.nlogo.workspace.AbstractWorkspace
 
exportDrawing(String, String) - Method in class org.nlogo.headless.HeadlessWorkspace
 
exportDrawing(String, String) - Method in interface org.nlogo.nvm.Workspace
 
exportDrawing(String, String) - Method in class org.nlogo.workspace.DummyWorkspace
 
exportDrawingToCSV(PrintWriter) - Method in class org.nlogo.headless.HeadlessWorkspace
 
exportDrawingToCSV(PrintWriter) - Method in class org.nlogo.workspace.AbstractWorkspace
 
exportDrawingToCSV(PrintWriter) - Method in class org.nlogo.workspace.DummyWorkspace
 
Exporter - Class in org.nlogo.workspace
 
exportGraphics(String, String) - Method in class org.nlogo.headless.HeadlessWorkspace
 
exportGraphics(String, String) - Method in interface org.nlogo.nvm.Workspace
 
exportGraphics(String, String) - Method in class org.nlogo.workspace.DummyWorkspace
 
exportInterface(String) - Method in class org.nlogo.headless.HeadlessWorkspace
Not implemented.
exportInterface(String) - Method in interface org.nlogo.nvm.Workspace
 
exportInterface(String) - Method in class org.nlogo.workspace.DummyWorkspace
 
exportOutput(String) - Method in class org.nlogo.headless.HeadlessWorkspace
 
exportOutput(String) - Method in interface org.nlogo.nvm.Workspace
 
exportOutput(String) - Method in class org.nlogo.workspace.DummyWorkspace
 
exportOutputAreaToCSV(PrintWriter) - Method in class org.nlogo.headless.HeadlessWorkspace
 
exportOutputAreaToCSV(PrintWriter) - Method in class org.nlogo.workspace.AbstractWorkspace
 
exportOutputAreaToCSV(PrintWriter) - Method in class org.nlogo.workspace.DummyWorkspace
 
exportPlot(Plot, String) - Method in interface org.nlogo.nvm.Workspace
 
exportPlot(Plot, String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
exportWorld(PrintWriter, boolean) - Method in class org.nlogo.agent.World
 
exportWorld(PrintWriter, boolean) - Method in class org.nlogo.agent.World3D
 
exportWorld(String) - Method in interface org.nlogo.nvm.Workspace
 
exportWorld(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
ExtensionContext - Class in org.nlogo.nvm
 
ExtensionContext(Workspace, Context) - Constructor for class org.nlogo.nvm.ExtensionContext
 
ExtensionException - Exception in org.nlogo.api
Wrapper class for exceptions thrown by NetLogo extensions.
ExtensionException(String) - Constructor for exception org.nlogo.api.ExtensionException
Creates a new ExtensionException
ExtensionException(Exception) - Constructor for exception org.nlogo.api.ExtensionException
Creates a new ExtensionException
extensionManager - Variable in class org.nlogo.agent.World
 
ExtensionManager - Interface in org.nlogo.api
ExtensionManager provides some methods that can be used in runOnce
ExtensionManager - Class in org.nlogo.workspace
 
ExtensionManager(AbstractWorkspace) - Constructor for class org.nlogo.workspace.ExtensionManager
 
extensionObject(ExtensionObject, boolean, boolean) - Static method in class org.nlogo.agent.Dump
 
ExtensionObject - Interface in org.nlogo.api
Interface which all NetLogo objects defined in Extensions must support
ExtensionPrimitiveManager - Class in org.nlogo.workspace
 
ExtensionPrimitiveManager(String) - Constructor for class org.nlogo.workspace.ExtensionPrimitiveManager
 

F

face(Agent) - Method in class org.nlogo.agent.Observer
 
face(double, double) - Method in class org.nlogo.agent.Observer
 
face(double, double, double) - Method in class org.nlogo.agent.Observer3D
 
face(Agent, boolean) - Method in class org.nlogo.agent.Turtle
 
face(double, double, boolean) - Method in class org.nlogo.agent.Turtle
 
face(Agent, boolean) - Method in class org.nlogo.agent.Turtle3D
 
face(double, double, double, boolean) - Method in class org.nlogo.agent.Turtle3D
 
fastGetPatchAt(int, int) - Method in class org.nlogo.agent.Patch
 
fastGetPatchAt(int, int) - Method in class org.nlogo.agent.Patch3D
 
fastGetPatchAt(int, int) - Method in class org.nlogo.agent.World
 
fastGetPatchAt(int, int, int) - Method in class org.nlogo.agent.World3D
 
fastGetPatchAt(int, int) - Method in class org.nlogo.agent.World3D
 
fetchMessage() - Method in interface org.nlogo.nvm.HubNetInterface
 
fileExists(String) - Method in interface org.nlogo.nvm.FileManager
 
fileExists(String) - Method in class org.nlogo.workspace.DefaultFileManager
 
FileManager - Interface in org.nlogo.nvm
 
fileManager() - Method in interface org.nlogo.nvm.Workspace
 
fileManager() - Method in class org.nlogo.workspace.AbstractWorkspace
 
fileName - Variable in class org.nlogo.command.Procedure
 
findCentralColorNumber(double) - Static method in class org.nlogo.api.Color
 
findLink(Turtle, Turtle, AgentSet, boolean) - Method in class org.nlogo.agent.LinkManager
 
findLinkedFrom(Turtle, AgentSet) - Method in class org.nlogo.agent.LinkManager
 
findLinkedTo(Turtle, AgentSet) - Method in class org.nlogo.agent.LinkManager
 
findLinkedWith(Turtle, AgentSet) - Method in class org.nlogo.agent.LinkManager
 
findLinkEitherWay(Turtle, Turtle, AgentSet, boolean) - Method in class org.nlogo.agent.LinkManager
 
findLinkFrom(Turtle, Turtle, AgentSet, boolean) - Method in class org.nlogo.agent.LinkManager
 
findLinksFrom(Turtle, AgentSet) - Method in class org.nlogo.agent.LinkManager
 
findLinksTo(Turtle, AgentSet) - Method in class org.nlogo.agent.LinkManager
 
findLinksWith(Turtle, AgentSet) - Method in class org.nlogo.agent.LinkManager
 
findModelsBySubstring(String) - Static method in class org.nlogo.workspace.Library
 
finished - Variable in class org.nlogo.nvm.Context
 
finishJobs(JobOwner) - Method in class org.nlogo.nvm.JobManager
 
finishSecondaryJobs(JobOwner) - Method in class org.nlogo.nvm.JobManager
 
first() - Method in class org.nlogo.api.LogoList
 
flushCurrentFile() - Method in interface org.nlogo.nvm.FileManager
 
flushCurrentFile() - Method in class org.nlogo.workspace.DefaultFileManager
 
flushFile(String) - Method in class org.nlogo.workspace.DefaultFileManager
 
FOLLOW - Static variable in class org.nlogo.agent.Observer
 
followDistance() - Method in class org.nlogo.agent.Observer
 
followDistance(int) - Method in class org.nlogo.agent.Observer
 
followOffsetX() - Method in class org.nlogo.agent.Observer
 
followOffsetX() - Method in class org.nlogo.agent.World
 
followOffsetY() - Method in class org.nlogo.agent.Observer
 
followOffsetY() - Method in class org.nlogo.agent.World
 
followOffsetZ() - Method in class org.nlogo.agent.Observer3D
 
followOffsetZ() - Method in class org.nlogo.agent.World3D
 
fontSize(int) - Method in class org.nlogo.headless.HeadlessWorkspace
 
fontSize(int) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
footer() - Static method in class org.nlogo.workspace.Benchmarker
 
forceSaveAs() - Method in class org.nlogo.workspace.AbstractWorkspace
whether the user needs to enter a new filename to save this model.
format(LoggingEvent) - Method in class org.nlogo.api.XMLLayout
 
fput(Object) - Method in class org.nlogo.api.LogoList
 
fullPathToBenchmark(String) - Static method in class org.nlogo.workspace.Benchmarker
 

G

GeneratedCommand - Class in org.nlogo.command
 
GeneratedCommand(boolean, String) - Constructor for class org.nlogo.command.GeneratedCommand
 
GeneratedDoubleReporter - Class in org.nlogo.command
 
GeneratedDoubleReporter(String) - Constructor for class org.nlogo.command.GeneratedDoubleReporter
 
GeneratedInstruction - Interface in org.nlogo.command
 
GeneratedReporter - Class in org.nlogo.command
 
GeneratedReporter(String) - Constructor for class org.nlogo.command.GeneratedReporter
 
generateModelTest(String) - Method in class org.nlogo.headless.HeadlessWorkspace
 
generateModelTests() - Static method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
generateSeed() - Method in class org.nlogo.agent.World
 
get() - Method in interface org.nlogo.api.Argument
Returns the argument as an Object without type checking.
get() - Method in class org.nlogo.nvm.Argument
 
getAddendum() - Method in class org.nlogo.workspace.ExtensionManager
 
getAgent() - Method in interface org.nlogo.api.Argument
Returns the argument as an Agent.
getAgent() - Method in interface org.nlogo.api.Context
Returns the agent that is currently executing this code.
getAgent() - Method in class org.nlogo.nvm.Argument
 
getAgent() - Method in class org.nlogo.nvm.ExtensionContext
 
getAgentBit() - Method in class org.nlogo.agent.Agent
 
getAgentBit() - Method in class org.nlogo.agent.AgentSet
 
getAgentBit() - Method in class org.nlogo.agent.Link
 
getAgentBit() - Method in class org.nlogo.agent.Observer
 
getAgentBit() - Method in class org.nlogo.agent.Patch
 
getAgentBit() - Method in class org.nlogo.agent.Turtle
 
getAgentClass() - Method in class org.nlogo.agent.Agent
 
getAgentClass() - Method in class org.nlogo.agent.Link
 
getAgentClass() - Method in class org.nlogo.agent.Observer
 
getAgentClass() - Method in class org.nlogo.agent.Patch
 
getAgentClass() - Method in class org.nlogo.agent.Turtle
 
getAgentClassString() - Method in class org.nlogo.api.DefaultCommand
Indicates that this primitive can be used by any agent.
getAgentClassString() - Method in class org.nlogo.api.DefaultReporter
Indicates that this primitive can be used by any agent.
getAgentClassString() - Method in interface org.nlogo.api.Primitive
Returns a String which specifies in which context this primitive is allowed.
getAndCreateDrawing() - Method in class org.nlogo.headless.HeadlessWorkspace
 
getAndCreateDrawing() - Method in interface org.nlogo.nvm.Workspace
 
getAndCreateDrawing() - Method in class org.nlogo.workspace.DummyWorkspace
 
getARGBByIndex(int) - Static method in class org.nlogo.api.Color
 
getARGBbyPremodulatedColorNumber(double) - Static method in class org.nlogo.api.Color
 
getAutoConverterErrorHandler() - Method in class org.nlogo.headless.HeadlessWorkspace
 
getAutoConverterErrorHandler() - Method in interface org.nlogo.nvm.Workspace
 
getAutoConverterErrorHandler() - Method in class org.nlogo.workspace.DummyWorkspace
 
getBoolean() - Method in interface org.nlogo.api.Argument
Returns the argument as a Boolean
getBoolean() - Method in class org.nlogo.nvm.Argument
 
getBooleanValue() - Method in interface org.nlogo.api.Argument
Returns the value of the argument as a boolean
getBooleanValue() - Method in class org.nlogo.nvm.Argument
 
getBranchTargetOffset() - Method in class org.nlogo.command.BasicBlockCommand
 
getBreed() - Method in class org.nlogo.agent.Link
 
getBreed() - Method in class org.nlogo.agent.Turtle
 
getBreed() - Method in class org.nlogo.agent.Turtle3D
 
getBreed(String) - Method in class org.nlogo.agent.World
 
getBreedIndex() - Method in class org.nlogo.agent.Link
 
getBreedIndex() - Method in class org.nlogo.agent.Turtle
 
getBreeds() - Method in class org.nlogo.agent.World
 
getBreedSingular(AgentSet) - Method in class org.nlogo.agent.World
 
getBreedVariable(String) - Method in class org.nlogo.agent.Agent
 
getBreedVariable(String) - Method in class org.nlogo.agent.Link
 
getBreedVariable(String) - Method in class org.nlogo.agent.Observer
 
getBreedVariable(String) - Method in class org.nlogo.agent.Patch
 
getBreedVariable(String) - Method in class org.nlogo.agent.Turtle
 
getClosestColorNameByARGB(int) - Static method in class org.nlogo.api.Color
 
getClosestColorNumberByARGB(int) - Static method in class org.nlogo.api.Color
 
getClosestColorNumberByHSB(float, float, float) - Static method in class org.nlogo.api.Color
 
getColorIndexByName(String) - Static method in class org.nlogo.api.Color
 
getColorNameByIndex(int) - Static method in class org.nlogo.api.Color
 
getColorNamesArray() - Static method in class org.nlogo.api.Color
 
getColorNumberByIndex(int) - Static method in class org.nlogo.api.Color
 
getConfigurables() - Method in interface org.nlogo.api.PrimitiveManager
 
getConfigurables() - Method in class org.nlogo.workspace.ExtensionPrimitiveManager
 
getDefaultLinkShape() - Method in class org.nlogo.headless.HeadlessWorkspace
 
getDefaultLinkShape() - Method in class org.nlogo.workspace.AbstractWorkspace
 
getDefaultShape() - Method in class org.nlogo.headless.HeadlessWorkspace
 
getDefaultShape() - Method in class org.nlogo.workspace.AbstractWorkspace
 
getDefaultShapesV() - Static method in class org.nlogo.workspace.ModelReader
 
getDfault() - Method in class org.nlogo.api.Syntax
 
getDimensions() - Method in class org.nlogo.agent.World
 
getDimensions() - Method in class org.nlogo.agent.World3D
 
getDoubleValue() - Method in interface org.nlogo.api.Argument
Returns the value of the argument as a double.
getDoubleValue() - Method in class org.nlogo.nvm.Argument
 
getDrawing() - Method in interface org.nlogo.agent.TrailDrawerInterface
 
getDrawing() - Method in class org.nlogo.agent.World
 
getDrawing() - Method in class org.nlogo.agent.World3D
 
getDrawing() - Method in interface org.nlogo.api.Context
Returns the drawing image. ( experimental )
getDrawing() - Method in class org.nlogo.nvm.ExtensionContext
 
getEndPosition() - Method in exception org.nlogo.api.CompilerException
Returns the index of the end of the portion of the code in which the error was found.
getErrorInfo() - Method in interface org.nlogo.nvm.FileManager
 
getErrorInfo() - Method in class org.nlogo.workspace.DefaultFileManager
 
getExtensionManager() - Method in class org.nlogo.agent.World
 
getExtensionManager() - Method in interface org.nlogo.nvm.Workspace
 
getExtensionManager() - Method in class org.nlogo.workspace.AbstractWorkspace
 
getExtensionName() - Method in interface org.nlogo.api.ExtensionObject
 
getExternalFileSource(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
getExternalFileSource(String) - Method in class org.nlogo.workspace.ExtensionManager
 
getFile(String) - Method in interface org.nlogo.nvm.FileManager
 
getFile(String) - Method in class org.nlogo.workspace.DefaultFileManager
 
getFileName() - Method in exception org.nlogo.api.CompilerException
 
getFilePath() - Method in class org.nlogo.workspace.Library.Node
 
getGraphics() - Method in class org.nlogo.headless.HeadlessWorkspace
Get a snapshot of the 2D view.
getGraphics(BufferedImage) - Method in class org.nlogo.headless.HeadlessWorkspace
Get a snapshot of the 2D view, using an existing BufferedImage object.
getHSB(int[]) - Method in class org.nlogo.headless.HeadlessWorkspace
 
getHSB(int[]) - Method in interface org.nlogo.nvm.Workspace
 
getHSB(int[]) - Method in class org.nlogo.workspace.DummyWorkspace
 
getHSBListByARGB(int) - Static method in class org.nlogo.api.Color
 
getHubNetManager() - Method in interface org.nlogo.nvm.Workspace
 
getHubNetManager() - Method in class org.nlogo.workspace.AbstractWorkspace
 
getImagePath(String) - Static method in class org.nlogo.workspace.Library
 
getImplicitLinkVariables() - Method in class org.nlogo.agent.World
 
getImplicitObserverVariables() - Method in class org.nlogo.agent.World
 
getImplicitObserverVariables() - Method in class org.nlogo.agent.World3D
 
getImplicitPatchVariables() - Method in class org.nlogo.agent.World
 
getImplicitPatchVariables() - Method in class org.nlogo.agent.World3D
 
getImplicitTurtleVariables() - Method in class org.nlogo.agent.World
 
getImplicitTurtleVariables() - Method in class org.nlogo.agent.World3D
 
getImplicitVariables() - Static method in class org.nlogo.agent.Link
 
getImplicitVariables() - Static method in class org.nlogo.agent.Observer
 
getImplicitVariables() - Static method in class org.nlogo.agent.Patch
 
getImplicitVariables() - Static method in class org.nlogo.agent.Patch3D
 
getImplicitVariables() - Static method in class org.nlogo.agent.Turtle
 
getImplicitVariables() - Static method in class org.nlogo.agent.Turtle3D
 
getInfoWindow(String) - Static method in class org.nlogo.workspace.Library
 
getInlinedDepth() - Method in class org.nlogo.command.Instruction
 
getInliningRecords() - Method in class org.nlogo.command.Instruction
 
getInQueueSize() - Method in interface org.nlogo.nvm.HubNetInterface
 
getIntValue() - Method in interface org.nlogo.api.Argument
Returns the value of the argument as an int.
getIntValue() - Method in class org.nlogo.nvm.Argument
 
getIPAddress() - Method in class org.nlogo.api.Logger
 
getIsApplet() - Method in interface org.nlogo.nvm.Workspace
 
getIsApplet() - Method in class org.nlogo.workspace.AbstractWorkspace
 
getLeft() - Method in class org.nlogo.api.Syntax
 
getLet(Let) - Method in class org.nlogo.nvm.Context
 
getLetFromArg(String, int) - Method in class org.nlogo.command.Procedure
 
getLink(Double, Double, AgentSet) - Method in class org.nlogo.agent.World
 
getLinkBreed(String) - Method in class org.nlogo.agent.World
 
getLinkBreeds() - Method in class org.nlogo.agent.World
 
getLinkBreedSingular(AgentSet) - Method in class org.nlogo.agent.World
 
getLinkBreedVariable(String) - Method in class org.nlogo.agent.Agent
 
getLinkBreedVariable(String) - Method in class org.nlogo.agent.Link
 
getLinkBreedVariable(String) - Method in class org.nlogo.agent.Observer
 
getLinkBreedVariable(String) - Method in class org.nlogo.agent.Patch
 
getLinkBreedVariable(String) - Method in class org.nlogo.agent.Turtle
 
getLinkComponents() - Method in class org.nlogo.app.App
Internal use only.
getLinkVariable(int) - Method in class org.nlogo.agent.Agent
 
getLinkVariable(int) - Method in class org.nlogo.agent.Link
 
getLinkVariable(int) - Method in class org.nlogo.agent.Observer
 
getLinkVariable(int) - Method in class org.nlogo.agent.Patch
 
getLinkVariable(int) - Method in class org.nlogo.agent.Turtle
 
getLinkVariableDouble(int) - Method in class org.nlogo.agent.Agent
 
getLinkVariableDouble(int) - Method in class org.nlogo.agent.Link
 
getLinkVariableDouble(int) - Method in class org.nlogo.agent.Observer
 
getLinkVariableDouble(int) - Method in class org.nlogo.agent.Patch
 
getLinkVariableDouble(int) - Method in class org.nlogo.agent.Turtle
 
getLinkVariablesArraySize(AgentSet) - Method in class org.nlogo.agent.World
 
getList() - Method in interface org.nlogo.api.Argument
Returns the argument as a org.nlogo.api.LogoList
getList() - Method in class org.nlogo.nvm.Argument
 
getMessage() - Method in exception org.nlogo.command.ArgumentTypeException
 
getMessage() - Method in interface org.nlogo.nvm.HubNetInterface
 
getMessageSource() - Method in interface org.nlogo.nvm.HubNetInterface
 
getMessageTag() - Method in interface org.nlogo.nvm.HubNetInterface
 
getMinimumWidth() - Method in class org.nlogo.headless.HeadlessWorkspace
 
getMinimumWidth() - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
getModelDir() - Method in interface org.nlogo.nvm.Workspace
 
getModelDir() - Method in class org.nlogo.workspace.AbstractWorkspace
returns the full path to the directory from which the current model was loaded.
getModelFileName() - Method in interface org.nlogo.nvm.Workspace
 
getModelFileName() - Method in class org.nlogo.workspace.AbstractWorkspace
returns the name of the file from which the current model was loaded.
getModelPath() - Method in interface org.nlogo.nvm.Workspace
 
getModelPath() - Method in class org.nlogo.workspace.AbstractWorkspace
returns the full pathname of the currently loaded model, if any.
getModelPath(String) - Static method in class org.nlogo.workspace.Library
scans for and returns the full path name to the given model in the models library.
getModelPaths() - Static method in class org.nlogo.workspace.Library
 
getModelPathsAtRoot(String) - Static method in class org.nlogo.workspace.Library
 
getModelType() - Method in class org.nlogo.workspace.AbstractWorkspace
 
getName() - Method in interface org.nlogo.agent.Shape
 
getName() - Method in class org.nlogo.workspace.Library.Node
 
getNameAndFile() - Method in class org.nlogo.command.Procedure
 
getNames() - Method in class org.nlogo.agent.ShapeList
 
getNeighbors() - Method in class org.nlogo.agent.Patch
 
getNeighbors() - Method in class org.nlogo.agent.Patch3D
 
getNeighbors3d(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getNeighbors3d(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getNeighbors4() - Method in class org.nlogo.agent.Patch
 
getNeighbors6() - Method in class org.nlogo.agent.Patch3D
 
getNeighbors6(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getNeighbors6(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getNLTypeName() - Method in interface org.nlogo.api.ExtensionObject
 
getNumSlots() - Method in class org.nlogo.command.Procedure
returns the total number of slots this procedure requires in an Activation.
getObserverVariable(int) - Method in class org.nlogo.agent.Agent
 
getObserverVariable(int) - Method in class org.nlogo.agent.Link
 
getObserverVariable(int) - Method in class org.nlogo.agent.Observer
 
getObserverVariable(int) - Method in class org.nlogo.agent.Patch
 
getObserverVariable(int) - Method in class org.nlogo.agent.Turtle
 
getObserverVariableByName(String) - Method in class org.nlogo.agent.World
 
getOffset() - Method in exception org.nlogo.api.CompilerException
 
getOrCreateDummyLink(Object, Object, AgentSet) - Method in class org.nlogo.agent.World
 
getOrCreateLink(Double, Double, AgentSet) - Method in class org.nlogo.agent.World
 
getOrCreateLink(Turtle, Turtle, AgentSet) - Method in class org.nlogo.agent.World
 
getOrCreateTurtle(long) - Method in class org.nlogo.agent.World
 
getOrCreateTurtle(long) - Method in class org.nlogo.agent.World3D
 
getOutQueueSize() - Method in interface org.nlogo.nvm.HubNetInterface
 
getPatch(int) - Method in class org.nlogo.agent.World
 
getPatch() - Method in interface org.nlogo.api.Argument
Returns the argument as an org.nlogo.api.Patch
getPatch() - Method in class org.nlogo.nvm.Argument
 
getPatchAt(double, double, double) - Method in interface org.nlogo.agent.Topology3D
 
getPatchAt(double, double, double) - Method in class org.nlogo.agent.Torus3D
 
getPatchAt(double, double) - Method in class org.nlogo.agent.World
 
getPatchAt(double, double) - Method in class org.nlogo.agent.World3D
 
getPatchAt(double, double, double) - Method in class org.nlogo.agent.World3D
 
getPatchAtHeadingAndDistance(double, double) - Method in class org.nlogo.agent.Turtle
 
getPatchAtHeadingAndDistance(double, double) - Method in class org.nlogo.agent.Turtle3D
 
getPatchAtHeadingAndDistance(Agent, double, double) - Method in class org.nlogo.agent.World
 
getPatchAtHeadingAndDistance(double, double, double, double) - Method in class org.nlogo.agent.World
 
getPatchAtHeadingAndDistance(Agent, double, double) - Method in class org.nlogo.agent.World3D
 
getPatchAtHeadingPitchAndDistance(double, double, double, double, double, double) - Method in class org.nlogo.agent.World3D
 
getPatchAtOffsets(double, double) - Method in class org.nlogo.agent.Agent
 
getPatchAtOffsets(double, double, double) - Method in interface org.nlogo.agent.Agent3D
 
getPatchAtOffsets(double, double) - Method in class org.nlogo.agent.Link
 
getPatchAtOffsets(double, double) - Method in class org.nlogo.agent.Observer
 
getPatchAtOffsets(double, double, double) - Method in class org.nlogo.agent.Observer3D
 
getPatchAtOffsets(double, double) - Method in class org.nlogo.agent.Patch
 
getPatchAtOffsets(double, double) - Method in class org.nlogo.agent.Patch3D
 
getPatchAtOffsets(double, double, double) - Method in class org.nlogo.agent.Patch3D
 
getPatchAtOffsets(double, double) - Method in class org.nlogo.agent.Turtle
 
getPatchAtOffsets(double, double) - Method in class org.nlogo.agent.Turtle3D
 
getPatchAtOffsets(double, double, double) - Method in class org.nlogo.agent.Turtle3D
 
getPatchAtPoint(ArrayList) - Method in class org.nlogo.agent.Patch3D
 
getPatchAtPoint(ArrayList) - Method in class org.nlogo.agent.Turtle3D
 
getPatchAtWrap(double, double) - Method in class org.nlogo.agent.World
 
getPatchAtWrap(double, double, double) - Method in class org.nlogo.agent.World3D
 
getPatchEast() - Method in class org.nlogo.agent.Patch
 
getPatchHere() - Method in class org.nlogo.agent.Turtle
 
getPatchHere() - Method in class org.nlogo.agent.Turtle3D
 
getPatchNorth() - Method in class org.nlogo.agent.Patch
 
getPatchNorthEast() - Method in class org.nlogo.agent.Patch
 
getPatchNorthWest() - Method in class org.nlogo.agent.Patch
 
getPatchScratch() - Method in class org.nlogo.agent.World
 
getPatchScratch3d() - Method in class org.nlogo.agent.World3D
 
getPatchSouth() - Method in class org.nlogo.agent.Patch
 
getPatchSouthEast() - Method in class org.nlogo.agent.Patch
 
getPatchSouthWest() - Method in class org.nlogo.agent.Patch
 
getPatchVariable(int) - Method in class org.nlogo.agent.Agent
 
getPatchVariable(int) - Method in class org.nlogo.agent.Link
 
getPatchVariable(int) - Method in class org.nlogo.agent.Observer
 
getPatchVariable(int) - Method in class org.nlogo.agent.Patch
 
getPatchVariable(int) - Method in class org.nlogo.agent.Patch3D
 
getPatchVariable(int) - Method in class org.nlogo.agent.Turtle
 
getPatchVariableDouble(int) - Method in class org.nlogo.agent.Agent
 
getPatchVariableDouble(int) - Method in class org.nlogo.agent.Link
 
getPatchVariableDouble(int) - Method in class org.nlogo.agent.Observer
 
getPatchVariableDouble(int) - Method in class org.nlogo.agent.Patch
 
getPatchVariableDouble(int) - Method in class org.nlogo.agent.Patch3D
 
getPatchVariableDouble(int) - Method in class org.nlogo.agent.Turtle
 
getPatchWest() - Method in class org.nlogo.agent.Patch
 
getPED(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPED(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPen(String) - Method in interface org.nlogo.api.PlotInterface
 
getPEU(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPEU(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPlot(String) - Method in interface org.nlogo.agent.ImporterUser
 
getPlot(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
getPND(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPND(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPNED(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPNED(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPNEU(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPNEU(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPNU(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPNU(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPNWD(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPNWD(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPNWU(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPNWU(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPositionAndLength() - Method in class org.nlogo.command.Instruction
 
getPrecedence() - Method in class org.nlogo.api.Syntax
 
getPrecision() - Method in class org.nlogo.agent.SliderConstraint
 
getPrefix() - Method in interface org.nlogo.nvm.FileManager
 
getPrefix() - Method in class org.nlogo.workspace.DefaultFileManager
 
getPrefix() - Method in class org.nlogo.workspace.DummyWorkspace
 
getPrimitive(String) - Method in class org.nlogo.workspace.ExtensionPrimitiveManager
Returns the primitive associated with a name.
getPrimitiveNames() - Method in class org.nlogo.workspace.ExtensionPrimitiveManager
Returns the names of all imported primitives.
getProcedures() - Method in class org.nlogo.agent.Program
 
getProcedures() - Method in class org.nlogo.app.App
Returns the contents of the Procedures tab.
getPSD(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPSD(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPSED(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPSED(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPSEU(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPSEU(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPSU(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPSU(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPSWD(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPSWD(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPSWU(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPSWU(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPWD(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPWD(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getPWU(Patch3D) - Method in interface org.nlogo.agent.Topology3D
 
getPWU(Patch3D) - Method in class org.nlogo.agent.Torus3D
 
getReporter() - Method in class org.nlogo.nvm.Argument
Special (undocumented) method for the cities extension.
getRet() - Method in class org.nlogo.api.Syntax
 
getRevisionNumber(String) - Static method in class org.nlogo.workspace.Checksummer
 
getRevisionNumber(String, String) - Static method in class org.nlogo.workspace.Checksummer
 
getRGBInt(int, int, int) - Static method in class org.nlogo.api.Color
 
getRGBListByARGB(int) - Static method in class org.nlogo.api.Color
 
getRight() - Method in class org.nlogo.api.Syntax
 
getRNG() - Method in interface org.nlogo.api.Context
This method returns the Random Number Generator for the current Job.
getRNG() - Method in class org.nlogo.nvm.ExtensionContext
 
getSelectionEnd() - Method in interface org.nlogo.workspace.EditorAreaInterface
 
getSelectionStart() - Method in interface org.nlogo.workspace.EditorAreaInterface
 
getShapes() - Method in class org.nlogo.agent.ShapeList
 
getSource(String) - Method in class org.nlogo.app.App
 
getSourceEndPosition() - Method in class org.nlogo.command.Instruction
 
getSourceObject() - Method in class org.nlogo.agent.LogoHashObject
 
getSourceSnippet() - Method in class org.nlogo.command.Instruction
 
getSourceStartPosition() - Method in class org.nlogo.command.Instruction
 
getStartPosition() - Method in exception org.nlogo.api.CompilerException
Returns the index of the start of the portion of the code in which the error was found.
getString() - Method in interface org.nlogo.api.Argument
Returns the argument as a String
getString() - Method in class org.nlogo.nvm.Argument
 
getString(String[], int) - Static method in class org.nlogo.workspace.ModelReader
 
getSwitchesBoolean() - Method in interface org.nlogo.api.Command
Specifies whether NetLogo should "switch" to another turtle after running this command.
getSwitchesBoolean() - Method in class org.nlogo.api.DefaultCommand
Indicates that NetLogo does not need to switch agents after executing this command.
getSyntax() - Method in class org.nlogo.api.DefaultCommand
Indicates that this command takes no arguments.
getSyntax() - Method in class org.nlogo.api.DefaultReporter
Indicates that this reporter takes no arguments and returns a number.
getSyntax() - Method in interface org.nlogo.api.Primitive
Returns Syntax which specifies the syntax that is acceptable for this primitive.
getSyntax() - Method in class org.nlogo.command.BasicBlockCommand
 
getSyntax() - Method in class org.nlogo.command.GeneratedCommand
 
getSyntax() - Method in class org.nlogo.command.Instruction
 
getSyntax() - Method in class org.nlogo.command.Procedure
 
getText(int, int) - Method in interface org.nlogo.workspace.EditorAreaInterface
 
getTimer() - Method in class org.nlogo.agent.World
 
getTurtle(long) - Method in class org.nlogo.agent.World
 
getTurtle() - Method in interface org.nlogo.api.Argument
Returns the argument as a org.nlogo.api.Turtle.
getTurtle() - Method in class org.nlogo.nvm.Argument
 
getTurtleOrLinkVariable(String) - Method in class org.nlogo.agent.Agent
 
getTurtleOrLinkVariable(String) - Method in class org.nlogo.agent.Link
 
getTurtleOrLinkVariable(String) - Method in class org.nlogo.agent.Observer
 
getTurtleOrLinkVariable(String) - Method in class org.nlogo.agent.Patch
 
getTurtleOrLinkVariable(String) - Method in class org.nlogo.agent.Turtle
 
getTurtleVariable(int) - Method in class org.nlogo.agent.Agent
 
getTurtleVariable(int) - Method in class org.nlogo.agent.Link
 
getTurtleVariable(int) - Method in class org.nlogo.agent.Observer
 
getTurtleVariable(int) - Method in class org.nlogo.agent.Patch
 
getTurtleVariable(int) - Method in class org.nlogo.agent.Turtle
 
getTurtleVariable(int) - Method in class org.nlogo.agent.Turtle3D
 
getTurtleVariableDouble(int) - Method in class org.nlogo.agent.Agent
 
getTurtleVariableDouble(int) - Method in class org.nlogo.agent.Link
 
getTurtleVariableDouble(int) - Method in class org.nlogo.agent.Observer
 
getTurtleVariableDouble(int) - Method in class org.nlogo.agent.Patch
 
getTurtleVariableDouble(int) - Method in class org.nlogo.agent.Turtle
 
getTurtleVariableDouble(int) - Method in class org.nlogo.agent.Turtle3D
 
getTypes() - Static method in class org.nlogo.workspace.ModelReader
 
getValue(Object) - Method in interface org.nlogo.agent.InputBoxConstraint.InputBoxTypeInterface
 
getValue(Object) - Method in class org.nlogo.workspace.InputBoxType
 
getVariable(int) - Method in class org.nlogo.agent.Agent
 
getVariable(int) - Method in class org.nlogo.agent.Link
 
getVariable(int) - Method in class org.nlogo.agent.Observer
 
getVariable(int) - Method in class org.nlogo.agent.Patch
 
getVariable(int) - Method in class org.nlogo.agent.Turtle
 
getVariable(String) - Method in class org.nlogo.agent.Turtle
 
getVariableCount() - Method in class org.nlogo.agent.Agent
 
getVariablesArraySize(Observer) - Method in class org.nlogo.agent.World
 
getVariablesArraySize(Patch) - Method in class org.nlogo.agent.World
 
getVariablesArraySize(Turtle, AgentSet) - Method in class org.nlogo.agent.World
 
getVariablesArraySize(Link, AgentSet) - Method in class org.nlogo.agent.World
 
globals - Variable in class org.nlogo.agent.Program
 
GLOBALS - Static variable in class org.nlogo.api.Logger
 
GREENS - Static variable in class org.nlogo.api.Logger
 
gridRoot(double) - Method in class org.nlogo.agent.World
 
gridRoot(int) - Method in class org.nlogo.agent.World
 
growMax(int, int, int, int) - Method in class org.nlogo.agent.World
 
growMin(int, int, int, int) - Method in class org.nlogo.agent.World
 
guessExportName(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
guiOnlyBenchmarks - Static variable in class org.nlogo.workspace.Benchmarker
 

H

halt() - Method in class org.nlogo.headless.HeadlessWorkspace
Halts all running NetLogo code in this workspace.
halt() - Method in class org.nlogo.nvm.JobManager
 
halt() - Method in class org.nlogo.workspace.AbstractWorkspace
 
haltAll - Variable in exception org.nlogo.nvm.HaltException
 
HaltException - Exception in org.nlogo.nvm
 
HaltException(boolean) - Constructor for exception org.nlogo.nvm.HaltException
 
haltSecondary() - Method in class org.nlogo.nvm.JobManager
 
handle(Throwable) - Method in class org.nlogo.app.App
Internal use only.
handleAboutToQuitEvent(AboutToQuitEvent) - Method in class org.nlogo.app.App
 
handleAppEvent(AppEvent) - Method in class org.nlogo.app.App
Internal use only.
handleBeforeLoadEvent(BeforeLoadEvent) - Method in class org.nlogo.app.App
Internal use only.
handleCharacter(String) - Method in class org.nlogo.workspace.SmartTabulator
 
handleCloseBracket() - Method in class org.nlogo.workspace.SmartTabulator
 
handleEnter() - Method in class org.nlogo.workspace.SmartTabulator
 
handleLoadBeginEvent(LoadBeginEvent) - Method in class org.nlogo.app.App
Internal use only.
handleLoadEndEvent(LoadEndEvent) - Method in class org.nlogo.app.App
Internal use only.
handleLoadSectionEvent(LoadSectionEvent) - Method in class org.nlogo.app.App
 
handleModelChange() - Method in class org.nlogo.workspace.DefaultFileManager
 
handleModelSavedEvent(ModelSavedEvent) - Method in class org.nlogo.app.App
Internal use only.
handleSwitchedTabsEvent(SwitchedTabsEvent) - Method in class org.nlogo.app.App
Internal use only.
handleTab() - Method in class org.nlogo.workspace.SmartTabulator
 
hasAttributes() - Method in class org.nlogo.api.LogMessage
 
hasCurrentFile() - Method in interface org.nlogo.nvm.FileManager
 
hasCurrentFile() - Method in class org.nlogo.workspace.DefaultFileManager
 
hasCurrentFile() - Method in class org.nlogo.workspace.DummyWorkspace
 
hasElements() - Method in class org.nlogo.api.LogMessage
 
hashCode() - Method in class org.nlogo.agent.LogoHashObject
 
hasLabel() - Method in class org.nlogo.agent.Link
 
hasLabel() - Method in class org.nlogo.agent.LinkStamp3D
 
hasLabel() - Method in class org.nlogo.agent.Patch
 
hasLabel() - Method in interface org.nlogo.agent.RenderableAgent
 
hasLabel() - Method in class org.nlogo.agent.Turtle
 
hasLabel() - Method in class org.nlogo.agent.TurtleStamp3D
 
hasNext() - Method in interface org.nlogo.agent.AgentSet.Iterator
 
hasNext() - Method in class org.nlogo.agent.ArrayAgentSet.Iterator
 
hasNext() - Method in class org.nlogo.agent.TreeAgentSet.Iterator
 
hasParentContext() - Method in class org.nlogo.nvm.Context
 
hatch() - Method in class org.nlogo.agent.Turtle
 
hatch() - Method in class org.nlogo.agent.Turtle3D
 
header(int) - Static method in class org.nlogo.workspace.Benchmarker
 
headerSource() - Method in interface org.nlogo.nvm.SourceOwner
 
heading - Variable in class org.nlogo.agent.DrawingLine3D
 
heading() - Method in class org.nlogo.agent.Link
 
heading() - Method in class org.nlogo.agent.LinkStamp3D
 
heading() - Method in class org.nlogo.agent.Observer
 
heading(double) - Method in class org.nlogo.agent.Observer
 
heading() - Method in interface org.nlogo.agent.RenderableLink
 
heading() - Method in interface org.nlogo.agent.RenderableTurtle
 
heading() - Method in class org.nlogo.agent.Turtle
 
heading(double) - Method in class org.nlogo.agent.Turtle
 
heading(double, HashSet) - Method in class org.nlogo.agent.Turtle
 
heading(Double) - Method in class org.nlogo.agent.Turtle
 
heading() - Method in class org.nlogo.agent.TurtleStamp3D
 
headingHelper(double) - Method in class org.nlogo.agent.Turtle
 
headingPitchAndRoll(double, double, double) - Method in class org.nlogo.agent.Turtle3D
 
headlessOnlyBenchmarks - Static variable in class org.nlogo.workspace.Benchmarker
 
HeadlessWorkspace - Class in org.nlogo.headless
The main class for headless (no GUI) operation of NetLogo.
HeadlessWorkspace() - Constructor for class org.nlogo.headless.HeadlessWorkspace
Makes a new instance of NetLogo capable of running a model "headless", with no GUI.
hidden() - Method in class org.nlogo.agent.Turtle
 
hidden(boolean) - Method in class org.nlogo.agent.Turtle
 
hidden() - Method in class org.nlogo.agent.Turtle3D
 
hidden(boolean) - Method in class org.nlogo.agent.Turtle3D
 
home() - Method in class org.nlogo.agent.Observer
 
home() - Method in class org.nlogo.agent.Observer3D
 
home() - Method in class org.nlogo.agent.Turtle
 
home() - Method in class org.nlogo.agent.Turtle3D
 
hubNetClearPlot(String) - Method in interface org.nlogo.nvm.HubNetInterface
 
HubNetInterface - Interface in org.nlogo.nvm
 
hubnetManager() - Method in class org.nlogo.workspace.AbstractWorkspace
 
hubNetPenDown(String, boolean) - Method in interface org.nlogo.nvm.HubNetInterface
 
hubNetPenMode(String, int) - Method in interface org.nlogo.nvm.HubNetInterface
 
hubNetPlot(String, double) - Method in interface org.nlogo.nvm.HubNetInterface
 
hubNetPlot(String, double, double) - Method in interface org.nlogo.nvm.HubNetInterface
 
hubNetSetHistogramNumBars(String, int) - Method in interface org.nlogo.nvm.HubNetInterface
 
hubNetSetInterval(String, double) - Method in interface org.nlogo.nvm.HubNetInterface
 

I

id - Variable in class org.nlogo.agent.Agent
 
id() - Method in class org.nlogo.agent.Link
 
id() - Method in class org.nlogo.agent.Turtle
 
ignoresThrowable() - Method in class org.nlogo.api.XMLLayout
 
importClientInterface(String, boolean) - Method in interface org.nlogo.nvm.HubNetInterface
 
importDrawing(File) - Method in class org.nlogo.headless.HeadlessWorkspace
 
importDrawing(String) - Method in interface org.nlogo.nvm.Workspace
 
importDrawing(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
importDrawing(File) - Method in class org.nlogo.workspace.DummyWorkspace
 
Importer - Class in org.nlogo.agent
 
Importer(Importer.ErrorHandler, World, ImporterUser, Importer.StringReader) - Constructor for class org.nlogo.agent.Importer
 
Importer.ErrorHandler - Interface in org.nlogo.agent
 
Importer.StringReader - Interface in org.nlogo.agent
 
Importer.StringReaderException - Exception in org.nlogo.agent
 
Importer.StringReaderException(String) - Constructor for exception org.nlogo.agent.Importer.StringReaderException
 
Importer3D - Class in org.nlogo.agent
 
Importer3D(Importer.ErrorHandler, World, ImporterUser, Importer.StringReader) - Constructor for class org.nlogo.agent.Importer3D
 
importError - Static variable in class org.nlogo.agent.TestImporter
 
ImporterUser - Interface in org.nlogo.agent
 
importExtension(String, ErrorSource) - Method in class org.nlogo.workspace.ExtensionManager
 
ImportPatchColors - Class in org.nlogo.agent
 
ImportPatchColors() - Constructor for class org.nlogo.agent.ImportPatchColors
 
importPatchColors(File, World, boolean) - Static method in class org.nlogo.agent.ImportPatchColors
 
importWorld(BufferedReader) - Method in class org.nlogo.agent.Importer
 
importWorld(BufferedReader) - Method in class org.nlogo.agent.Importer3D
 
importWorld(Importer.ErrorHandler, ImporterUser, Importer.StringReader, BufferedReader) - Method in class org.nlogo.agent.World
 
importWorld(Importer.ErrorHandler, ImporterUser, Importer.StringReader, BufferedReader) - Method in class org.nlogo.agent.World3D
 
importWorld(String) - Method in interface org.nlogo.nvm.Workspace
 
importWorld(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
inBounds(double, double, double, double, double, double) - Method in class org.nlogo.agent.World
 
inCone(Turtle, AgentSet, double, double, boolean) - Method in class org.nlogo.agent.World
 
inCone(Turtle, AgentSet, double, double, boolean) - Method in class org.nlogo.agent.World3D
 
increment() - Method in class org.nlogo.agent.ConstantSliderConstraint
 
increment(Double) - Method in class org.nlogo.agent.ConstantSliderConstraint
 
increment() - Method in class org.nlogo.agent.DynamicSliderConstraint
 
increment() - Method in class org.nlogo.agent.SliderConstraint
 
indexForValue(Object) - Method in class org.nlogo.agent.ChooserConstraint
 
indexOfVariable(Class, String) - Method in class org.nlogo.agent.World
 
indexOfVariable(Agent, String) - Method in class org.nlogo.agent.World
 
INFO - Static variable in class org.nlogo.workspace.ModelReader
 
init(Workspace) - Method in class org.nlogo.command.BasicBlockCommand
 
init(Workspace) - Method in class org.nlogo.command.Instruction
 
init(Workspace) - Method in class org.nlogo.command.Procedure
 
init(Program) - Method in class org.nlogo.workspace.AbstractWorkspace
 
initForTesting(int, int, int, int, String) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
initForTesting(WorldDimensions, String) - Method in class org.nlogo.headless.HeadlessWorkspace
 
initForTesting(int, int, int, int) - Method in class org.nlogo.headless.HeadlessWorkspace
 
initForTesting(WorldDimensions) - Method in class org.nlogo.headless.HeadlessWorkspace
 
initForTesting(WorldDimensions) - Method in class org.nlogo.workspace.AbstractWorkspace
Internal use only.
initializeHubNet() - Method in interface org.nlogo.api.ExtensionManager
Intializes the HubNetManager, this method should be called if the extension intends to use HubNet.
initializeHubNet() - Method in class org.nlogo.workspace.ExtensionManager
 
initializeTracer() - Static method in class org.nlogo.nvm.Tracer
 
initializeTracer(String) - Static method in class org.nlogo.nvm.Tracer
 
initializeTracer(Class) - Static method in class org.nlogo.nvm.Tracer
 
initModelForChecksumming() - Method in class org.nlogo.headless.HeadlessWorkspace
 
initModelForChecksumming() - Method in interface org.nlogo.nvm.Workspace
 
initModelForChecksumming() - Method in class org.nlogo.workspace.DummyWorkspace
 
innerSource() - Method in interface org.nlogo.nvm.SourceOwner
 
innerSource(String) - Method in interface org.nlogo.nvm.SourceOwner
 
inNetworkRadius(Turtle, AgentSet, double, AgentSet) - Method in class org.nlogo.agent.World
This method performs a BFS from the sourceNode, following the network imposed by the given linkBreed, going up to radius layers out, and only collecting nodes that are members of sourceSet.
inputBoxChanged(String, Object, boolean) - Method in class org.nlogo.api.Logger
 
inputBoxChanged(String, Object, boolean) - Method in interface org.nlogo.api.NetLogoListener
Called when the value of an input box changes.
InputBoxConstraint - Class in org.nlogo.agent
 
InputBoxConstraint(InputBoxConstraint.InputBoxTypeInterface) - Constructor for class org.nlogo.agent.InputBoxConstraint
 
InputBoxConstraint(Object, InputBoxConstraint.InputBoxTypeInterface) - Constructor for class org.nlogo.agent.InputBoxConstraint
 
InputBoxConstraint.InputBoxTypeInterface - Interface in org.nlogo.agent
 
InputBoxType - Class in org.nlogo.workspace
 
InputBoxType(String, AbstractWorkspace) - Constructor for class org.nlogo.workspace.InputBoxType
 
inRadius(Agent, AgentSet, double, boolean) - Method in class org.nlogo.agent.World
 
inRadius(Agent, AgentSet, double, boolean) - Method in class org.nlogo.agent.World3D
 
insertString(int, String) - Method in interface org.nlogo.workspace.EditorAreaInterface
 
insetWidth() - Method in class org.nlogo.headless.HeadlessWorkspace
 
insetWidth() - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
inspectAgent(Class, Agent) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
inspectAgent(Class, Agent) - Method in interface org.nlogo.nvm.Workspace
 
inspectAgent(Class, Agent) - Method in class org.nlogo.workspace.DummyWorkspace
 
Instruction - Class in org.nlogo.command
 
Instruction(String, String) - Constructor for class org.nlogo.command.Instruction
 
Instruction(String) - Constructor for class org.nlogo.command.Instruction
 
instruction - Variable in exception org.nlogo.nvm.EngineException
 
interfaceGlobals - Variable in class org.nlogo.agent.Program
 
interrupt() - Method in class org.nlogo.nvm.JobManager
 
interval(double) - Method in interface org.nlogo.api.PlotPenInterface
 
invalidateTurtleShape(Shape) - Method in class org.nlogo.agent.World
 
ip - Variable in class org.nlogo.nvm.Context
 
isApp() - Static method in class org.nlogo.workspace.AbstractWorkspace
 
isApp(boolean) - Static method in class org.nlogo.workspace.AbstractWorkspace
 
isApplet() - Static method in class org.nlogo.workspace.AbstractWorkspace
 
isApplet(boolean) - Static method in class org.nlogo.workspace.AbstractWorkspace
 
isBreed(AgentSet) - Method in class org.nlogo.agent.World
 
isButton() - Method in interface org.nlogo.nvm.JobOwner
 
isCloser(int) - Static method in class org.nlogo.workspace.SmartTabulator
 
isCommandCenter() - Method in interface org.nlogo.nvm.JobOwner
 
isCompilerTestingMode() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
isCompilerTestingMode() - Method in class org.nlogo.workspace.AbstractWorkspace
Internal use only.
isConstant(String) - Method in interface org.nlogo.agent.Evaluator
 
isConstant(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
isDefaultShape(String) - Method in class org.nlogo.agent.ShapeList
 
isDimensionVariable(String) - Method in class org.nlogo.agent.World
 
isDimensionVariable(String) - Method in class org.nlogo.agent.World3D
 
isDirected() - Method in class org.nlogo.agent.AgentSet
 
isDirectedLink() - Method in class org.nlogo.agent.Link
 
isDirectedLink() - Method in class org.nlogo.agent.LinkStamp3D
 
isDirectedLink() - Method in interface org.nlogo.agent.RenderableLink
 
isDirectedLink() - Method in class org.nlogo.agent.Turtle
 
isDoubleLinkVariable(int) - Method in class org.nlogo.agent.World
 
isDoublePatchVariable(int) - Method in class org.nlogo.agent.World
 
isDoublePatchVariable(int) - Method in class org.nlogo.agent.World3D
 
isDoubleTurtleVariable(int) - Method in class org.nlogo.agent.World
 
isDoubleTurtleVariable(int) - Method in class org.nlogo.agent.World3D
 
isDoubleVariable(int) - Static method in class org.nlogo.agent.Link
 
isDoubleVariable(int) - Static method in class org.nlogo.agent.Patch
 
isDoubleVariable(int) - Static method in class org.nlogo.agent.Patch3D
 
isDoubleVariable(int) - Static method in class org.nlogo.agent.Turtle
 
isDoubleVariable(int) - Static method in class org.nlogo.agent.Turtle3D
 
isDown(boolean) - Method in interface org.nlogo.api.PlotPenInterface
 
isEmpty() - Method in class org.nlogo.agent.AgentSet
 
isEmpty() - Method in class org.nlogo.agent.ArrayAgentSet
 
isEmpty() - Method in class org.nlogo.agent.TreeAgentSet
 
isFolder() - Method in class org.nlogo.workspace.Library.Node
 
isHeadless() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
isHeadless() - Method in class org.nlogo.workspace.AbstractWorkspace
 
isHeadless() - Method in class org.nlogo.workspace.DummyWorkspace
 
isInterrupted() - Method in class org.nlogo.nvm.JobManager
 
isLeaf() - Method in class org.nlogo.workspace.Library.Node
 
isLinkBreed(AgentSet) - Method in class org.nlogo.agent.World
 
isLinkForeverButton() - Method in interface org.nlogo.nvm.JobOwner
 
isOpener(int) - Static method in class org.nlogo.workspace.SmartTabulator
 
isPureConstant() - Method in class org.nlogo.command.Reporter
 
isSpecialLinkVariable(int) - Method in class org.nlogo.agent.World
 
isSpecialPatchVariable(int) - Method in class org.nlogo.agent.World
 
isSpecialPatchVariable(int) - Method in class org.nlogo.agent.World3D
 
isSpecialTurtleVariable(int) - Method in class org.nlogo.agent.World
 
isSpecialTurtleVariable(int) - Method in class org.nlogo.agent.World3D
 
isSpecialVariable(int) - Static method in class org.nlogo.agent.Link
 
isSpecialVariable(int) - Static method in class org.nlogo.agent.Patch
 
isSpecialVariable(int) - Static method in class org.nlogo.agent.Patch3D
 
isSpecialVariable(int) - Static method in class org.nlogo.agent.Turtle
 
isTied() - Method in class org.nlogo.agent.Link
 
isTurtleForeverButton() - Method in interface org.nlogo.nvm.JobOwner
 
isUndirected() - Method in class org.nlogo.agent.AgentSet
 
iterator() - Method in class org.nlogo.agent.AgentSet
 
iterator() - Method in class org.nlogo.agent.ArrayAgentSet
 
iterator(Iterator) - Static method in class org.nlogo.agent.Dump
 
iterator(Iterator, boolean, boolean) - Static method in class org.nlogo.agent.Dump
 
iterator(Iterator, String, String, String, int, boolean, boolean) - Static method in class org.nlogo.agent.Dump
 
iterator() - Method in class org.nlogo.agent.TreeAgentSet
 
iterator() - Method in class org.nlogo.api.LogoList
 

J

job - Variable in class org.nlogo.nvm.Context
 
Job - Class in org.nlogo.nvm
 
JobManager - Class in org.nlogo.nvm
 
JobManager(JobManagerOwner, World, Object) - Constructor for class org.nlogo.nvm.JobManager
 
jobManager - Variable in class org.nlogo.workspace.AbstractWorkspace
 
JobManagerOwner - Interface in org.nlogo.nvm
 
JobOwner - Interface in org.nlogo.nvm
 
joinForeverButtons(Agent) - Method in class org.nlogo.nvm.JobManager
 
joinForeverButtons(Agent) - Method in interface org.nlogo.nvm.Workspace
 
joinForeverButtons(Agent) - Method in class org.nlogo.workspace.AbstractWorkspace
 
jump(double) - Method in class org.nlogo.agent.Turtle
 
jump(double) - Method in class org.nlogo.agent.Turtle3D
 

L

label() - Method in class org.nlogo.agent.Link
 
label(Object) - Method in class org.nlogo.agent.Link
 
label() - Method in class org.nlogo.agent.Patch
 
label(Object) - Method in class org.nlogo.agent.Patch
 
label() - Method in class org.nlogo.agent.Patch3D
 
label(Object) - Method in class org.nlogo.agent.Patch3D
 
label() - Method in class org.nlogo.agent.Turtle
 
label(Object) - Method in class org.nlogo.agent.Turtle
 
label() - Method in class org.nlogo.agent.Turtle3D
 
label(Object) - Method in class org.nlogo.agent.Turtle3D
 
labelColor() - Method in class org.nlogo.agent.Link
 
labelColor(double) - Method in class org.nlogo.agent.Link
 
labelColor(LogoList) - Method in class org.nlogo.agent.Link
 
labelColor() - Method in class org.nlogo.agent.LinkStamp3D
 
labelColor() - Method in class org.nlogo.agent.Patch
 
labelColor(double) - Method in class org.nlogo.agent.Patch
 
labelColor(Double) - Method in class org.nlogo.agent.Patch
 
labelColor(LogoList, int) - Method in class org.nlogo.agent.Patch
 
labelColor() - Method in class org.nlogo.agent.Patch3D
 
labelColor(double) - Method in class org.nlogo.agent.Patch3D
 
labelColor(Double) - Method in class org.nlogo.agent.Patch3D
 
labelColor() - Method in interface org.nlogo.agent.RenderableAgent
 
labelColor() - Method in class org.nlogo.agent.Turtle
 
labelColor(double) - Method in class org.nlogo.agent.Turtle
 
labelColor(LogoList, int) - Method in class org.nlogo.agent.Turtle
 
labelColor() - Method in class org.nlogo.agent.Turtle3D
 
labelColor(double) - Method in class org.nlogo.agent.Turtle3D
 
labelColor() - Method in class org.nlogo.agent.TurtleStamp3D
 
labelString() - Method in class org.nlogo.agent.Link
 
labelString() - Method in class org.nlogo.agent.LinkStamp3D
 
labelString() - Method in class org.nlogo.agent.Patch
 
labelString() - Method in class org.nlogo.agent.Patch3D
 
labelString() - Method in interface org.nlogo.agent.RenderableAgent
 
labelString() - Method in class org.nlogo.agent.Turtle
 
labelString() - Method in class org.nlogo.agent.Turtle3D
 
labelString() - Method in class org.nlogo.agent.TurtleStamp3D
 
LAST_PREDEFINED_VAR - Variable in class org.nlogo.agent.Link
 
LAST_PREDEFINED_VAR - Static variable in class org.nlogo.agent.Patch
 
LAST_PREDEFINED_VAR - Variable in class org.nlogo.agent.Turtle
 
LAST_PREDEFINED_VAR_3D - Static variable in class org.nlogo.agent.Patch3D
 
lastLogoException - Variable in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
lastRunTimes - Variable in class org.nlogo.agent.World
 
Layouts - Class in org.nlogo.agent
 
legendIsOpen(boolean) - Method in interface org.nlogo.api.PlotInterface
 
length - Variable in class org.nlogo.agent.DrawingLine3D
 
Let - Class in org.nlogo.command
 
Let() - Constructor for class org.nlogo.command.Let
 
let(Let, Object) - Method in class org.nlogo.nvm.Context
 
lets - Variable in class org.nlogo.command.Procedure
 
lhidden() - Method in class org.nlogo.agent.Link
 
lhidden(boolean) - Method in class org.nlogo.agent.Link
 
Library - Class in org.nlogo.workspace
 
Library.Node - Class in org.nlogo.workspace
 
lines() - Method in class org.nlogo.agent.Drawing3D
 
lineThickness() - Method in class org.nlogo.agent.Link
 
lineThickness(Double) - Method in class org.nlogo.agent.Link
 
lineThickness() - Method in class org.nlogo.agent.LinkStamp3D
 
lineThickness() - Method in interface org.nlogo.agent.RenderableAgent
 
lineThickness() - Method in class org.nlogo.agent.Turtle
 
lineThickness() - Method in class org.nlogo.agent.TurtleStamp3D
 
lineThickness(Agent) - Method in class org.nlogo.agent.World
 
lineToEndOffset(int) - Method in interface org.nlogo.workspace.EditorAreaInterface
 
lineToStartOffset(int) - Method in interface org.nlogo.workspace.EditorAreaInterface
 
Link - Class in org.nlogo.agent
 
Link(World, Turtle, Turtle, int) - Constructor for class org.nlogo.agent.Link
 
Link - Interface in org.nlogo.api
Interface provides access to NetLogo links.
Link3D - Class in org.nlogo.agent
 
Link3D(World, Turtle, Turtle, AgentSet) - Constructor for class org.nlogo.agent.Link3D
 
LINK_SHAPES - Static variable in class org.nlogo.workspace.ModelReader
 
linkBreedOwns(AgentSet, String) - Method in class org.nlogo.agent.World
 
linkBreeds - Variable in class org.nlogo.agent.Program
 
linkBreedShapes - Variable in class org.nlogo.agent.World
 
linkBreedsOwn - Variable in class org.nlogo.agent.Program
 
linkBreedsOwnIndexOf(AgentSet, String) - Method in class org.nlogo.agent.World
 
linkBreedsOwnNameAt(AgentSet, int) - Method in class org.nlogo.agent.World
 
linkBreedsSingular - Variable in class org.nlogo.agent.Program
 
linkDestinationSize() - Method in class org.nlogo.agent.Link
 
linkDestinationSize() - Method in class org.nlogo.agent.LinkStamp3D
 
linkDestinationSize() - Method in interface org.nlogo.agent.RenderableLink
 
linkDestinationSize() - Method in class org.nlogo.agent.Turtle
 
LinkManager - Class in org.nlogo.agent
LinkManager -- Keeps track of links.
LinkManager(World) - Constructor for class org.nlogo.agent.LinkManager
 
linkManager - Variable in class org.nlogo.agent.World
 
LinkManager3D - Class in org.nlogo.agent
 
LinkManager3D(World3D) - Constructor for class org.nlogo.agent.LinkManager3D
 
links() - Method in class org.nlogo.agent.World
 
LINKS - Static variable in class org.nlogo.api.Logger
 
linkShapeList - Variable in class org.nlogo.agent.World
 
linkShapesManager - Variable in class org.nlogo.app.App
 
linksOwn - Variable in class org.nlogo.agent.Program
 
linksOwnIndexOf(String) - Method in class org.nlogo.agent.World
 
linksOwnNameAt(int) - Method in class org.nlogo.agent.World
 
LinkStamp3D - Class in org.nlogo.agent
 
linkStamps() - Method in class org.nlogo.agent.Drawing3D
 
list(List) - Static method in class org.nlogo.agent.Dump
 
list(List, boolean, boolean) - Static method in class org.nlogo.agent.Dump
 
list(List, String, String, String, int) - Static method in class org.nlogo.agent.Dump
 
list(List, String, String, String, int, boolean, boolean) - Static method in class org.nlogo.agent.Dump
 
listExtensions() - Method in class org.nlogo.workspace.ExtensionManager
 
listIterator(int) - Method in class org.nlogo.api.LogoList
 
load(PrimitiveManager) - Method in interface org.nlogo.api.ClassManager
Loads the primitives in the extension.
load(PrimitiveManager) - Method in class org.nlogo.api.DefaultClassManager
Loads the primitives in the extension.
load(String) - Method in interface org.nlogo.nvm.AggregateManagerInterface
 
load(String[], String) - Method in interface org.nlogo.nvm.HubNetInterface
 
load(String[], String, WorldLoaderInterface) - Method in class org.nlogo.workspace.WorldLoader
 
load(String[], String, WorldLoaderInterface) - Method in class org.nlogo.workspace.WorldLoader3D
 
loadModelCheckSumsFromFile() - Static method in class org.nlogo.workspace.Checksummer
Loads the model checksums from file.
localsCount - Variable in class org.nlogo.command.Procedure
 
logAddWidget(String, String) - Static method in class org.nlogo.api.Logger
 
logButtonPressed(String) - Static method in class org.nlogo.api.Logger
 
logButtonStopped(String, boolean, boolean) - Static method in class org.nlogo.api.Logger
 
Logger - Class in org.nlogo.api
 
Logger(String) - Constructor for class org.nlogo.api.Logger
 
logGlobal(String, Object, boolean) - Static method in class org.nlogo.api.Logger
 
logLinkBirth(String, String) - Static method in class org.nlogo.api.Logger
 
logLinkDeath(String, String) - Static method in class org.nlogo.api.Logger
 
LogMessage - Class in org.nlogo.api
 
LogoException - Exception in org.nlogo.api
A runtime error that has occurred in NetLogo code.
LogoException(String) - Constructor for exception org.nlogo.api.LogoException
 
LogoHashObject - Class in org.nlogo.agent
 
LogoHashObject(Object) - Constructor for class org.nlogo.agent.LogoHashObject
 
LogoList - Class in org.nlogo.api
 
LogoList() - Constructor for class org.nlogo.api.LogoList
 
LogoList(int) - Constructor for class org.nlogo.api.LogoList
 
LogoList(Collection) - Constructor for class org.nlogo.api.LogoList
 
logoObject(Object) - Static method in class org.nlogo.agent.Dump
 
logoObject(Object, boolean, boolean) - Static method in class org.nlogo.agent.Dump
 
logoSublist(int, int) - Method in class org.nlogo.api.LogoList
 
logSpeedSlider(double) - Static method in class org.nlogo.api.Logger
 
logTurtleBirth(String, String) - Static method in class org.nlogo.api.Logger
 
logTurtleDeath(String, String) - Static method in class org.nlogo.api.Logger
 
logWidgetRemoved(String, String) - Static method in class org.nlogo.api.Logger
 
LOWERCASE - Static variable in class org.nlogo.agent.Dump
 
lput(Object) - Method in class org.nlogo.api.LogoList
 

M

magicOpen(String) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
magicOpen(String) - Method in interface org.nlogo.nvm.Workspace
 
magicOpen(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
magicOpen(String) - Method in class org.nlogo.workspace.DummyWorkspace
 
magspring(AgentSet, AgentSet, double, double, double, double, int, boolean, MersenneTwisterFast) - Static method in class org.nlogo.agent.Layouts
 
main(String[]) - Static method in class org.nlogo.app.App
Should be called once at startup to create the application and start it running.
main(String[]) - Static method in class org.nlogo.headless.HeadlessWorkspace
 
mainRNG - Variable in class org.nlogo.agent.World
 
makeChildrenExclusive() - Method in class org.nlogo.nvm.Context
 
makeConcurrentJob(AgentSet) - Method in class org.nlogo.nvm.Context
 
makeConcurrentJob(JobOwner, AgentSet, Procedure) - Method in class org.nlogo.nvm.JobManager
 
makeDirty() - Method in interface org.nlogo.api.PlotInterface
 
makePreviews(boolean, boolean) - Method in class org.nlogo.headless.HeadlessWorkspace
 
makePreviews(boolean, boolean) - Method in interface org.nlogo.nvm.Workspace
 
makePreviews(boolean, boolean) - Method in class org.nlogo.workspace.DummyWorkspace
 
makeSliderConstraint(Agent, String, String, String, Double, Object) - Static method in class org.nlogo.agent.SliderConstraint
 
makeThunk(String, Agent, Object) - Method in interface org.nlogo.agent.Evaluator
 
makeThunk(String, Agent, Object) - Method in class org.nlogo.workspace.AbstractWorkspace
 
makeWidget(String) - Method in class org.nlogo.app.App
Adds new widget to Interface tab given its specification, in the same (undocumented) format found in a saved model.
map(Map) - Static method in class org.nlogo.agent.Dump
 
map(Map, boolean, boolean) - Static method in class org.nlogo.agent.Dump
 
markDrawingClean() - Method in class org.nlogo.agent.World
 
markPatchColorsClean() - Method in class org.nlogo.agent.World
 
markPatchColorsDirty() - Method in class org.nlogo.agent.World
 
MAX_COLOR - Static variable in class org.nlogo.api.Color
 
maximum() - Method in class org.nlogo.agent.ConstantSliderConstraint
 
maximum(Double) - Method in class org.nlogo.agent.ConstantSliderConstraint
 
maximum() - Method in class org.nlogo.agent.DynamicSliderConstraint
 
maximum() - Method in class org.nlogo.agent.SliderConstraint
 
maxPxcor() - Method in interface org.nlogo.agent.RenderableWorld
 
maxPxcor() - Method in class org.nlogo.agent.World
 
maxPxcor - Variable in class org.nlogo.agent.WorldDimensions
 
maxPxcorBoxed() - Method in class org.nlogo.agent.World
 
maxPycor() - Method in interface org.nlogo.agent.RenderableWorld
 
maxPycor() - Method in class org.nlogo.agent.World
 
maxPycor - Variable in class org.nlogo.agent.WorldDimensions
 
maxPycorBoxed() - Method in class org.nlogo.agent.World
 
maxPzcor() - Method in class org.nlogo.agent.World3D
 
maxPzcor - Variable in class org.nlogo.agent.WorldDimensions3D
 
maxPzcorBoxed() - Method in class org.nlogo.agent.World3D
 
maybeRunSecondaryJobs() - Method in class org.nlogo.nvm.JobManager
 
messageWaiting() - Method in interface org.nlogo.nvm.HubNetInterface
 
midpointX() - Method in class org.nlogo.agent.Link
 
midpointX() - Method in class org.nlogo.agent.LinkStamp3D
 
midpointX() - Method in interface org.nlogo.agent.RenderableLink
 
midpointY() - Method in class org.nlogo.agent.Link
 
midpointY() - Method in class org.nlogo.agent.LinkStamp3D
 
midpointY() - Method in interface org.nlogo.agent.RenderableLink
 
minimum() - Method in class org.nlogo.agent.ConstantSliderConstraint
 
minimum(Double) - Method in class org.nlogo.agent.ConstantSliderConstraint
 
minimum() - Method in class org.nlogo.agent.DynamicSliderConstraint
 
minimum() - Method in class org.nlogo.agent.SliderConstraint
 
minPxcor() - Method in interface org.nlogo.agent.RenderableWorld
 
minPxcor() - Method in class org.nlogo.agent.World
 
minPxcor - Variable in class org.nlogo.agent.WorldDimensions
 
minPxcorBoxed() - Method in class org.nlogo.agent.World
 
minPycor() - Method in interface org.nlogo.agent.RenderableWorld
 
minPycor() - Method in class org.nlogo.agent.World
 
minPycor - Variable in class org.nlogo.agent.WorldDimensions
 
minPycorBoxed() - Method in class org.nlogo.agent.World
 
minPzcor() - Method in class org.nlogo.agent.World3D
 
minPzcor - Variable in class org.nlogo.agent.WorldDimensions3D
 
minPzcorBoxed() - Method in class org.nlogo.agent.World3D
 
mode() - Method in class org.nlogo.agent.Link
 
mode(String) - Method in class org.nlogo.agent.Link
 
mode(int) - Method in interface org.nlogo.api.PlotPenInterface
 
MODE_FIXED - Static variable in class org.nlogo.agent.Link
 
MODE_FREE - Static variable in class org.nlogo.agent.Link
 
MODE_NONE - Static variable in class org.nlogo.agent.Link
 
MODEL_CHECK_FILENAME - Static variable in class org.nlogo.workspace.Checksummer
 
modelNameForDisplay() - Method in class org.nlogo.workspace.AbstractWorkspace
 
ModelReader - Class in org.nlogo.workspace
 
modulateDouble(Double) - Static method in class org.nlogo.api.Color
 
modulateDouble(double) - Static method in class org.nlogo.api.Color
 
modulateInteger(Integer) - Static method in class org.nlogo.api.Color
 
modulateInteger(int) - Static method in class org.nlogo.api.Color
 
moveto(Agent) - Method in class org.nlogo.agent.Observer
 
moveto(Agent) - Method in class org.nlogo.agent.Observer3D
 
moveTo(Agent) - Method in class org.nlogo.agent.Turtle
 
moveTo(Agent) - Method in class org.nlogo.agent.Turtle3D
 
moveToPatchCenter() - Method in class org.nlogo.agent.Turtle
 
moveToPatchCenter() - Method in class org.nlogo.agent.Turtle3D
 
myself - Variable in class org.nlogo.nvm.Context
 
myself() - Method in class org.nlogo.nvm.Context
 

N

name() - Method in interface org.nlogo.api.PlotInterface
 
name() - Method in interface org.nlogo.api.PlotPenInterface
 
name - Variable in class org.nlogo.command.Procedure
 
name - Variable in class org.nlogo.workspace.ExtensionPrimitiveManager
 
nameToken - Variable in class org.nlogo.command.Procedure
 
needsModelScan() - Static method in class org.nlogo.workspace.Library
 
NetLogoListener - Interface in org.nlogo.api
A host application (such as a Pedagogica script) should implement this interface in order to be notified of events occurring within NetLogo.
networkDistance(Turtle, Turtle, AgentSet) - Method in class org.nlogo.agent.World
This method performs a BFS from the sourceNode, following the network imposed by the given linkBreed, to find the distance to destNode.
networkShortestPathLinks(MersenneTwisterFast, Turtle, Turtle, AgentSet) - Method in class org.nlogo.agent.World
 
networkShortestPathNodes(MersenneTwisterFast, Turtle, Turtle, AgentSet) - Method in class org.nlogo.agent.World
This method performs a BFS from the sourceNode, following the network imposed by the given linkBreed, to find the shortest path to destNode.
newClient() - Method in interface org.nlogo.nvm.HubNetInterface
 
newClient(int) - Method in interface org.nlogo.nvm.HubNetInterface
 
newFiles(Enumeration, String) - Method in class org.nlogo.api.Logger
 
newInstance(String) - Method in interface org.nlogo.api.Command
Returns a new instance of this Command.
newInstance(String) - Method in class org.nlogo.api.DefaultCommand
Returns a new instance of this class, created by invoking the empty constructor.
newInstance(String) - Method in class org.nlogo.api.DefaultReporter
Returns a new instance of this class, created by invoking the empty constructor.
newInstance(String) - Method in interface org.nlogo.api.Reporter
Returns a new instance of this Reporter.
newInstance(AbstractWorkspace) - Method in interface org.nlogo.workspace.AbstractWorkspace.HubNetManagerFactory
 
newValidDouble(double, Instruction) - Static method in class org.nlogo.command.Instruction
 
newValidDouble(double) - Method in class org.nlogo.command.Instruction
 
next() - Method in interface org.nlogo.agent.AgentSet.Iterator
 
next() - Method in class org.nlogo.agent.ArrayAgentSet.Iterator
 
next() - Method in class org.nlogo.agent.TreeAgentSet.Iterator
 
Nobody - Class in org.nlogo.agent
 
NOBODY - Static variable in class org.nlogo.agent.Nobody
 
noLinks() - Method in class org.nlogo.agent.World
 
noPatches() - Method in class org.nlogo.agent.World
 
NORMAL_PRECEDENCE - Static variable in class org.nlogo.api.Syntax
 
NOT_LOGGED_IN - Static variable in interface org.nlogo.nvm.HubNetInterface
 
noTurtles() - Method in class org.nlogo.agent.World
 
NUM_HUES - Static variable in class org.nlogo.api.Color
 
number(Double) - Static method in class org.nlogo.agent.Dump
 
number(double) - Static method in class org.nlogo.agent.Dump
 
NUMBER_PREDEFINED_VARS - Variable in class org.nlogo.agent.Link
 
NUMBER_PREDEFINED_VARS - Variable in class org.nlogo.agent.Patch
 
NUMBER_PREDEFINED_VARS - Variable in class org.nlogo.agent.Turtle
 
nvmContext() - Method in class org.nlogo.nvm.ExtensionContext
 

O

OBSERVE - Static variable in class org.nlogo.agent.Observer
 
Observer - Class in org.nlogo.agent
 
Observer(World) - Constructor for class org.nlogo.agent.Observer
 
observer() - Method in class org.nlogo.agent.World
 
Observer3D - Class in org.nlogo.agent
 
Observer3D(World) - Constructor for class org.nlogo.agent.Observer3D
 
observerOwnsIndexOf(String) - Method in class org.nlogo.agent.World
 
observerOwnsNameAt(int) - Method in class org.nlogo.agent.World
 
observers() - Method in class org.nlogo.agent.World
 
observerZ() - Method in interface org.nlogo.agent.Topology3D
 
observerZ() - Method in class org.nlogo.agent.Torus3D
 
offsetToLine(int) - Method in interface org.nlogo.workspace.EditorAreaInterface
 
oldLinksOwnIndexOf(String) - Method in class org.nlogo.agent.World
 
oldProgram() - Method in class org.nlogo.agent.World
 
oldProgram(Program) - Method in class org.nlogo.agent.World
 
oldTurtlesOwnIndexOf(String) - Method in class org.nlogo.agent.World
 
omit(Agent) - Method in class org.nlogo.agent.AgentSet
 
open(String) - Method in class org.nlogo.app.App
Opens a model stored in a file.
open(String) - Method in class org.nlogo.headless.HeadlessWorkspace
Opens a model stored in a file.
open(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
open(String) - Method in interface org.nlogo.workspace.Controllable
 
open(String) - Method in class org.nlogo.workspace.DummyWorkspace
 
openAndRunBenchmark(String, int, Benchmarker.BenchmarkRunner) - Method in class org.nlogo.workspace.Benchmarker
 
openCallRecord(Context, Activation) - Method in class org.nlogo.nvm.Tracer
 
openClientEditor() - Method in interface org.nlogo.nvm.HubNetInterface
 
openFile(String) - Method in interface org.nlogo.nvm.FileManager
 
openFile(String) - Method in class org.nlogo.workspace.DefaultFileManager
 
openFromSource(String, String) - Method in class org.nlogo.app.App
Opens a model stored in a string.
openFromSource(String) - Method in class org.nlogo.headless.HeadlessWorkspace
Opens a model stored in a string.
openIndex() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
openIndex() - Method in interface org.nlogo.nvm.Workspace
 
openIndex() - Method in class org.nlogo.workspace.DummyWorkspace
 
openModel(String) - Method in class org.nlogo.api.Logger
 
openModel(String) - Method in interface org.nlogo.api.NetLogoListener
 
openNext() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
openNext() - Method in interface org.nlogo.nvm.Workspace
 
openNext() - Method in class org.nlogo.workspace.DummyWorkspace
 
openPrevious() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
openPrevious() - Method in interface org.nlogo.nvm.Workspace
 
openPrevious() - Method in class org.nlogo.workspace.DummyWorkspace
 
optimize0() - Method in class org.nlogo.command.Instruction
 
optimize1(Reporter, Object[]) - Method in class org.nlogo.command.Instruction
 
optimize2(Reporter, Object[], Reporter, Object[]) - Method in class org.nlogo.command.Instruction
 
orbitRight(double) - Method in class org.nlogo.agent.Observer
 
orbitRight(double) - Method in class org.nlogo.agent.Observer3D
 
orbitUp(double) - Method in class org.nlogo.agent.Observer
 
orbitUp(double) - Method in class org.nlogo.agent.Observer3D
 
org.nlogo.agent - package org.nlogo.agent
 
org.nlogo.api - package org.nlogo.api
Provides classes associated with the NetLogo Extensions API.
org.nlogo.command - package org.nlogo.command
 
org.nlogo.nvm - package org.nlogo.nvm
 
org.nlogo.workspace - package org.nlogo.workspace
 
OUTPUT_NORMAL - Static variable in interface org.nlogo.nvm.Workspace
 
OUTPUT_TO_FILE - Static variable in interface org.nlogo.nvm.Workspace
 
OUTPUT_TO_OUTPUT_AREA - Static variable in interface org.nlogo.nvm.Workspace
 
outputAreaBuffer - Variable in class org.nlogo.headless.HeadlessWorkspace
 
outputObject(Object, Object, boolean, boolean, int) - Method in interface org.nlogo.nvm.Workspace
 
outputObject(Object, Object, boolean, boolean, int) - Method in class org.nlogo.workspace.AbstractWorkspace
 
owner - Variable in class org.nlogo.command.Procedure
 
owner - Variable in class org.nlogo.nvm.Job
 
ownerFinished(JobOwner) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
ownerFinished(JobOwner) - Method in interface org.nlogo.nvm.JobManagerOwner
 
ownerFinished(JobOwner) - Method in class org.nlogo.workspace.DummyWorkspace
 
ownsPrimaryJobs() - Method in interface org.nlogo.nvm.JobOwner
 
ownsVariable(String) - Method in class org.nlogo.agent.Turtle
 
oxcor() - Method in class org.nlogo.agent.Observer
 
oxcor(double) - Method in class org.nlogo.agent.Observer
 
oxyandzcor(double, double, double) - Method in class org.nlogo.agent.Observer
 
oycor() - Method in class org.nlogo.agent.Observer
 
oycor(double) - Method in class org.nlogo.agent.Observer
 
ozcor() - Method in class org.nlogo.agent.Observer
 
ozcor(double) - Method in class org.nlogo.agent.Observer
 

P

paint(Graphics2D) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
parent - Variable in class org.nlogo.nvm.Activation
 
parentContext - Variable in class org.nlogo.nvm.Job
 
parseString(String, boolean) - Static method in class org.nlogo.workspace.ModelReader
 
parseString(String) - Static method in class org.nlogo.workspace.ModelReader
 
parseString(String, Object[], boolean) - Static method in class org.nlogo.workspace.ModelReader
 
parseVersion(Map) - Static method in class org.nlogo.workspace.ModelReader
 
parseWidgets(String[]) - Static method in class org.nlogo.workspace.ModelReader
 
Patch - Class in org.nlogo.agent
 
patch - Variable in exception org.nlogo.agent.PatchException
 
Patch - Interface in org.nlogo.api
Interface provides access to NetLogo patches.
Patch3D - Class in org.nlogo.agent
 
patchColors() - Method in class org.nlogo.agent.World
 
patchColorsDirty() - Method in class org.nlogo.agent.World
 
patches() - Method in class org.nlogo.agent.World
 
patchesAllBlack() - Method in class org.nlogo.agent.World
 
patchesOwn - Variable in class org.nlogo.agent.Program
 
patchesOwnIndexOf(String) - Method in class org.nlogo.agent.World
 
patchesOwnNameAt(int) - Method in class org.nlogo.agent.World
 
patchesWithLabels - Variable in class org.nlogo.agent.World
 
PatchException - Exception in org.nlogo.agent
 
PatchException(Patch) - Constructor for exception org.nlogo.agent.PatchException
 
patchNeighbors - Variable in class org.nlogo.agent.Patch
 
patchNeighbors4 - Variable in class org.nlogo.agent.Patch
 
patchNeighbors6 - Variable in class org.nlogo.agent.Patch3D
 
patchSize() - Method in interface org.nlogo.agent.RenderableWorld
 
patchSize() - Method in class org.nlogo.agent.World
 
patchSize(double) - Method in class org.nlogo.agent.World
 
patchSize(double) - Method in interface org.nlogo.agent.WorldResizer
 
patchSize(double) - Method in class org.nlogo.headless.HeadlessWorkspace
 
patchSize() - Method in class org.nlogo.headless.HeadlessWorkspace
 
patchSize() - Method in interface org.nlogo.nvm.Workspace
 
patchSize(double) - Method in class org.nlogo.workspace.DummyWorkspace
 
patchSize() - Method in class org.nlogo.workspace.DummyWorkspace
 
patchSize(double) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
pcolor() - Method in class org.nlogo.agent.Patch
 
pcolor(double) - Method in class org.nlogo.agent.Patch
 
pcolor(Double) - Method in class org.nlogo.agent.Patch
 
pcolor(LogoList) - Method in class org.nlogo.agent.Patch
 
pcolor(LogoList, int) - Method in class org.nlogo.agent.Patch
 
pcolor() - Method in class org.nlogo.agent.Patch3D
 
pcolor(double) - Method in class org.nlogo.agent.Patch3D
 
pcolor(Double) - Method in class org.nlogo.agent.Patch3D
 
pcolor(LogoList) - Method in class org.nlogo.agent.Patch3D
 
pcolorDouble() - Method in class org.nlogo.agent.Patch
 
pcolorDoubleUnchecked(Double) - Method in class org.nlogo.agent.Patch
 
pcolorDoubleUnchecked(Double) - Method in class org.nlogo.agent.Patch3D
 
PEN_DOWN - Static variable in class org.nlogo.agent.Turtle
 
PEN_ERASE - Static variable in class org.nlogo.agent.Turtle
 
PEN_UP - Static variable in class org.nlogo.agent.Turtle
 
penColor - Variable in class org.nlogo.agent.TurtleLine
 
penErase - Variable in class org.nlogo.agent.TurtleLine
 
penMode() - Method in class org.nlogo.agent.Turtle
 
penMode(String) - Method in class org.nlogo.agent.Turtle
 
penMode() - Method in class org.nlogo.agent.Turtle3D
 
penMode(String) - Method in class org.nlogo.agent.Turtle3D
 
penSize() - Method in class org.nlogo.agent.Turtle
 
penSize(double) - Method in class org.nlogo.agent.Turtle
 
penSize() - Method in class org.nlogo.agent.Turtle3D
 
penSize(double) - Method in class org.nlogo.agent.Turtle3D
 
penSize - Variable in class org.nlogo.agent.TurtleLine
 
perform(Argument[], Context) - Method in interface org.nlogo.api.Command
Executes this Command.
perform(Context) - Method in class org.nlogo.command.BasicBlockCommand
 
perform(Context) - Method in class org.nlogo.command.Command
 
perhapsUpdateDisplay() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
perhapsUpdateDisplay() - Method in interface org.nlogo.nvm.Workspace
 
perhapsUpdateDisplay() - Method in class org.nlogo.workspace.AbstractWorkspace
 
perhapsUpdateDisplay() - Method in class org.nlogo.workspace.DummyWorkspace
 
PERIODIC_UPDATE_DELAY - Static variable in class org.nlogo.nvm.JobManager
 
periodicUpdate() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
periodicUpdate() - Method in interface org.nlogo.nvm.JobManagerOwner
 
periodicUpdate() - Method in class org.nlogo.workspace.DummyWorkspace
 
perspective() - Method in class org.nlogo.agent.Observer
 
perspective(int) - Method in class org.nlogo.agent.Observer
 
pitch - Variable in class org.nlogo.agent.DrawingLine3D
 
pitch() - Method in class org.nlogo.agent.Link3D
 
pitch() - Method in class org.nlogo.agent.LinkStamp3D
 
pitch() - Method in class org.nlogo.agent.Observer
 
pitch(double) - Method in class org.nlogo.agent.Observer
 
pitch() - Method in interface org.nlogo.agent.RenderableLink3D
 
pitch() - Method in interface org.nlogo.agent.RenderableTurtle3D
 
pitch() - Method in class org.nlogo.agent.Turtle3D
 
pitch(double) - Method in class org.nlogo.agent.Turtle3D
 
pitch() - Method in class org.nlogo.agent.TurtleStamp3D
 
plot(double, double, int, boolean) - Method in interface org.nlogo.api.PlotPenInterface
 
PlotInterface - Interface in org.nlogo.api
 
plotManager() - Method in interface org.nlogo.nvm.Workspace
 
plotManager() - Method in class org.nlogo.workspace.AbstractWorkspace
 
PlotPenInterface - Interface in org.nlogo.api
 
pos - Variable in class org.nlogo.command.Procedure
 
pressButton(String) - Method in class org.nlogo.app.App
Not currently supported.
PREVIEW_COMMANDS - Static variable in class org.nlogo.workspace.ModelReader
 
previewCommands - Variable in class org.nlogo.workspace.AbstractWorkspace
 
Primitive - Interface in org.nlogo.api
Top-level interface for primitives (commands or reporters).
PrimitiveManager - Interface in org.nlogo.api
PrimitiveManager ships extension primitives and associated names to NetLogo.
printName() - Method in class org.nlogo.agent.AgentSet
 
Procedure - Class in org.nlogo.command
 
Procedure(String, int) - Constructor for class org.nlogo.command.Procedure
 
procedure - Variable in class org.nlogo.nvm.Activation
 
procedures - Variable in class org.nlogo.agent.Program
 
processLine(int, int, int) - Method in class org.nlogo.workspace.SmartTabulator
 
profilingTracer - Static variable in class org.nlogo.nvm.Tracer
 
Program - Class in org.nlogo.agent
 
Program(World) - Constructor for class org.nlogo.agent.Program
 
Program(List, World) - Constructor for class org.nlogo.agent.Program
 
Program() - Constructor for class org.nlogo.agent.Program
 
program() - Method in class org.nlogo.agent.World
 
program(Program) - Method in class org.nlogo.agent.World
 
protocolFromModel(String) - Method in class org.nlogo.headless.HeadlessWorkspace
 
protocolLines - Variable in class org.nlogo.headless.HeadlessWorkspace
 
pxcor - Variable in class org.nlogo.agent.Patch
 
pycor - Variable in class org.nlogo.agent.Patch
 
pzcor - Variable in class org.nlogo.agent.Patch3D
 

Q

quit() - Method in class org.nlogo.app.App
Quits NetLogo by exiting the JVM.

R

random - Variable in class org.nlogo.nvm.Job
 
random() - Method in interface org.nlogo.nvm.JobOwner
 
randomOne(int, int) - Method in class org.nlogo.agent.AgentSet
 
randomOne(int, int) - Method in class org.nlogo.agent.ArrayAgentSet
 
randomOne(int, int) - Method in class org.nlogo.agent.TreeAgentSet
 
randomSubset(int, int, MersenneTwisterFast) - Method in class org.nlogo.agent.AgentSet
 
read(World) - Method in interface org.nlogo.nvm.FileManager
 
read(World) - Method in class org.nlogo.workspace.DefaultFileManager
 
readChars(int) - Method in interface org.nlogo.nvm.FileManager
 
readChars(int) - Method in class org.nlogo.workspace.DefaultFileManager
 
readExtensionObject(ExtensionManager, String, String) - Method in interface org.nlogo.api.ClassManager
Return a new NetLogo ExtensionObject instance of the specified typeName, initialized by stringrep
readExtensionObject(ExtensionManager, String, String) - Method in class org.nlogo.api.DefaultClassManager
 
readExtensionObject(String, String, String) - Method in interface org.nlogo.api.ExtensionManager
 
readExtensionObject(String, String, String) - Method in class org.nlogo.workspace.ExtensionManager
 
readFromString(String) - Method in interface org.nlogo.agent.Evaluator
 
readFromString(String, World) - Method in interface org.nlogo.agent.Importer.StringReader
 
readFromString(String) - Method in interface org.nlogo.api.ExtensionManager
 
readFromString(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
readFromString(String) - Method in class org.nlogo.workspace.ExtensionManager
 
readLine() - Method in interface org.nlogo.nvm.FileManager
 
readLine() - Method in class org.nlogo.workspace.DefaultFileManager
 
readRemainder() - Method in class org.nlogo.workspace.DefaultFileManager
 
realloc() - Method in class org.nlogo.agent.World
 
recursivelyEqual(Object, Object) - Static method in class org.nlogo.agent.World
 
recursivelyEqual(Object) - Method in interface org.nlogo.api.ExtensionObject
 
refreshShaped(boolean) - Method in class org.nlogo.headless.HeadlessWorkspace
 
refreshShaped(boolean) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
remove() - Method in interface org.nlogo.agent.AgentSet.Iterator
 
remove() - Method in class org.nlogo.agent.ArrayAgentSet.Iterator
 
remove() - Method in class org.nlogo.agent.TreeAgentSet.Iterator
 
remove(Object) - Method in class org.nlogo.agent.TreeAgentSet
 
remove(int, int) - Method in interface org.nlogo.workspace.EditorAreaInterface
 
removeFromBreedShapes(String) - Method in class org.nlogo.agent.BreedShapes
 
removeItem(int) - Method in class org.nlogo.api.LogoList
 
removeLineThickness(Agent) - Method in class org.nlogo.agent.World
 
removeShape(Shape) - Method in class org.nlogo.agent.ShapeList
 
RenderableAgent - Interface in org.nlogo.agent
 
RenderableLink - Interface in org.nlogo.agent
 
RenderableLink3D - Interface in org.nlogo.agent
 
RenderableTurtle - Interface in org.nlogo.agent
 
RenderableTurtle3D - Interface in org.nlogo.agent
 
RenderableWorld - Interface in org.nlogo.agent
 
renderer - Variable in class org.nlogo.headless.HeadlessWorkspace
 
replaceIdentifier(String) - Method in class org.nlogo.workspace.ExtensionManager
 
replaceItem(int, Object) - Method in class org.nlogo.api.LogoList
 
replaceSelection(String) - Method in interface org.nlogo.workspace.EditorAreaInterface
 
report(Argument[], Context) - Method in interface org.nlogo.api.Reporter
Executes this Reporter.
report(String) - Method in class org.nlogo.app.App
Runs a NetLogo reporter.
report(Context) - Method in class org.nlogo.command.DoubleReporter
 
report(Context) - Method in class org.nlogo.command.Reporter
 
report(String) - Method in class org.nlogo.headless.HeadlessWorkspace
Runs a NetLogo reporter.
report(String) - Method in interface org.nlogo.workspace.Controllable
 
reportDouble(Context) - Method in class org.nlogo.command.DoubleReporter
 
reportDoubleValue(Context) - Method in class org.nlogo.command.DoubleReporter
 
Reporter - Interface in org.nlogo.api
Interface for NetLogo reporters.
Reporter - Class in org.nlogo.command
 
Reporter(String) - Constructor for class org.nlogo.command.Reporter
 
Reporter(String, String) - Constructor for class org.nlogo.command.Reporter
 
ReporterRunnable - Interface in org.nlogo.nvm
 
reporterSyntax(int) - Static method in class org.nlogo.api.Syntax
Returns a Syntax for reporters with no arguments
reporterSyntax(int, int[], int, int) - Static method in class org.nlogo.api.Syntax
Returns a Syntax for reporters with infix arguments.
reporterSyntax(int[], int) - Static method in class org.nlogo.api.Syntax
Returns a Syntax for reporters with one or more right arguments
reporterSyntax(int[], int, int) - Static method in class org.nlogo.api.Syntax
Returns a Syntax for reporters with a variable number of arguments.
reportIntValue(Context) - Method in class org.nlogo.command.DoubleReporter
 
requestDisplayUpdate(boolean) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
requestDisplayUpdate(boolean) - Method in interface org.nlogo.nvm.Workspace
 
requestDisplayUpdate(boolean) - Method in class org.nlogo.workspace.AbstractWorkspace
 
requestDisplayUpdate(boolean) - Method in class org.nlogo.workspace.DummyWorkspace
 
requestFocus() - Method in class org.nlogo.app.App
Internal use only.
reset() - Method in class org.nlogo.agent.LinkManager
 
reset() - Method in class org.nlogo.agent.TieManager
 
reset() - Method in interface org.nlogo.nvm.HubNetInterface
 
reset() - Method in class org.nlogo.nvm.Tracer
 
reset() - Method in class org.nlogo.workspace.ExtensionManager
 
resetPerspective() - Method in class org.nlogo.agent.Observer
 
resetTicks() - Method in class org.nlogo.agent.World
 
resetTimer() - Method in class org.nlogo.agent.World
 
resetTimer() - Method in interface org.nlogo.nvm.Workspace
 
resetTimer() - Method in class org.nlogo.workspace.AbstractWorkspace
 
resetTracer() - Static method in class org.nlogo.nvm.Tracer
 
resizeWorld() - Method in interface org.nlogo.agent.WorldResizer
 
resizeWorld(int, int, int, int) - Method in class org.nlogo.app.App
Kills all turtles, clears all patch variables, and makes a new patch grid.
resizeWorld() - Method in class org.nlogo.headless.HeadlessWorkspace
 
resizeWorld() - Method in class org.nlogo.workspace.DummyWorkspace
 
resolvePath(String) - Method in class org.nlogo.workspace.ExtensionManager
 
resolvePathAsURL(String) - Method in class org.nlogo.workspace.ExtensionManager
 
result - Variable in class org.nlogo.nvm.Job
 
retrieveObject() - Method in interface org.nlogo.api.ExtensionManager
Returns the stored object.
retrieveObject() - Method in class org.nlogo.workspace.ExtensionManager
 
returnFromProcedure() - Method in class org.nlogo.nvm.Context
 
reverse() - Method in class org.nlogo.api.LogoList
 
rgbToLogoObject(int) - Static method in class org.nlogo.api.Color
 
RIDE - Static variable in class org.nlogo.agent.Observer
 
right(double) - Method in class org.nlogo.agent.Turtle3D
 
roll() - Method in class org.nlogo.agent.Observer
 
roll(double) - Method in class org.nlogo.agent.Observer
 
roll() - Method in interface org.nlogo.agent.RenderableTurtle3D
 
roll() - Method in class org.nlogo.agent.Turtle3D
 
roll(double) - Method in class org.nlogo.agent.Turtle3D
 
roll() - Method in class org.nlogo.agent.TurtleStamp3D
 
rootNode - Static variable in class org.nlogo.workspace.Library
 
rotatePsi(double) - Method in class org.nlogo.agent.Observer
 
rotatePsi(double) - Method in class org.nlogo.agent.Observer3D
 
rotationPoint() - Method in class org.nlogo.agent.Observer
 
roundX(double) - Method in class org.nlogo.agent.World
 
roundY(double) - Method in class org.nlogo.agent.World
 
roundZ(double) - Method in class org.nlogo.agent.World3D
 
run() - Method in interface org.nlogo.nvm.CommandRunnable
 
run() - Method in interface org.nlogo.nvm.ReporterRunnable
 
runCommand(String, boolean) - Method in interface org.nlogo.api.Context
Runs a command as if it were written in the Command Center.
runCommand(String, boolean) - Method in class org.nlogo.nvm.ExtensionContext
 
runCompiledCommands(Procedure) - Method in interface org.nlogo.nvm.Workspace
 
runCompiledCommands(Procedure) - Method in class org.nlogo.workspace.AbstractWorkspace
 
runCompiledReporter(Procedure) - Method in interface org.nlogo.nvm.Workspace
 
runCompiledReporter(Procedure) - Method in class org.nlogo.workspace.AbstractWorkspace
 
runExclusiveJob(AgentSet, int) - Method in class org.nlogo.nvm.Context
 
runExperiment(String, int, PrintWriter) - Method in class org.nlogo.headless.HeadlessWorkspace
Runs a BehaviorSpace experiment.
runExperiment(File, int, PrintWriter) - Method in class org.nlogo.headless.HeadlessWorkspace
Runs a BehaviorSpace experiment.
runExperiment(File, String, int, PrintWriter) - Method in class org.nlogo.headless.HeadlessWorkspace
Runs a BehaviorSpace experiment.
runExperimentFromModel(String) - Method in class org.nlogo.headless.HeadlessWorkspace
 
runExperimentFromModel(String, int, PrintWriter) - Method in class org.nlogo.headless.HeadlessWorkspace
Runs a BehaviorSpace experiment.
runOnce(ExtensionManager) - Method in interface org.nlogo.api.ClassManager
Initializes the extension.
runOnce(ExtensionManager) - Method in class org.nlogo.api.DefaultClassManager
Empty implementation.
runReporter(String) - Method in interface org.nlogo.api.Context
Runs a reporter as if it were written in the Command Center.
runReporter(String) - Method in class org.nlogo.nvm.ExtensionContext
 
RUNTIME_ERROR_AT_COMPILE_TIME_MSG_PREFIX - Static variable in exception org.nlogo.api.CompilerException
 
runtimeError(JobOwner, Context, Instruction, Exception) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
runtimeError(JobOwner, Context, Instruction, Exception) - Method in interface org.nlogo.nvm.JobManagerOwner
 
runtimeError(JobOwner, Context, Instruction, Exception) - Method in class org.nlogo.workspace.DummyWorkspace
 

S

save() - Method in interface org.nlogo.nvm.AggregateManagerInterface
 
save(StringBuffer) - Method in interface org.nlogo.nvm.HubNetInterface
 
scanForModels() - Static method in class org.nlogo.workspace.Library
 
scanForModelsAtRoot(String) - Static method in class org.nlogo.workspace.Library
 
selectTab(int) - Method in class org.nlogo.app.App
Switches tabs.
send(List, String, Object) - Method in interface org.nlogo.nvm.HubNetInterface
sends message to tag on each node in nodes. nodes should be list of string node ids.
send(String, String, Object) - Method in interface org.nlogo.nvm.HubNetInterface
sends message to a specific node, specified by String ID.
sendClear() - Method in interface org.nlogo.nvm.HubNetInterface
 
sendGW(List) - Method in interface org.nlogo.nvm.HubNetInterface
 
sendLine(double, double, double, double, Object, double, String) - Method in interface org.nlogo.nvm.HubNetInterface
 
sendPixels() - Method in interface org.nlogo.agent.TrailDrawerInterface
 
sendPixels(boolean) - Method in interface org.nlogo.agent.TrailDrawerInterface
 
sendPixels() - Method in class org.nlogo.agent.World
 
sendPixels() - Method in class org.nlogo.agent.World3D
 
sendStamp(Agent, boolean) - Method in interface org.nlogo.nvm.HubNetInterface
 
SEPARATOR - Static variable in class org.nlogo.workspace.ModelReader
 
setBranchTargetOffset(int) - Method in class org.nlogo.command.BasicBlockCommand
 
setBreed(AgentSet) - Method in class org.nlogo.agent.Link
 
setBreed(AgentSet) - Method in class org.nlogo.agent.Turtle
This version of setBreed properly resets the global breed AgentSets Caller should ensure that the turtle isn't a link (links aren't allowed to change breed).
setBreed(AgentSet) - Method in class org.nlogo.agent.Turtle3D
This version of setBreed properly resets the global breed AgentSets Caller should ensure that the turtle isn't a link (links aren't allowed to change breed).
setBreedShape(AgentSet, String) - Method in class org.nlogo.agent.BreedShapes
 
setBreedVariable(String, Object) - Method in class org.nlogo.agent.Agent
 
setBreedVariable(String, Object) - Method in class org.nlogo.agent.Link
 
setBreedVariable(int, double) - Method in class org.nlogo.agent.Link
 
setBreedVariable(String, Object) - Method in class org.nlogo.agent.Observer
 
setBreedVariable(String, Object) - Method in class org.nlogo.agent.Patch
 
setBreedVariable(String, Object) - Method in class org.nlogo.agent.Turtle
 
setClientInterface(String, LogoList) - Method in interface org.nlogo.nvm.HubNetInterface
 
setColors(int[]) - Method in interface org.nlogo.agent.TrailDrawerInterface
 
setCompilerTestingMode(boolean) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
setCurrentFile(File) - Method in class org.nlogo.workspace.DefaultFileManager
 
setDefaultEvaluator(Evaluator) - Method in class org.nlogo.agent.World
 
setDimensions(WorldDimensions) - Method in interface org.nlogo.agent.WorldResizer
 
setDimensions(WorldDimensions) - Method in class org.nlogo.headless.HeadlessWorkspace
Kills all turtles, clears all patch variables, and makes a new patch grid.
setDimensions(WorldDimensions, double) - Method in class org.nlogo.headless.HeadlessWorkspace
 
setDimensions(WorldDimensions) - Method in class org.nlogo.workspace.DummyWorkspace
 
setDimensions(WorldDimensions, double) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
setDimensionVariable(String, int, WorldDimensions) - Method in class org.nlogo.agent.World
 
setDimensionVariable(String, int, WorldDimensions) - Method in class org.nlogo.agent.World3D
 
setDirected(boolean) - Method in class org.nlogo.agent.AgentSet
 
setExtensionManager(ExtensionManager) - Method in class org.nlogo.agent.World
 
setFile(String, boolean, boolean, int) - Method in class org.nlogo.api.XMLFileAppender
 
setImporterErrorHandler(Importer.ErrorHandler) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
setIPAddress(String) - Method in class org.nlogo.api.XMLFileAppender
 
setLet(Let, Object) - Method in class org.nlogo.nvm.Context
 
setLineThickness(Agent, double) - Method in class org.nlogo.agent.World
 
setLinkBreedVariable(String, Object) - Method in class org.nlogo.agent.Agent
 
setLinkBreedVariable(String, Object) - Method in class org.nlogo.agent.Link
 
setLinkBreedVariable(String, Object) - Method in class org.nlogo.agent.Observer
 
setLinkBreedVariable(String, Object) - Method in class org.nlogo.agent.Patch
 
setLinkBreedVariable(String, Object) - Method in class org.nlogo.agent.Turtle
 
setLinkVariable(int, Object) - Method in class org.nlogo.agent.Agent
 
setLinkVariable(int, double) - Method in class org.nlogo.agent.Agent
 
setLinkVariable(int, double) - Method in class org.nlogo.agent.Link
 
setLinkVariable(int, Object) - Method in class org.nlogo.agent.Link
 
setLinkVariable(int, Object) - Method in class org.nlogo.agent.Observer
 
setLinkVariable(int, double) - Method in class org.nlogo.agent.Observer
 
setLinkVariable(int, Object) - Method in class org.nlogo.agent.Patch
 
setLinkVariable(int, double) - Method in class org.nlogo.agent.Patch
 
setLinkVariable(int, Object) - Method in class org.nlogo.agent.Turtle
 
setLinkVariable(int, double) - Method in class org.nlogo.agent.Turtle
 
setModelName(String) - Method in class org.nlogo.api.XMLFileAppender
 
setName(String) - Method in interface org.nlogo.agent.Shape
 
setObserverVariable(int, Object) - Method in class org.nlogo.agent.Agent
 
setObserverVariable(int, Object) - Method in class org.nlogo.agent.Link
 
setObserverVariable(int, Object) - Method in class org.nlogo.agent.Observer
 
setObserverVariable(int, Object) - Method in class org.nlogo.agent.Patch
 
setObserverVariable(int, Object) - Method in class org.nlogo.agent.Turtle
 
setObserverVariableByName(String, Object) - Method in class org.nlogo.agent.World
 
setOffset(int) - Method in exception org.nlogo.api.CompilerException
 
setOrientation(double, double, double) - Method in class org.nlogo.agent.Observer
 
setOutputAreaContents(String) - Method in interface org.nlogo.agent.ImporterUser
 
setOutputAreaContents(String) - Method in class org.nlogo.workspace.AbstractWorkspace
 
setOutputAreaContents(String) - Method in class org.nlogo.workspace.DummyWorkspace
 
setPatchVariable(int, Object) - Method in class org.nlogo.agent.Agent
 
setPatchVariable(int, double) - Method in class org.nlogo.agent.Agent
 
setPatchVariable(int, Object) - Method in class org.nlogo.agent.Link
 
setPatchVariable(int, double) - Method in class org.nlogo.agent.Link
 
setPatchVariable(int, Object) - Method in class org.nlogo.agent.Observer
 
setPatchVariable(int, double) - Method in class org.nlogo.agent.Observer
 
setPatchVariable(int, Object) - Method in class org.nlogo.agent.Patch
 
setPatchVariable(int, double) - Method in class org.nlogo.agent.Patch
 
setPatchVariable(int, Object) - Method in class org.nlogo.agent.Patch3D
 
setPatchVariable(int, double) - Method in class org.nlogo.agent.Patch3D
 
setPatchVariable(int, Object) - Method in class org.nlogo.agent.Turtle
 
setPatchVariable(int, double) - Method in class org.nlogo.agent.Turtle
 
setPerspective(int, Agent) - Method in class org.nlogo.agent.Observer
 
setPerspective(int) - Method in class org.nlogo.agent.Observer
 
setPrefix(String) - Method in interface org.nlogo.nvm.FileManager
 
setPrefix(URL) - Method in interface org.nlogo.nvm.FileManager
 
setPrefix(String) - Method in class org.nlogo.workspace.DefaultFileManager
 
setPrefix(URL) - Method in class org.nlogo.workspace.DefaultFileManager
 
setProcedures(String) - Method in class org.nlogo.app.App
Replaces the contents of the Procedures tab.
setRotationPoint(Vect) - Method in class org.nlogo.agent.Observer
 
setRotationPoint(double, double, double) - Method in class org.nlogo.agent.Observer
 
setRotationPoint(Agent) - Method in class org.nlogo.agent.Observer
 
setRotationPoint(Agent) - Method in class org.nlogo.agent.Observer3D
 
setSelectionEnd(int) - Method in interface org.nlogo.workspace.EditorAreaInterface
 
setSelectionStart(int) - Method in interface org.nlogo.workspace.EditorAreaInterface
 
setSize(int, int) - Method in class org.nlogo.headless.HeadlessWorkspace
 
setSize(int, int) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
setSourceSnippet(String) - Method in class org.nlogo.command.Instruction
 
setStudentName(String) - Method in class org.nlogo.api.XMLFileAppender
 
setTieMode(Link, String) - Method in class org.nlogo.agent.TieManager
 
setTitle(String, String, int) - Method in interface org.nlogo.nvm.HubNetInterface
 
setTransformerHandler(TransformerHandler) - Method in class org.nlogo.api.XMLLayout
 
setTurtleOrLinkVariable(String, Object) - Method in class org.nlogo.agent.Agent
 
setTurtleOrLinkVariable(String, Object) - Method in class org.nlogo.agent.Link
 
setTurtleOrLinkVariable(String, Object) - Method in class org.nlogo.agent.Observer
 
setTurtleOrLinkVariable(String, Object) - Method in class org.nlogo.agent.Patch
 
setTurtleOrLinkVariable(String, Object) - Method in class org.nlogo.agent.Turtle
 
setTurtleVariable(int, Object) - Method in class org.nlogo.agent.Agent
 
setTurtleVariable(int, double) - Method in class org.nlogo.agent.Agent
 
setTurtleVariable(int, Object) - Method in class org.nlogo.agent.Link
 
setTurtleVariable(int, double) - Method in class org.nlogo.agent.Link
 
setTurtleVariable(int, Object) - Method in class org.nlogo.agent.Observer
 
setTurtleVariable(int, double) - Method in class org.nlogo.agent.Observer
 
setTurtleVariable(int, Object) - Method in class org.nlogo.agent.Patch
 
setTurtleVariable(int, double) - Method in class org.nlogo.agent.Patch
 
setTurtleVariable(int, double) - Method in class org.nlogo.agent.Turtle
 
setTurtleVariable(int, Object) - Method in class org.nlogo.agent.Turtle
 
setTurtleVariable(int, double) - Method in class org.nlogo.agent.Turtle3D
 
setTurtleVariable(int, Object) - Method in class org.nlogo.agent.Turtle3D
 
setType(String) - Method in interface org.nlogo.agent.InputBoxConstraint.InputBoxTypeInterface
 
setType(String) - Method in class org.nlogo.agent.InputBoxConstraint
 
setType(String) - Method in class org.nlogo.workspace.InputBoxType
 
setUp() - Method in class org.nlogo.agent.TestImporter
 
setUp() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
setUpArgsForRunOrRunresult() - Method in class org.nlogo.nvm.Activation
 
setUpBreedShapes(boolean, Map) - Method in class org.nlogo.agent.BreedShapes
 
setUsername(String) - Method in class org.nlogo.api.XMLFileAppender
 
setVariable(int, Object) - Method in class org.nlogo.agent.Agent
 
setVariable(int, Object) - Method in class org.nlogo.agent.Link
 
setVariable(int, Object) - Method in class org.nlogo.agent.Observer
 
setVariable(int, Object) - Method in class org.nlogo.agent.Patch
 
setVariable(int, Object) - Method in class org.nlogo.agent.Turtle
 
setVersion(String) - Method in class org.nlogo.api.XMLFileAppender
 
shape() - Method in class org.nlogo.agent.Link
 
shape(String) - Method in class org.nlogo.agent.Link
 
shape() - Method in class org.nlogo.agent.LinkStamp3D
 
shape() - Method in interface org.nlogo.agent.RenderableAgent
 
Shape - Interface in org.nlogo.agent
 
shape(String) - Method in class org.nlogo.agent.ShapeList
 
shape() - Method in class org.nlogo.agent.Turtle
 
shape(String) - Method in class org.nlogo.agent.Turtle
 
shape() - Method in class org.nlogo.agent.Turtle3D
 
shape(String) - Method in class org.nlogo.agent.Turtle3D
 
shape() - Method in class org.nlogo.agent.TurtleStamp3D
 
ShapeList - Class in org.nlogo.agent
 
ShapeList(Shape) - Constructor for class org.nlogo.agent.ShapeList
 
ShapeList(List) - Constructor for class org.nlogo.agent.ShapeList
 
SHAPES - Static variable in class org.nlogo.workspace.ModelReader
 
shapesOn(boolean) - Method in class org.nlogo.headless.HeadlessWorkspace
 
shapesOn() - Method in class org.nlogo.headless.HeadlessWorkspace
 
shapesOn() - Method in class org.nlogo.workspace.AbstractWorkspace
 
shapesOn(boolean) - Method in class org.nlogo.workspace.AbstractWorkspace
 
shapesOn(boolean) - Method in class org.nlogo.workspace.DummyWorkspace
 
shapesOn() - Method in class org.nlogo.workspace.DummyWorkspace
 
shortestPathX(double) - Method in class org.nlogo.agent.Turtle
 
shortestPathY(double) - Method in class org.nlogo.agent.Turtle
 
shortestPathZ(double, double) - Method in interface org.nlogo.agent.Topology3D
 
shortestPathZ(double, double) - Method in class org.nlogo.agent.Torus3D
 
shortestPathZ(double) - Method in class org.nlogo.agent.Turtle3D
 
shortestPathZ(double, double) - Method in class org.nlogo.agent.World3D
 
showControlCenter() - Method in interface org.nlogo.nvm.HubNetInterface
 
showEditor() - Method in interface org.nlogo.nvm.AggregateManagerInterface
 
showError(String, String, boolean) - Method in interface org.nlogo.agent.Importer.ErrorHandler
display an error to the user in an appropriate manner.
showTickCounter(boolean) - Method in class org.nlogo.headless.HeadlessWorkspace
 
showTickCounter() - Method in class org.nlogo.headless.HeadlessWorkspace
 
showTickCounter(boolean) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
showTickCounter() - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
shufflerator(MersenneTwisterFast) - Method in class org.nlogo.agent.AgentSet
 
shufflerator(MersenneTwisterFast) - Method in class org.nlogo.agent.ArrayAgentSet
 
shufflerator(MersenneTwisterFast) - Method in class org.nlogo.agent.TreeAgentSet
 
sinTable - Static variable in class org.nlogo.agent.World
 
size() - Method in class org.nlogo.agent.Link
 
size() - Method in class org.nlogo.agent.LinkStamp3D
 
size() - Method in interface org.nlogo.agent.RenderableAgent
 
size() - Method in class org.nlogo.agent.Turtle
 
size(double) - Method in class org.nlogo.agent.Turtle
 
size() - Method in class org.nlogo.agent.Turtle3D
 
size(double) - Method in class org.nlogo.agent.Turtle3D
 
size() - Method in class org.nlogo.agent.TurtleStamp3D
 
size() - Method in class org.nlogo.api.LogoList
 
sliderChanged(String, double, double, double, double, boolean, boolean) - Method in class org.nlogo.api.Logger
 
sliderChanged(String, double, double, double, double, boolean, boolean) - Method in interface org.nlogo.api.NetLogoListener
Called when the value of a slider changes.
SliderConstraint - Class in org.nlogo.agent
 
SliderConstraint() - Constructor for class org.nlogo.agent.SliderConstraint
 
SliderConstraint.RuntimeConstraintException - Exception in org.nlogo.agent
 
SliderConstraint.RuntimeConstraintException(String, String) - Constructor for exception org.nlogo.agent.SliderConstraint.RuntimeConstraintException
 
smartTabulateSelection() - Method in class org.nlogo.workspace.SmartTabulator
 
SmartTabulator - Class in org.nlogo.workspace
 
SmartTabulator(EditorAreaInterface, Workspace) - Constructor for class org.nlogo.workspace.SmartTabulator
 
sortShapes(List) - Static method in class org.nlogo.agent.ShapeList
 
source() - Method in interface org.nlogo.nvm.SourceOwner
 
SOURCE - Static variable in class org.nlogo.workspace.ModelReader
 
SourceOwner - Interface in org.nlogo.nvm
 
SPEED - Static variable in class org.nlogo.api.Logger
 
sphere(AgentSet, double, double, MersenneTwisterFast) - Static method in class org.nlogo.agent.Layouts
 
SPREADSHEET - Static variable in class org.nlogo.headless.HeadlessWorkspace
constant for specifying format of BehaviorSpace output
spring(AgentSet, AgentSet, double, double, double, MersenneTwisterFast) - Static method in class org.nlogo.agent.Layouts
 
spring2D(AgentSet, AgentSet, double, double, double, MersenneTwisterFast) - Static method in class org.nlogo.agent.Layouts
 
spring3D(AgentSet, AgentSet, double, double, double, MersenneTwisterFast) - Static method in class org.nlogo.agent.Layouts
 
sprout(int, int, AgentSet) - Method in class org.nlogo.agent.Patch
 
sprout(int, int, AgentSet) - Method in class org.nlogo.agent.Patch3D
 
stamp(Agent, boolean) - Method in interface org.nlogo.agent.TrailDrawerInterface
 
stamp(Agent, boolean) - Method in class org.nlogo.agent.World
 
stamp(Agent, boolean) - Method in class org.nlogo.agent.World3D
 
stamp(Turtle, boolean) - Method in class org.nlogo.workspace.DummyWorkspace
 
startLogging(String) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
startLogging(String) - Method in interface org.nlogo.nvm.Workspace
 
startLogging(String) - Method in class org.nlogo.workspace.DummyWorkspace
 
startPos - Variable in class org.nlogo.command.Let
 
stopping - Variable in class org.nlogo.nvm.Context
It is necessary for each Context to have its own stopping flag in order to support the hack where if the last procedure call in a forever button's code exits via "stop", then the forever button stops too.
stopping - Variable in class org.nlogo.nvm.Job
 
stoppingJobs(JobOwner) - Method in class org.nlogo.nvm.JobManager
 
storeObject(Object) - Method in interface org.nlogo.api.ExtensionManager
Stores an object for the extension that can be retrieved in runOnce if the extension is loaded again.
storeObject(Object) - Method in class org.nlogo.workspace.ExtensionManager
 
subtractHeadings(double, double) - Static method in class org.nlogo.agent.Turtle
 
suite() - Static method in class org.nlogo.agent.AllTests
 
suite() - Static method in class org.nlogo.workspace.AllTests
 
switchChanged(String, boolean, boolean) - Method in class org.nlogo.api.Logger
 
switchChanged(String, boolean, boolean) - Method in interface org.nlogo.api.NetLogoListener
Called when the value of a switch changes.
switches - Variable in class org.nlogo.command.Command
 
Syntax - Class in org.nlogo.api
Specifies the arguments accepted by a primitive.

T

TABLE - Static variable in class org.nlogo.headless.HeadlessWorkspace
constant for specifying format of BehaviorSpace output
tag - Variable in class org.nlogo.api.LogMessage
 
targetAgent() - Method in class org.nlogo.agent.Observer
 
targetAgent(Agent) - Method in class org.nlogo.agent.Observer
 
tearDown() - Method in class org.nlogo.agent.TestImporter
 
tearDown() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
templateVars - Variable in class org.nlogo.command.Procedure
 
TEST_DECLARATIONS - Static variable in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
TestAbstractWorkspace - Class in org.nlogo.workspace
 
TestAbstractWorkspace(String) - Constructor for class org.nlogo.workspace.TestAbstractWorkspace
 
testBlankLine1() - Method in class org.nlogo.agent.TestImportLexer
 
testBlankLine2() - Method in class org.nlogo.agent.TestImportLexer
 
testBlankLine3() - Method in class org.nlogo.agent.TestImportLexer
 
TestColor - Class in org.nlogo.api
 
TestColor(String) - Constructor for class org.nlogo.api.TestColor
 
testCommasInQuotes() - Method in class org.nlogo.agent.TestImportLexer
 
testConsecutiveCommas1() - Method in class org.nlogo.agent.TestImportLexer
 
testConsecutiveCommas2() - Method in class org.nlogo.agent.TestImportLexer
 
testConsecutiveCommas3() - Method in class org.nlogo.agent.TestImportLexer
 
testConsecutiveCommas4() - Method in class org.nlogo.agent.TestImportLexer
 
testDuplicateModelNames() - Method in class org.nlogo.workspace.TestLibrary
 
testEscapedQuotes1() - Method in class org.nlogo.agent.TestImportLexer
 
testEscapedQuotes2() - Method in class org.nlogo.agent.TestImportLexer
 
testFieldsWithSpaces() - Method in class org.nlogo.agent.TestImportLexer
 
testGuessExportName1() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
testGuessExportName2() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
testGuessExportName3() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
testGuessExportName4() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
testGuessExportName5() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
TestImporter - Class in org.nlogo.agent
 
TestImporter(String) - Constructor for class org.nlogo.agent.TestImporter
 
TestImportLexer - Class in org.nlogo.agent
 
TestImportLexer(String) - Constructor for class org.nlogo.agent.TestImportLexer
 
testInvalidQuotedFields1() - Method in class org.nlogo.agent.TestImportLexer
 
testInvalidQuotedFields2() - Method in class org.nlogo.agent.TestImportLexer
 
testIteratorSkipsDeadTurtles1() - Method in class org.nlogo.agent.TestWorld
 
testIteratorSkipsDeadTurtles2() - Method in class org.nlogo.agent.TestWorld
 
testIteratorSkipsDeadTurtles3() - Method in class org.nlogo.agent.TestWorld
 
testIteratorSkipsDeadTurtles4() - Method in class org.nlogo.agent.TestWorld
 
testJikes115BugInvalidTest1() - Method in class org.nlogo.agent.TestImporter
 
testJikes115BugInvalidTest2() - Method in class org.nlogo.agent.TestImporter
 
testJikes115BugTest1() - Method in class org.nlogo.agent.TestImporter
 
testJikes115BugTest2() - Method in class org.nlogo.agent.TestImporter
 
TestLibrary - Class in org.nlogo.workspace
 
TestLibrary(String) - Constructor for class org.nlogo.workspace.TestLibrary
 
testMakeModelNameForDisplay() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
testMakeModelNameForDisplay2() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
testMakeModelNameForDisplay3() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
testMakeModelNameForDisplay4() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
testMakeModelNameForDisplay5() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
testMakeModelNameForDisplayWithNullArg() - Method in class org.nlogo.workspace.TestAbstractWorkspace
 
testModulate() - Method in class org.nlogo.api.TestColor
 
testOneEmptyQuotedField() - Method in class org.nlogo.agent.TestImportLexer
 
testPreviews() - Method in class org.nlogo.workspace.TestLibrary
 
testQuotedFields() - Method in class org.nlogo.agent.TestImportLexer
 
testQuotedFieldsWithSpaces() - Method in class org.nlogo.agent.TestImportLexer
 
testShufflerator1() - Method in class org.nlogo.agent.TestWorld
 
testSimpleLine1() - Method in class org.nlogo.agent.TestImportLexer
 
testSimpleLine2() - Method in class org.nlogo.agent.TestImportLexer
 
testTrailingSpaces1() - Method in class org.nlogo.agent.TestImportLexer
 
testTrailingSpaces2() - Method in class org.nlogo.agent.TestImportLexer
 
testUnclosedQuote1() - Method in class org.nlogo.agent.TestImportLexer
 
testUnclosedQuote2() - Method in class org.nlogo.agent.TestImportLexer
 
testUnclosedQuoteWithEscapes() - Method in class org.nlogo.agent.TestImportLexer
 
TestWorld - Class in org.nlogo.agent
 
TestWorld(String) - Constructor for class org.nlogo.agent.TestWorld
 
throwAgentClassException(Context, Class) - Method in class org.nlogo.command.Instruction
 
Thunk - Interface in org.nlogo.agent
 
tick() - Method in class org.nlogo.agent.World
 
tick(double) - Method in class org.nlogo.agent.World
 
TICK_BASED_UPDATES - Static variable in interface org.nlogo.nvm.Workspace
 
tickCounterLabel(String) - Method in class org.nlogo.headless.HeadlessWorkspace
 
tickCounterLabel() - Method in class org.nlogo.headless.HeadlessWorkspace
 
tickCounterLabel(String) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
tickCounterLabel() - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
ticks() - Method in class org.nlogo.agent.World
 
ticks(double) - Method in class org.nlogo.agent.World
 
TieManager - Class in org.nlogo.agent
 
tieManager - Variable in class org.nlogo.agent.World
 
TieManager3D - Class in org.nlogo.agent
 
timeToRunSecondaryJobs() - Method in class org.nlogo.nvm.JobManager
 
toArray() - Method in class org.nlogo.agent.AgentSet
 
toArray() - Method in class org.nlogo.agent.ArrayAgentSet
 
toArray() - Method in class org.nlogo.agent.TreeAgentSet
 
toArrayList() - Method in class org.nlogo.agent.AgentSet
 
toArrayList() - Method in class org.nlogo.agent.ArrayAgentSet
 
toArrayList() - Method in class org.nlogo.agent.TreeAgentSet
 
token() - Method in class org.nlogo.command.Instruction
 
token(Token) - Method in class org.nlogo.command.Instruction
 
tokenize(String) - Method in class org.nlogo.workspace.SmartTabulator
 
tokenLimitingType() - Method in class org.nlogo.command.Instruction
 
tokenLimitingType(Token) - Method in class org.nlogo.command.Instruction
 
toLogoList() - Method in class org.nlogo.agent.AgentSet
 
toLogoList() - Method in class org.nlogo.agent.ArrayAgentSet
 
toLogoList() - Method in class org.nlogo.agent.TreeAgentSet
 
topLevel - Variable in class org.nlogo.command.Procedure
 
Topology3D - Interface in org.nlogo.agent
 
Torus3D - Class in org.nlogo.agent
 
Torus3D(World3D) - Constructor for class org.nlogo.agent.Torus3D
 
toString() - Method in class org.nlogo.agent.ArrayAgentSet
 
toString() - Method in class org.nlogo.agent.DummyLink
 
toString() - Method in class org.nlogo.agent.Link
 
toString() - Method in class org.nlogo.agent.Nobody
 
toString() - Method in class org.nlogo.agent.Observer
 
toString() - Method in class org.nlogo.agent.Patch
 
toString() - Method in class org.nlogo.agent.Patch3D
 
toString() - Method in class org.nlogo.agent.TreeAgentSet
 
toString() - Method in class org.nlogo.agent.Turtle
 
toString() - Method in exception org.nlogo.api.CompilerException
Synonymous with getDescription().
toString() - Method in class org.nlogo.command.BasicBlockCommand
 
toString() - Method in class org.nlogo.command.Command
 
toString() - Method in class org.nlogo.command.Instruction
 
toString() - Method in class org.nlogo.command.Procedure
 
toString() - Method in class org.nlogo.nvm.Activation
 
toString() - Method in class org.nlogo.nvm.Context
 
toString() - Method in class org.nlogo.nvm.Job
 
toString() - Method in class org.nlogo.workspace.InputBoxType
 
toString() - Method in class org.nlogo.workspace.Library.Node
 
towards(Agent, Agent, boolean) - Method in class org.nlogo.agent.World
 
towards(Agent, double, double, boolean) - Method in class org.nlogo.agent.World
 
towards(double, double, double, double, boolean) - Method in class org.nlogo.agent.World
 
towardsPitch(Agent, Agent, boolean) - Method in class org.nlogo.agent.World
 
towardsPitch(Agent, double, double, double, boolean) - Method in class org.nlogo.agent.World
 
towardsPitch(double, double, double, double, double, double, boolean) - Method in class org.nlogo.agent.World
 
towardsPitch(Agent, Agent, boolean) - Method in class org.nlogo.agent.World3D
 
towardsPitch(Agent, double, double, double, boolean) - Method in class org.nlogo.agent.World3D
 
towardsPitch(double, double, double, double, double, double, boolean) - Method in class org.nlogo.agent.World3D
 
towardsPitchWrap(double, double, double) - Method in interface org.nlogo.agent.Topology3D
 
towardsPitchWrap(double, double, double) - Method in class org.nlogo.agent.Torus3D
 
towardsVector(double, double, double, double, double, double, boolean) - Method in class org.nlogo.agent.World3D
 
Tracer - Class in org.nlogo.nvm
 
Tracer() - Constructor for class org.nlogo.nvm.Tracer
 
tracer - Static variable in class org.nlogo.nvm.Tracer
 
trailDrawer(TrailDrawerInterface) - Method in class org.nlogo.agent.World
 
TrailDrawerInterface - Interface in org.nlogo.agent
 
translate(double, double) - Method in class org.nlogo.agent.Observer
 
translate(double, double) - Method in class org.nlogo.agent.Observer3D
 
translateSavedColor(int) - Static method in class org.nlogo.api.Color
 
TreeAgentSet - Class in org.nlogo.agent
 
TreeAgentSet(Class, int, String, World) - Constructor for class org.nlogo.agent.TreeAgentSet
 
TreeAgentSet.Iterator - Class in org.nlogo.agent
 
TreeAgentSet.Iterator() - Constructor for class org.nlogo.agent.TreeAgentSet.Iterator
 
turnRight(double) - Method in class org.nlogo.agent.Turtle
 
turnRight(double) - Method in class org.nlogo.agent.Turtle3D
 
Turtle - Class in org.nlogo.agent
 
Turtle(World, AgentSet, Double, Double) - Constructor for class org.nlogo.agent.Turtle
 
Turtle - Interface in org.nlogo.api
Interface provides access to NetLogo turtles.
Turtle3D - Class in org.nlogo.agent
 
Turtle3D(World3D, AgentSet, Number, Number, Number) - Constructor for class org.nlogo.agent.Turtle3D
 
Turtle3D(double, double, Shape, boolean) - Constructor for class org.nlogo.agent.Turtle3D
 
Turtle3D(Double, double, String, double, double, double) - Constructor for class org.nlogo.agent.Turtle3D
 
turtleBreedShapes - Variable in class org.nlogo.agent.World
 
TurtleLine - Class in org.nlogo.agent
 
TurtleLine(double, double, double, double, double, double, String) - Constructor for class org.nlogo.agent.TurtleLine
 
turtles() - Method in class org.nlogo.agent.World
 
TURTLES - Static variable in class org.nlogo.api.Logger
 
turtleShapeList - Variable in class org.nlogo.agent.World
 
turtleShapesManager - Variable in class org.nlogo.app.App
 
turtlesHere - Variable in class org.nlogo.agent.Patch
 
turtlesOwn - Variable in class org.nlogo.agent.Program
 
turtlesOwnIndexOf(String) - Method in class org.nlogo.agent.World
 
turtlesOwnNameAt(int) - Method in class org.nlogo.agent.World
 
TurtleStamp3D - Class in org.nlogo.agent
 
turtleStamps() - Method in class org.nlogo.agent.Drawing3D
 
tutte(AgentSet, AgentSet, double, MersenneTwisterFast) - Static method in class org.nlogo.agent.Layouts
 
type() - Method in class org.nlogo.agent.AgentSet
 
type - Variable in class org.nlogo.command.Procedure
 
type() - Method in class org.nlogo.workspace.InputBoxType
 
TYPE_AGENT - Static variable in class org.nlogo.api.Syntax
Type constant for set of agents.
TYPE_AGENTSET - Static variable in class org.nlogo.api.Syntax
Type constant for set of agents.
TYPE_BOOLEAN - Static variable in class org.nlogo.api.Syntax
Type constant for boolean.
TYPE_BOOLEAN_BLOCK - Static variable in class org.nlogo.api.Syntax
 
TYPE_BRACKETED - Static variable in class org.nlogo.api.Syntax
 
TYPE_COMMAND - Static variable in class org.nlogo.command.Procedure
 
TYPE_COMMAND_BLOCK - Static variable in class org.nlogo.api.Syntax
 
TYPE_CONVERTED - Static variable in class org.nlogo.workspace.AbstractWorkspace
type for models auto-converted from StarLogoT.
TYPE_LIBRARY - Static variable in class org.nlogo.workspace.AbstractWorkspace
type for "library" models (i.e., loaded from the Models Library).
TYPE_LINK - Static variable in class org.nlogo.api.Syntax
 
TYPE_LINKSET - Static variable in class org.nlogo.api.Syntax
 
TYPE_LIST - Static variable in class org.nlogo.api.Syntax
Type constant for list.
TYPE_NEW - Static variable in class org.nlogo.workspace.AbstractWorkspace
type for new models.
TYPE_NOBODY - Static variable in class org.nlogo.api.Syntax
 
TYPE_NORMAL - Static variable in class org.nlogo.workspace.AbstractWorkspace
type for "normal" models (i.e., loaded from File/Open).
TYPE_NUMBER - Static variable in class org.nlogo.api.Syntax
Type constant for number (integer or floating point).
TYPE_NUMBER_BLOCK - Static variable in class org.nlogo.api.Syntax
 
TYPE_OPTIONAL - Static variable in class org.nlogo.api.Syntax
 
TYPE_OTHER_BLOCK - Static variable in class org.nlogo.api.Syntax
 
TYPE_PATCH - Static variable in class org.nlogo.api.Syntax
Type constant for set of patch.
TYPE_PATCHSET - Static variable in class org.nlogo.api.Syntax
Type constant for set of patches.
TYPE_READABLE - Static variable in class org.nlogo.api.Syntax
 
TYPE_REFERENCE - Static variable in class org.nlogo.api.Syntax
 
TYPE_REPEATABLE - Static variable in class org.nlogo.api.Syntax
 
TYPE_REPORTER - Static variable in class org.nlogo.command.Procedure
 
TYPE_REPORTER_BLOCK - Static variable in class org.nlogo.api.Syntax
 
TYPE_STRING - Static variable in class org.nlogo.api.Syntax
Type constant for string.
TYPE_TURTLE - Static variable in class org.nlogo.api.Syntax
Type constant for set of turtle.
TYPE_TURTLESET - Static variable in class org.nlogo.api.Syntax
Type constant for set of turtles.
TYPE_VOID - Static variable in class org.nlogo.api.Syntax
Unsupported.
TYPE_WILDCARD - Static variable in class org.nlogo.api.Syntax
 
typeName(Object) - Static method in class org.nlogo.agent.Dump
 
typeName(Class) - Static method in class org.nlogo.agent.Dump
 

U

unload() - Method in interface org.nlogo.api.ClassManager
Cleans up the extension.
unload() - Method in class org.nlogo.api.DefaultClassManager
Empty implementation.
untie() - Method in class org.nlogo.agent.Link
 
updateAgentMessage(String, String, String, String) - Method in class org.nlogo.api.LogMessage
 
updateButtonMessage(String, String, String) - Method in class org.nlogo.api.LogMessage
 
updateChecksum() - Method in interface org.nlogo.nvm.Workspace
 
updateChecksum() - Method in class org.nlogo.workspace.AbstractWorkspace
 
updateCompileMessage(String, String, String, String, String, int, int) - Method in class org.nlogo.api.LogMessage
 
updateConstraint() - Method in class org.nlogo.agent.BooleanConstraint
 
updateConstraint() - Method in class org.nlogo.agent.ChooserConstraint
 
updateConstraint() - Method in class org.nlogo.agent.ConstantSliderConstraint
 
updateConstraint() - Method in class org.nlogo.agent.DynamicSliderConstraint
 
updateConstraint() - Method in class org.nlogo.agent.InputBoxConstraint
 
updateConstraint() - Method in class org.nlogo.agent.SliderConstraint
 
updateConstraint() - Method in interface org.nlogo.agent.ValueConstraint
 
updateDisplay(boolean) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
updateDisplay() - Method in interface org.nlogo.nvm.HubNetInterface
 
updateDisplay(boolean) - Method in interface org.nlogo.nvm.JobManagerOwner
 
updateDisplay(boolean) - Method in class org.nlogo.workspace.DummyWorkspace
 
updateGlobalMessage(String, String) - Method in class org.nlogo.api.LogMessage
 
updateMode(int) - Method in class org.nlogo.headless.HeadlessWorkspace
 
updateMode(int) - Method in interface org.nlogo.workspace.WorldLoaderInterface
 
updatePosition() - Method in class org.nlogo.agent.Observer
 
updatePosition() - Method in class org.nlogo.agent.Observer3D
 
updateSliderMessage(String, double, double, double, double) - Method in class org.nlogo.api.LogMessage
 
updateSpeedMessage(String) - Method in class org.nlogo.api.LogMessage
 
updateWidgetMessage(String, String, String) - Method in class org.nlogo.api.LogMessage
 
UPPERCASE - Static variable in class org.nlogo.agent.Dump
 
usableBy - Variable in class org.nlogo.command.Procedure
 
userSource - Variable in class org.nlogo.command.Instruction
 

V

validDouble(double) - Method in class org.nlogo.command.Instruction
 
validPatchCoordinates(int, int) - Method in class org.nlogo.agent.World
 
validPatchCoordinates(int, int, int) - Method in class org.nlogo.agent.World3D
 
validTag(String) - Method in interface org.nlogo.nvm.HubNetInterface
 
ValueConstraint - Interface in org.nlogo.agent
Interface for objects which provide constraints for values.
ValueConstraint.Violation - Exception in org.nlogo.agent
 
ValueConstraint.Violation(String) - Constructor for exception org.nlogo.agent.ValueConstraint.Violation
 
VAR_BREED - Static variable in class org.nlogo.agent.Link
 
VAR_COLOR - Static variable in class org.nlogo.agent.Link
 
VAR_COLOR - Static variable in class org.nlogo.agent.Turtle
 
VAR_COLOR3D - Static variable in class org.nlogo.agent.Turtle3D
 
VAR_END1 - Static variable in class org.nlogo.agent.Link
 
VAR_END2 - Static variable in class org.nlogo.agent.Link
 
VAR_HEADING - Static variable in class org.nlogo.agent.Turtle
 
VAR_HEADING3D - Static variable in class org.nlogo.agent.Turtle3D
 
VAR_LABEL - Static variable in class org.nlogo.agent.Link
 
VAR_LABEL - Static variable in class org.nlogo.agent.Turtle
 
VAR_LABEL3D - Static variable in class org.nlogo.agent.Turtle3D
 
VAR_PCOLOR - Static variable in class org.nlogo.agent.Patch
 
VAR_PCOLOR3D - Static variable in class org.nlogo.agent.Patch3D
 
VAR_PITCH3D - Static variable in class org.nlogo.agent.Turtle3D
 
VAR_PLABEL - Static variable in class org.nlogo.agent.Patch
 
VAR_PLABEL3D - Static variable in class org.nlogo.agent.Patch3D
 
VAR_PLABELCOLOR - Static variable in class org.nlogo.agent.Patch
 
VAR_PLABELCOLOR3D - Static variable in class org.nlogo.agent.Patch3D
 
VAR_PXCOR - Static variable in class org.nlogo.agent.Patch
 
VAR_PXCOR3D - Static variable in class org.nlogo.agent.Patch3D
 
VAR_PYCOR - Static variable in class org.nlogo.agent.Patch
 
VAR_PYCOR3D - Static variable in class org.nlogo.agent.Patch3D
 
VAR_PZCOR3D - Static variable in class org.nlogo.agent.Patch3D
 
VAR_ROLL3D - Static variable in class org.nlogo.agent.Turtle3D
 
VAR_SHAPE - Static variable in class org.nlogo.agent.Link
 
VAR_THICKNESS - Static variable in class org.nlogo.agent.Link
 
VAR_TIEMODE - Static variable in class org.nlogo.agent.Link
 
VAR_WHO - Static variable in class org.nlogo.agent.Turtle
 
VAR_WHO3D - Static variable in class org.nlogo.agent.Turtle3D
 
VAR_XCOR - Static variable in class org.nlogo.agent.Turtle
 
VAR_XCOR3D - Static variable in class org.nlogo.agent.Turtle3D
 
VAR_YCOR - Static variable in class org.nlogo.agent.Turtle
 
VAR_YCOR3D - Static variable in class org.nlogo.agent.Turtle3D
 
VAR_ZCOR3D - Static variable in class org.nlogo.agent.Turtle3D
 
variableConstraint(int) - Method in class org.nlogo.agent.Agent
 
variableConstraint(int, ValueConstraint) - Method in class org.nlogo.agent.Agent
 
variables - Variable in class org.nlogo.agent.Agent
 
varName - Variable in class org.nlogo.command.Let
 
Version - Class in org.nlogo.api
 
Version() - Constructor for class org.nlogo.api.Version
 
version() - Static method in class org.nlogo.api.Version
 
VERSION - Static variable in class org.nlogo.workspace.ModelReader
 

W

waitFor(CommandRunnable) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
waitFor(CommandRunnable) - Method in interface org.nlogo.nvm.Workspace
 
waitFor(CommandRunnable) - Method in class org.nlogo.workspace.DummyWorkspace
 
waitForQueuedEvents() - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
waitForQueuedEvents() - Method in interface org.nlogo.nvm.Workspace
 
waitForQueuedEvents() - Method in class org.nlogo.workspace.DummyWorkspace
 
waitForResult(ReporterRunnable) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
waitForResult(ReporterRunnable) - Method in interface org.nlogo.nvm.Workspace
 
waitForResult(ReporterRunnable) - Method in class org.nlogo.workspace.DummyWorkspace
 
waiting - Variable in class org.nlogo.nvm.Context
 
warningMessage(String) - Method in class org.nlogo.workspace.AbstractWorkspace
Displays a warning to the user, and determine whether to continue.
wasInlined() - Method in class org.nlogo.command.Instruction
Was this instruction inlined by the Inliner phase of compiling?
WATCH - Static variable in class org.nlogo.agent.Observer
 
WHITE - Static variable in class org.nlogo.api.Color
 
WIDGETS - Static variable in class org.nlogo.api.Logger
 
WIDGETS - Static variable in class org.nlogo.workspace.ModelReader
 
width - Variable in class org.nlogo.agent.DrawingLine3D
 
workspace - Variable in class org.nlogo.app.App
 
workspace() - Method in class org.nlogo.command.Instruction
 
workspace() - Method in class org.nlogo.nvm.ExtensionContext
 
Workspace - Interface in org.nlogo.nvm
 
workspace() - Method in class org.nlogo.workspace.ExtensionManager
 
world() - Method in class org.nlogo.agent.Agent
 
world() - Method in class org.nlogo.agent.AgentSet
 
world - Variable in class org.nlogo.agent.Program
 
World - Class in org.nlogo.agent
 
World(Shape, Shape) - Constructor for class org.nlogo.agent.World
 
world - Variable in class org.nlogo.command.Instruction
 
world() - Method in interface org.nlogo.nvm.Workspace
 
world - Variable in class org.nlogo.workspace.AbstractWorkspace
 
world() - Method in class org.nlogo.workspace.AbstractWorkspace
 
World3D - Class in org.nlogo.agent
 
World3D(Shape, Shape) - Constructor for class org.nlogo.agent.World3D
 
worldDepth() - Method in class org.nlogo.agent.World3D
 
worldDepthBoxed() - Method in class org.nlogo.agent.World3D
 
WorldDimensionException - Exception in org.nlogo.agent
 
WorldDimensionException() - Constructor for exception org.nlogo.agent.WorldDimensionException
 
WorldDimensions - Class in org.nlogo.agent
 
WorldDimensions(int, int, int, int) - Constructor for class org.nlogo.agent.WorldDimensions
 
WorldDimensions3D - Class in org.nlogo.agent
 
WorldDimensions3D(int, int, int, int, int, int) - Constructor for class org.nlogo.agent.WorldDimensions3D
 
worldHeight() - Method in interface org.nlogo.agent.RenderableWorld
 
worldHeight() - Method in class org.nlogo.agent.World
 
worldHeightBoxed() - Method in class org.nlogo.agent.World
 
worldLoader - Variable in class org.nlogo.workspace.AbstractWorkspace
 
WorldLoader - Class in org.nlogo.workspace
 
WorldLoader() - Constructor for class org.nlogo.workspace.WorldLoader
 
WorldLoader3D - Class in org.nlogo.workspace
 
WorldLoader3D() - Constructor for class org.nlogo.workspace.WorldLoader3D
 
WorldLoaderInterface - Interface in org.nlogo.workspace
 
WorldResizer - Interface in org.nlogo.agent
 
worldWidth() - Method in interface org.nlogo.agent.RenderableWorld
 
worldWidth() - Method in class org.nlogo.agent.World
 
worldWidthBoxed() - Method in class org.nlogo.agent.World
 
wrap(double, double, double) - Method in interface org.nlogo.agent.RenderableWorld
 
wrap(double, double, double) - Method in class org.nlogo.agent.World
 
wrappedObserverX(double) - Method in class org.nlogo.agent.World
 
wrappedObserverY(double) - Method in class org.nlogo.agent.World
 
wrappedObserverZ(double) - Method in class org.nlogo.agent.World3D
 
wrappingAllowedInX() - Method in interface org.nlogo.agent.RenderableWorld
 
wrappingAllowedInX() - Method in class org.nlogo.agent.World
 
wrappingAllowedInY() - Method in interface org.nlogo.agent.RenderableWorld
 
wrappingAllowedInY() - Method in class org.nlogo.agent.World
 
wrappingAllowedInZ() - Method in class org.nlogo.agent.World3D
 
wrapX(double) - Method in class org.nlogo.agent.World
 
wrapY(double) - Method in class org.nlogo.agent.World
 
wrapZ(double) - Method in interface org.nlogo.agent.Topology3D
 
wrapZ(double) - Method in class org.nlogo.agent.Torus3D
 
wrapZ(double) - Method in class org.nlogo.agent.World3D
 
writeGraphicsData(PrintWriter) - Method in class org.nlogo.headless.HeadlessWorkspace
 
writeGraphicsData(PrintWriter) - Method in class org.nlogo.workspace.AbstractWorkspace
 
writeGraphicsData(PrintWriter) - Method in class org.nlogo.workspace.DummyWorkspace
 
writeModelCheckSumsToFile(Map) - Static method in class org.nlogo.workspace.Checksummer
Writes the model checksums out to file
writeOutputObject(OutputObject) - Method in class org.nlogo.workspace.DefaultFileManager
 

X

x(double) - Method in interface org.nlogo.api.PlotPenInterface
 
x0 - Variable in class org.nlogo.agent.DrawingLine3D
 
x1 - Variable in class org.nlogo.agent.DrawingLine3D
 
x1() - Method in class org.nlogo.agent.Link
 
x1() - Method in class org.nlogo.agent.LinkStamp3D
 
x1() - Method in interface org.nlogo.agent.RenderableLink
 
x1 - Variable in class org.nlogo.agent.TurtleLine
 
x2() - Method in class org.nlogo.agent.Link
 
x2() - Method in class org.nlogo.agent.LinkStamp3D
 
x2() - Method in interface org.nlogo.agent.RenderableLink
 
x2 - Variable in class org.nlogo.agent.TurtleLine
 
xandycor(double, double) - Method in class org.nlogo.agent.Turtle
 
xandycor(double, double, HashSet) - Method in class org.nlogo.agent.Turtle
 
xandycor(Double, Double) - Method in class org.nlogo.agent.Turtle
 
xandycor(double, double) - Method in class org.nlogo.agent.Turtle3D
 
xandycor(Double, Double) - Method in class org.nlogo.agent.Turtle3D
 
xandycorHelper(double, double) - Method in class org.nlogo.agent.Turtle
 
xcor() - Method in interface org.nlogo.agent.RenderableTurtle
 
xcor() - Method in class org.nlogo.agent.Turtle
 
xcor(double) - Method in class org.nlogo.agent.Turtle
 
xcor(Double) - Method in class org.nlogo.agent.Turtle
 
xcor(double) - Method in class org.nlogo.agent.Turtle3D
 
xcor(Double) - Method in class org.nlogo.agent.Turtle3D
 
xcor() - Method in class org.nlogo.agent.TurtleStamp3D
 
xMax(double) - Method in interface org.nlogo.api.PlotInterface
 
xMin(double) - Method in interface org.nlogo.api.PlotInterface
 
XMLFileAppender - Class in org.nlogo.api
 
XMLFileAppender() - Constructor for class org.nlogo.api.XMLFileAppender
 
XMLLayout - Class in org.nlogo.api
 
XMLLayout() - Constructor for class org.nlogo.api.XMLLayout
 
xyandzcor(double, double, double) - Method in class org.nlogo.agent.Turtle3D
 
xyandzcor(Double, Double, Double) - Method in class org.nlogo.agent.Turtle3D
 

Y

y0 - Variable in class org.nlogo.agent.DrawingLine3D
 
y1 - Variable in class org.nlogo.agent.DrawingLine3D
 
y1() - Method in class org.nlogo.agent.Link
 
y1() - Method in class org.nlogo.agent.LinkStamp3D
 
y1() - Method in interface org.nlogo.agent.RenderableLink
 
y1 - Variable in class org.nlogo.agent.TurtleLine
 
y2() - Method in class org.nlogo.agent.Link
 
y2() - Method in class org.nlogo.agent.LinkStamp3D
 
y2() - Method in interface org.nlogo.agent.RenderableLink
 
y2 - Variable in class org.nlogo.agent.TurtleLine
 
ycor() - Method in interface org.nlogo.agent.RenderableTurtle
 
ycor() - Method in class org.nlogo.agent.Turtle
 
ycor(double) - Method in class org.nlogo.agent.Turtle
 
ycor(Double) - Method in class org.nlogo.agent.Turtle
 
ycor(double) - Method in class org.nlogo.agent.Turtle3D
 
ycor(Double) - Method in class org.nlogo.agent.Turtle3D
 
ycor() - Method in class org.nlogo.agent.TurtleStamp3D
 
yMax(double) - Method in interface org.nlogo.api.PlotInterface
 
yMin(double) - Method in interface org.nlogo.api.PlotInterface
 

Z

z0 - Variable in class org.nlogo.agent.DrawingLine3D
 
z1 - Variable in class org.nlogo.agent.DrawingLine3D
 
z1() - Method in class org.nlogo.agent.Link3D
 
z1() - Method in class org.nlogo.agent.LinkStamp3D
 
z1() - Method in interface org.nlogo.agent.RenderableLink3D
 
z2() - Method in class org.nlogo.agent.Link3D
 
z2() - Method in class org.nlogo.agent.LinkStamp3D
 
z2() - Method in interface org.nlogo.agent.RenderableLink3D
 
zcor() - Method in interface org.nlogo.agent.RenderableTurtle3D
 
zcor() - Method in class org.nlogo.agent.Turtle3D
 
zcor(double) - Method in class org.nlogo.agent.Turtle3D
 
zcor(Double) - Method in class org.nlogo.agent.Turtle3D
 
zcor() - Method in class org.nlogo.agent.TurtleStamp3D
 
zipLogFiles(String) - Method in class org.nlogo.headless.HeadlessWorkspace
Internal use only.
zipLogFiles(String) - Method in interface org.nlogo.nvm.Workspace
 
zipLogFiles(String) - Method in class org.nlogo.workspace.DummyWorkspace
 
zipSessionFiles(String) - Method in class org.nlogo.api.Logger
 
zipSessionFiles(String, String) - Static method in class org.nlogo.api.Logger
 

A B C D E F G H I J L M N O P Q R S T U V W X Y Z
NetLogo API
version 4.0.1