Previous | Table of Contents | Next |
A virtual class to refer to any Event.
A WarehouseEvent (or its derivations) represents what triggers the running of a WarehouseProcess. An event can be initiated
by a clock, by an external trigger, or by an internal trigger (the conclusion of some WarehouseProcess).
Superclasses
Event
References
warehouseProcess
Identifies the WarehouseProcess that is triggered by the WarehouseEvent. class: WarehouseProcess defined by: Event::warehouseProcess
multiplicity: exactly one inverse: WarehouseProcess::warehouseEvent