/*----------------------------------------------------------------------------
Copyright © 1998 Object International Software GmbH
----------------------------------------------------------------------------*/
package oisoft.togetherx.scriptapi.UML;
import oisoft.togetherx.scriptapi.UML.enums.*;
//------------------------------------------------------------------------------
/**
* Presents collaboration diagram.
* @version 2.1.01 12.03.1998
* @author Andrei Ivanov
* @see UMLObject
* @see UMLMessage
*/
public interface UMLCollaborationDiagram extends UMLInteractionDiagram
{
}
//------------------------------------------------------------------------------
|