Skip to content.

Sections
Personal tools
You are here: Home » ダウンロード » UMLDoclet documentation(英)

Document Actions

UML Doclet

UML class figure HTML generator

[Japanese version available]


This documentation generator utilizes javadoc to create HTML files including UML class figure HTML files from java files.

Merit

  • a pivot class/interface on center of page
  • supers are left, subs are right, a outer is up, inners are down
  • standard javadoc type HTML and UML HTML can be mutual link
  • descriptions based on UML class figure
    accessibility +:public, #:protected, -:private, default is space
    character
    tags {name:value}
    stereotypes <<value>> tags named stereotype is special
    a relieved in white arrow represent generalzation, line with a description represent a inner/outer

Image


Example

example of javax.swing.JButton document by UMLDoclet

Usage

After installation, you can invoke javadoc;


    C:\> javadoc -doclet JP.co.esm.caddies.doclets.UMLDoclet -private *.java     # from *.java files

    C:\> javadoc -doclet JP.co.esm.caddies.doclets.UMLDoclet -private java.awt   # from package name

Other

This tool is reported to work on Windows98. But any platform on which javadoc works, should be OK.

This is Free software, provided AS IS, with NO WARRANTY. Bug reports, comments are welcome.

Download


"Java" is a trademark of Sun Microsystems, Inc.
All contents Copyright(C) 1999 Eiwa System Management, Inc. All rights reserved.