Model

scalation.simulation.process.Model
See theModel companion class
object Model

The Model companion object provides a shutdown method.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Model.type

Members list

Value members

Concrete methods

def shutdown(): Unit

Shutdown the Model execution infrastructure (WARNING: this method should only be called right before program termination). Make sure all threads have finished (e.g., call waitFinished), not just the main thread. If shutdown is not called, the application may hang.

Shutdown the Model execution infrastructure (WARNING: this method should only be called right before program termination). Make sure all threads have finished (e.g., call waitFinished), not just the main thread. If shutdown is not called, the application may hang.

Attributes