blob: b081d1de14cfc188f30b7acdb7207ecf6a020975 [file] [log] [blame]
/*
* Copyright (c) 2003, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*
* $Id: MessageTrigger.java,v 1.3 2004/06/03 02:59:18 khussey Exp $
*/
package org.eclipse.uml2;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Message Trigger</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A message trigger specifies the an observable event caused by a either a call or a signal. MessageTrigger is an abstract metaclass.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.UML2Package#getMessageTrigger()
* @model abstract="true"
* @generated
*/
public interface MessageTrigger extends Trigger{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) 2003, 2004 IBM Corporation and others."; //$NON-NLS-1$
} // MessageTrigger