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

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

Field Detail

SINGLETON

public static GenCompositeClasses SINGLETON
Constructor Detail

GenCompositeClasses

public GenCompositeClasses()
Method Detail

gen

public Enumeration gen(Object o)
Specified by:
gen in interface ChildGenerator