JobOwner
org.nlogo.api.JobOwner
trait JobOwner extends SourceOwner
Like source owners, job owners are usually parts of the UI. Jobs are initiated by by buttons, by monitors, by the Command Center, and so on.
The (assorted, disparate) methods here in JobOwner have mainly to do with runtime behavior and/or runtime error handling. (SourceOwner is more about compilation and compile-time errors.)
Attributes
- Source
- JobOwner.scala
- Graph
-
- Supertypes
- Known subtypes
-
class SimpleJobOwnerclass JobWidgetclass CommandLineclass AgentVarEditorclass ButtonWidgetclass MonitorWidgetShow all
Members list
Value members
Abstract methods
for error reporting purposes
so we know whether the job "takes turns" with other buttons
command centers get special treatment here and there
so we know whether newly created links should join the job
so we know whether newly created turtles should join the job
determines whether job "breathes"; also affects error handling
typically mainRNG or auxRNG
Inherited and Abstract methods
Attributes
- Inherited from:
- SourceOwner
- Source
- SourceOwner.scala
Attributes
- Inherited from:
- SourceOwner
- Source
- SourceOwner.scala
Attributes
- Inherited from:
- SourceOwner
- Source
- SourceOwner.scala
Attributes
- Inherited from:
- SourceOwner
- Source
- SourceOwner.scala
Attributes
- Inherited from:
- SourceOwner
- Source
- SourceOwner.scala
Attributes
- Inherited from:
- SourceOwner
- Source
- SourceOwner.scala
In this article