/*----------------------------------------------------------------------------
Copyright © 1998 Object International Software GmbH
----------------------------------------------------------------------------*/
package oisoft.togetherx.scriptapi.UML;
//------------------------------------------------------------------------------
/**
* Presents call event.
* @version 2.1.01 12.03.1998
* @author Andrei Ivanov
*/
public interface UMLCallEvent extends UMLEvent
{
/**
* @deprecated Not implemented yet.
*/
UMLOperation getOperation();
/**@clientCardinality 1
@supplierCardinality 1*/
/*# UMLOperation lnkUnnamed*/
}
//------------------------------------------------------------------------------
|