class SimpleJobOwner extends JobOwner
- Source
- SimpleJobOwner.scala
- Alphabetic
- By Inheritance
- SimpleJobOwner
- JobOwner
- SourceOwner
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SimpleJobOwner(displayName: String, random: MersenneTwisterFast, kind: AgentKind = AgentKind.Observer)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
classDisplayName: String
- Definition Classes
- SimpleJobOwner → SourceOwner
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
val
displayName: String
for error reporting purposes
for error reporting purposes
- Definition Classes
- SimpleJobOwner → JobOwner
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
headerSource: String
- Definition Classes
- SimpleJobOwner → SourceOwner
-
def
innerSource: String
- Definition Classes
- SimpleJobOwner → SourceOwner
-
def
innerSource_=(s: String): Unit
- Definition Classes
- SimpleJobOwner → SourceOwner
-
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
- Definition Classes
- SimpleJobOwner → JobOwner
-
def
isCommandCenter: Boolean
command centers get special treatment here and there
command centers get special treatment here and there
- Definition Classes
- SimpleJobOwner → JobOwner
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLinkForeverButton: Boolean
so we know whether newly created links should join the job
so we know whether newly created links should join the job
- Definition Classes
- SimpleJobOwner → JobOwner
-
def
isTurtleForeverButton: Boolean
so we know whether newly created turtles should join the job
so we know whether newly created turtles should join the job
- Definition Classes
- SimpleJobOwner → JobOwner
-
val
kind: AgentKind
- Definition Classes
- SimpleJobOwner → SourceOwner
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
ownsPrimaryJobs: Boolean
determines whether job "breathes"; also affects error handling
determines whether job "breathes"; also affects error handling
- Definition Classes
- SimpleJobOwner → JobOwner
-
val
random: MersenneTwisterFast
typically mainRNG or auxRNG
typically mainRNG or auxRNG
- Definition Classes
- SimpleJobOwner → JobOwner
-
def
source: String
- Definition Classes
- SimpleJobOwner → SourceOwner
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )