blob: 58c5504e12d65f4ee15b1475888ca6a3237c61c5 [file] [log] [blame]
/*
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - initial API and implementation
*
* $Id: MessageEvent.java,v 1.1 2005/11/14 22:26:01 khussey Exp $
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Message Event</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A message event specifies the receipt by an object of either a call or a signal. MessageEvent is an abstract metaclass.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getMessageEvent()
* @model abstract="true"
* @generated
*/
public interface MessageEvent
extends Event {
} // MessageEvent