FileDocCategorySizeDatePackage
UMLClassDiagram.javaAPI DocExample753Tue Dec 08 01:21:00 GMT 1998oisoft.togetherx.scriptapi.UML

UMLClassDiagram.java

/*----------------------------------------------------------------------------
Copyright © 1998 Object International Software GmbH
----------------------------------------------------------------------------*/
package oisoft.togetherx.scriptapi.UML;

import oisoft.togetherx.scriptapi.UML.enums.*;

//------------------------------------------------------------------------------
/**
* Presented class diagram 
* @version  2.1.01  12.03.1998
* @author   Andrei Ivanov                  
* @see UMLClass
* @see UMLInterface
* @see UMLObject
* @see UMLLink
*/
public interface UMLClassDiagram extends UMLPackage 
{
  boolean isLogicalPackage();
}
//------------------------------------------------------------------------------