uci.uml.ui
Class ChildGenRelated

java.lang.Object
  |
  +--uci.uml.ui.ChildGenRelated

public class ChildGenRelated
extends Object
implements ChildGenerator

See Also:
Serialized Form

Field Summary
static ChildGenRelated SINGLETON
           
 
Constructor Summary
ChildGenRelated()
           
 
Method Summary
 Enumeration gen(Object o)
          Reply a Enumeration of the children of the given Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static ChildGenRelated SINGLETON
Constructor Detail

ChildGenRelated

public ChildGenRelated()
Method Detail

gen

public Enumeration gen(Object o)
Reply a Enumeration of the children of the given Object
Specified by:
gen in interface ChildGenerator