|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectm865.simulation.Event
m865.simulation.DepartmentStoreEvent
public abstract class DepartmentStoreEvent
In addition to a firing time a DepartmentStoreEvent will need access to key objects in the department store.
Field Summary | |
---|---|
protected DepartmentStore |
departmentStore
The department store where this event occurs. |
Fields inherited from class m865.simulation.Event |
---|
firingTime |
Constructor Summary | |
---|---|
DepartmentStoreEvent(java.lang.Integer time,
DepartmentStore departmentStore)
Normal constructor for a DepartmentStoreEvent. |
Method Summary |
---|
Methods inherited from class m865.simulation.Event |
---|
adjustPriority, compareTo, fire, getFiringTime, setFiringTime, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected DepartmentStore departmentStore
Constructor Detail |
---|
public DepartmentStoreEvent(java.lang.Integer time, DepartmentStore departmentStore)
time
- the time this event is scheduled to fire.departmentStore
- the department store in which this event occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |