org.argouml.uml
Class SuperclassGen

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

public class SuperclassGen
extends 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
 Enumeration gen(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 Enumeration gen(Object o)
Specified by:
gen in interface org.tigris.gef.util.ChildGenerator
See Also:
ChildGenerator.gen(java.lang.Object)


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