/** */ package IFML.Core; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Catching Event</b></em>'. * <!-- end-user-doc --> * * * @see IFML.Core.CorePackage#getCatchingEvent() * @model * @generated */ public interface CatchingEvent extends Event { } // CatchingEvent