SimpleJobOwner

org.nlogo.api.SimpleJobOwner
class SimpleJobOwner(val displayName: String, val random: MersenneTwisterFast, val kind: AgentKind) extends JobOwner

Attributes

Source
SimpleJobOwner.scala
Graph
Supertypes
trait JobOwner
trait SourceOwner
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def classDisplayName: String

Attributes

Definition Classes
Source
SimpleJobOwner.scala
override def headerSource: String

Attributes

Definition Classes
Source
SimpleJobOwner.scala
override def innerSource: String

Attributes

Definition Classes
Source
SimpleJobOwner.scala
override def innerSource_=(s: String): Unit

Attributes

Definition Classes
Source
SimpleJobOwner.scala
override def isButton: Boolean

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
override def isCommandCenter: Boolean

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
override def ownsPrimaryJobs: Boolean

determines whether job "breathes"; also affects error handling

determines whether job "breathes"; also affects error handling

Attributes

Definition Classes
Source
SimpleJobOwner.scala
override def source: String

Attributes

Definition Classes
Source
SimpleJobOwner.scala

Concrete fields

override val displayName: String

for error reporting purposes

for error reporting purposes

Attributes

Source
SimpleJobOwner.scala
override val kind: AgentKind

Attributes

Source
SimpleJobOwner.scala
override val random: MersenneTwisterFast

typically mainRNG or auxRNG

typically mainRNG or auxRNG

Attributes

Source
SimpleJobOwner.scala