FileDocCategorySizeDatePackage
UMLCollaborationDiagramEnumeration.javaAPI DocExample1063Tue Dec 08 01:21:00 GMT 1998oisoft.togetherx.scriptapi.UML.enums

UMLCollaborationDiagramEnumeration

public class UMLCollaborationDiagramEnumeration extends UMLInteractionDiagramEnumeration
Implemented typified enumeration for UMLCollaborationDiagram
version
2.1.01 Thu Apr 02 19:15:21 1998
author
Andrei Ivanov

Fields Summary
Constructors Summary
public UMLCollaborationDiagramEnumeration(Enumeration e)

    super(e);
  
Methods Summary
public oisoft.togetherx.scriptapi.UML.UMLCollaborationDiagramgetNextUMLCollaborationDiagram()

    if (imp != null)
      return (UMLCollaborationDiagram) imp.nextElement();
    else
      return null;