SimpleJobOwner
org.nlogo.api.SimpleJobOwner
class SimpleJobOwner(val displayName: String, val random: MersenneTwisterFast, val kind: AgentKind) extends JobOwner
Attributes
- Source
- SimpleJobOwner.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- SimpleJobOwner.scala
Attributes
- Definition Classes
- Source
- SimpleJobOwner.scala
Attributes
- Definition Classes
- Source
- SimpleJobOwner.scala
Attributes
- Definition Classes
- Source
- SimpleJobOwner.scala
so we know whether the job "takes turns" with other buttons
so we know whether the job "takes turns" with other buttons
Attributes
- Definition Classes
- Source
- SimpleJobOwner.scala
command centers get special treatment here and there
command centers get special treatment here and there
Attributes
- Definition Classes
- Source
- SimpleJobOwner.scala
so we know whether newly created links should join the job
so we know whether newly created links should join the job
Attributes
- Definition Classes
- Source
- SimpleJobOwner.scala
so we know whether newly created turtles should join the job
so we know whether newly created turtles should join the job
Attributes
- Definition Classes
- Source
- SimpleJobOwner.scala
determines whether job "breathes"; also affects error handling
determines whether job "breathes"; also affects error handling
Attributes
- Definition Classes
- Source
- SimpleJobOwner.scala
Attributes
- Definition Classes
- Source
- SimpleJobOwner.scala
Concrete fields
for error reporting purposes
Attributes
- Source
- SimpleJobOwner.scala
typically mainRNG or auxRNG
In this article