uci.util
Interface ChildGenerator

All Known Implementing Classes:
GenDescendantClasses, GenCompositeClasses, SuperclassGen, GenAncestorClasses, ChildGenUML, ChildGenFind, ChildGenRelated, ChildGenDMElements

public abstract interface ChildGenerator
extends Serializable

Interface used in Set to compute transitive closures. This is basically a Functor interface for generating (expanding) the children of some object.


Field Summary
static long serialVersionUID
           
 
Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 Enumeration gen(Object o)
          Reply a Enumeration of the children of the given Object
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Method Detail

gen

public Enumeration gen(Object o)
Reply a Enumeration of the children of the given Object