|
SSJ V. 2.6. |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
EventList | An interface for implementations of event lists. |
Class Summary | |
---|---|
BinaryTree | An implementation of EventList using a binary search tree. |
DoublyLinked | An implementation of EventList using a doubly linked linear list. |
Henriksen | An implementation of EventList using the doubly-linked
indexed list of Henriksen (see also). |
RedblackTree | An implementation of EventList using a red black tree,
which is similar to a binary search tree except that
every node is colored red or black. |
SplayTree | An implementation of EventList using a splay tree. |
This package provides different kinds of event list implementations.
One can change the default
SplayTree
event list implemntation via the method
Sim.init
.
|
SSJ V. 2.6. |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |