org.nlogo.nvm

JobManagerInterface

trait JobManagerInterface extends AnyRef

Source
JobManagerInterface.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. JobManagerInterface
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addJob(owner: JobOwner, agents: AgentSet, procedure: Procedure): Unit

  2. abstract def addJob(job: Job, waitForCompletion: Boolean): Unit

  3. abstract def addJobFromJobThread(job: Job): Unit

  4. abstract def addReporterJobAndWait(owner: JobOwner, agentset: AgentSet, procedure: Procedure): AnyRef

  5. abstract def addSecondaryJob(owner: JobOwner, agents: AgentSet, procedure: Procedure): Unit

  6. abstract def anyPrimaryJobs(): Boolean

  7. abstract def callReporterProcedure(owner: JobOwner, agentset: AgentSet, procedure: Procedure): AnyRef

    Annotations
    @throws( classOf[LogoException] )
  8. abstract def die(): Unit

    Annotations
    @throws( classOf[InterruptedException] )
  9. abstract def finishJobs(owner: JobOwner): Unit

  10. abstract def finishSecondaryJobs(owner: JobOwner): Unit

  11. abstract def haltNonObserverJobs(): Unit

  12. abstract def haltPrimary(): Unit

  13. abstract def haltSecondary(): Unit

  14. abstract def interrupt(): Unit

  15. abstract def isInterrupted: Boolean

  16. abstract def joinForeverButtons(agent: Agent): Unit

  17. abstract def makeConcurrentJob(owner: JobOwner, agentset: AgentSet, procedure: Procedure): Job

  18. abstract def maybeRunSecondaryJobs(): Unit

  19. abstract def stoppingJobs(owner: JobOwner): Unit

  20. abstract def timeToRunSecondaryJobs(): Unit