Skip to main content

Table 1 Properties of an LP agent base class

From: An agent-based framework for performance modeling of an optimistic parallel discrete event simulator

local-time

Contains time stamp of event being processed

state

Local variables of the LP

event-list

List containing pending events

event-list-history

List containing the archived local state of LP before each processed event in the past

busy-tick

The time remaining in wall-clock units to finish processing the current event

busy?

A boolean variable indicating if the LP is busy processing an event or idle.

my-machine

Current machine assigned to the LP

sim-time

Time in wall-clock ticks needed for processing the current event