|
NetLogo API version 4.0.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Workspace | |
---|---|
org.nlogo.command | |
org.nlogo.headless | Provides classes associated with running NetLogo "headless", that is, from the command line, with no GUI; includes the HeadlessWorkspace class |
org.nlogo.nvm | |
org.nlogo.workspace |
Uses of Workspace in org.nlogo.command |
---|
Methods in org.nlogo.command that return Workspace | |
---|---|
Workspace |
Instruction.workspace()
|
Methods in org.nlogo.command with parameters of type Workspace | |
---|---|
void |
BasicBlockCommand.init(Workspace workspace)
|
void |
Instruction.init(Workspace workspace)
|
void |
Procedure.init(Workspace workspace)
|
Uses of Workspace in org.nlogo.headless |
---|
Classes in org.nlogo.headless that implement Workspace | |
---|---|
class |
HeadlessWorkspace
The main class for headless (no GUI) operation of NetLogo. |
Uses of Workspace in org.nlogo.nvm |
---|
Methods in org.nlogo.nvm that return Workspace | |
---|---|
Workspace |
ExtensionContext.workspace()
|
Constructors in org.nlogo.nvm with parameters of type Workspace | |
---|---|
ExtensionContext(Workspace workspace,
Context context)
|
Uses of Workspace in org.nlogo.workspace |
---|
Classes in org.nlogo.workspace that implement Workspace | |
---|---|
class |
AbstractWorkspace
|
class |
DummyWorkspace
|
Constructors in org.nlogo.workspace with parameters of type Workspace | |
---|---|
SmartTabulator(EditorAreaInterface code,
Workspace workspace)
|
|
NetLogo API version 4.0.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |