Monitor
scalation.simulation.agent.Monitor
The Monitor
class is used to trace the actions/events in the models.
Value parameters
- project
-
the project to be monitored
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Finish up by flushing and closing the log.
Finish up by flushing and closing the log.
Attributes
Toggle output destination from default of (log) file to standard output. etc.
Toggle output destination from default of (log) file to standard output. etc.
Attributes
Trace an action/event.
Trace an action/event.
Value parameters
- what
-
what was the action
- when
-
when was the action taken
- who
-
who caused the action
- whom
-
whom did the action effect
Attributes
Turn tracing off.
Turn tracing off.
Attributes
Turn tracing back on.
Turn tracing back on.
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article