org.argouml.uml
Class SuperclassGen

java.lang.Object
  extended byorg.argouml.uml.SuperclassGen
All Implemented Interfaces:
org.tigris.gef.util.ChildGenerator, java.io.Serializable

public class SuperclassGen
extends java.lang.Object
implements org.tigris.gef.util.ChildGenerator

Utility class to generate the children of a class. In this case the "children" of a class are it's base classes.

See Also:
Serialized Form

Constructor Summary
SuperclassGen()
           
 
Method Summary
 java.util.Enumeration gen(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperclassGen

public SuperclassGen()
Method Detail

gen

public java.util.Enumeration gen(java.lang.Object o)
Specified by:
gen in interface org.tigris.gef.util.ChildGenerator


ArgoUML © 1996-2004 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook