blob: 51c2d5ba6f887486f97ce68597dbcf6c6de7065d [file] [log] [blame]
/*
* Copyright (c) 2005, 2007 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: AnyReceiveEvent.java,v 1.3 2007/02/14 19:57:26 khussey Exp $
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Any Receive Event</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A transition trigger associated with an any receive event specifies that the transition is to be triggered by the receipt of any message that is not explicitly referenced in another transition from the same vertex.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getAnyReceiveEvent()
* @model
* @generated
*/
public interface AnyReceiveEvent
extends MessageEvent {
// no methods
} // AnyReceiveEvent