/** * <copyright> * </copyright> * * $Id$ */ package orgomg.cwm.management.warehouseprocess.events; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>External Event</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * An ExternalEvent allows the description of the triggering of a WarehouseProcess by a task which is not described in the model. This is merely a place holder. The actual behavior and the connection with the external trigger is left to the implementation of * the scheduler. * <!-- end-model-doc --> * * * @see orgomg.cwm.management.warehouseprocess.events.EventsPackage#getExternalEvent() * @model * @generated */ public interface ExternalEvent extends WarehouseEvent { } // ExternalEvent