org.eclipse.uml2.uml.MessageOccurrenceSpecification Maven / Gradle / Ivy
/*
* 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: MessageOccurrenceSpecification.java,v 1.3 2007/02/14 19:57:26 khussey Exp $
*/
package org.eclipse.uml2.uml;
/**
*
* A representation of the model object 'Message Occurrence Specification'.
*
*
*
* A message occurrence specification pecifies the occurrence of message events, such as sending and receiving of signals or invoking or receiving of operation calls. A message occurrence specification is a kind of message end. Messages are generated either by synchronous operation calls or asynchronous signal sends. They are received by the execution of corresponding accept event actions.
*
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getMessageOccurrenceSpecification()
* @model
* @generated
*/
public interface MessageOccurrenceSpecification
extends OccurrenceSpecification, MessageEnd {
// no methods
} // MessageOccurrenceSpecification
© 2015 - 2025 Weber Informatics LLC | Privacy Policy