blob: 3dfc139b832dd21b13503cbea5361cf56248f6d3 [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: Event.java,v 1.1 2005/11/14 22:25:56 khussey Exp $
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Event</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* An event is the specification of some occurrence that may potentially trigger effects by an object.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getEvent()
* @model abstract="true"
* @generated
*/
public interface Event
extends PackageableElement {
} // Event