DynamicActionsLog

DynamicActionsLog. It is the panel that show all the information about the dynamic configurations.

trait BasePanel
class Object
trait Matchable
class Any

Value members

Concrete methods

override def init(): Task[Unit]
Definition Classes
override def update(env: Environment): Task[Unit]
Definition Classes

Inherited methods

def stop(): Task[Unit]

It's called when the simulation is stopped, useful for closing operations.

It's called when the simulation is stopped, useful for closing operations.

Returns:

the task

Inherited from:
BasePanel