org.argouml.uml
Class SuperclassGen
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuperclassGen
public SuperclassGen()
gen
public Enumeration gen(Object o)
- Specified by:
gen
in interface org.tigris.gef.util.ChildGenerator
- See Also:
ChildGenerator.gen(java.lang.Object)