NetLogo API
version 4.0.2
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.
argbToColor(int) - Static method in class org.nlogo.api.Color
 
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(AbstractWorkspace) - 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.ConstraintCompilerException
 
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
 
exception - Variable in exception org.nlogo.agent.SliderConstraint.ConstraintCompilerException
 
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 o