Newsgroups: comp.lang.clos
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!news.mathworks.com!udel!gatech!psuvax1!rutgers!att-out!nntpa!nntpa.cb.att.com!lgm
From: lgm@polaris.ih.att.com (Lawrence G. Mayka)
Subject: Re: classes2graph ???
In-Reply-To: wagner@ki.informatik.uni-ulm.de's message of 17 Nov 1994 15:15:02 GMT
Message-ID: <LGM.94Nov20185740@polaris.ih.att.com>
Sender: news@nntpa.cb.att.com (Netnews Administration)
Nntp-Posting-Host: polaris.ih.att.com
Organization: AT&T Bell Laboratories, Naperville, Illinois, USA
References: <3afs1m$kma@happy.informatik.uni-ulm.de>
Date: Mon, 21 Nov 1994 00:57:40 GMT
Lines: 15

In article <3afs1m$kma@happy.informatik.uni-ulm.de> wagner@ki.informatik.uni-ulm.de (Matthias Wagner) writes:

   I am desperatly seeking a tool to convert CLOS-classes from their source
   code into something printable, e. g. a graph in LaTeX or PostScript format.

With CLIM, this is almost trivial, using FORMAT-GRAPH-FROM-ROOTS and
WITH-OUTPUT-TO-POSTSCRIPT-STREAM.  Class relationships are of course
obtainable via CLASS-DIRECT-SUBCLASSES etc.

--
        Lawrence G. Mayka
        AT&T Bell Laboratories
        lgm@ieain.att.com

Standard disclaimer.
