uci.uml.util
Class SuperclassGen
java.lang.Object
|
+--uci.uml.util.SuperclassGen
- public class SuperclassGen
- extends Object
- implements 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 ChildGenerator