uci.uml.util
Class GenCompositeClasses
java.lang.Object
|
+--uci.uml.util.GenCompositeClasses
- public class GenCompositeClasses
- extends Object
- implements ChildGenerator
Utility class to generate the children of a class. In this case
the "children" of a class are the other classes that are
assocaiated with the parent class, and that Association has a
COMPOSITE end at the parent. This is used in one of the
NavPerspectives.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SINGLETON
public static GenCompositeClasses SINGLETON
GenCompositeClasses
public GenCompositeClasses()
gen
public Enumeration gen(Object o)
- Specified by:
- gen in interface ChildGenerator