ExclusiveJob

org.nlogo.nvm.ExclusiveJob
class ExclusiveJob(owner: JobOwner, agentset: AgentSet, topLevelProcedure: Procedure, address: Int, parentContext: Context, workspace: Workspace, random: MersenneTwisterFast) extends Job

Attributes

Source
ExclusiveJob.scala
Graph
Supertypes
class Job
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def callReporterProcedure(): <FromJavaObject>

Attributes

Source
ExclusiveJob.scala
override def exclusive: Boolean

Attributes

Definition Classes
Job
Source
ExclusiveJob.scala
def run(): Unit

Attributes

Source
ExclusiveJob.scala
override def step(): Unit

Attributes

Definition Classes
Job
Source
ExclusiveJob.scala

Inherited methods

def finish(): Unit

Attributes

Inherited from:
Job

Attributes

Inherited from:
Job

Attributes

Inherited from:
Job
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Job

Inherited fields

Attributes

Inherited from:
Job
var result: <FromJavaObject>

Attributes

Inherited from:
Job
var state: Byte

Attributes

Inherited from:
Job

Attributes

Inherited from:
Job