| Package | Description |
|---|---|
| simkit |
Contains the basic functionality of simkit.
|
| simkit.stat |
Classes/Interfaces for collecting and displaying statistics from simulation
runs.
|
| simkit.util |
Contains a number of useful generic classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventList
Replacement for original static
Schedule implementation of event
list. |
| Modifier and Type | Field and Description |
|---|---|
private static BasicEventList |
Schedule.defaultEventList |
protected BasicEventList |
BasicSimEntity.eventList |
private BasicEventList |
Entity.eventList |
private BasicEventList |
SimExec.eventList |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Integer,BasicEventList> |
Schedule.allEventLists |
| Modifier and Type | Method and Description |
|---|---|
static BasicEventList |
Schedule.getDefaultEventList() |
BasicEventList |
BasicSimEntity.getEventList() |
BasicEventList |
Entity.getEventList() |
BasicEventList |
EventListAware.getEventList() |
BasicEventList |
SimEventScheduler.getEventList() |
static BasicEventList |
Schedule.getEventList(int index)
Will return an existing EventList, if one with that id exists.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Schedule.setDefaultEventList(BasicEventList eventList)
If not on master list, will add it with the next available id.
|
void |
BasicSimEntity.setEventList(BasicEventList el) |
void |
Entity.setEventList(BasicEventList eventList) |
void |
EventListAware.setEventList(BasicEventList eventList) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Schedule.addAndSetDefaultEventList(java.lang.Class<BasicEventList> clazz)
Create a new Event List of the given type and set it to be the default.
|
| Constructor and Description |
|---|
SimExec(BasicEventList eventList) |
Stop(BasicEventList eventList) |
| Modifier and Type | Field and Description |
|---|---|
protected BasicEventList |
SimpleStatsTimeVarying.eventList |
| Modifier and Type | Method and Description |
|---|---|
BasicEventList |
SimpleStatsTimeVarying.getEventList() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleStatsTimeVarying.setEventList(BasicEventList list) |
void |
TimeTruncatedTallyStat.setEventList(BasicEventList eventList) |
void |
TruncatingSimpleStatsTimeVarying.setEventList(BasicEventList eventList) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnitTestEventList
This EventList implementation is for Unit Testing purposes only.
|
| Modifier and Type | Field and Description |
|---|---|
protected BasicEventList |
PropertyChangeFrame.eventList |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
LogString.format(BasicEventList schedule,
java.lang.String message) |