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.
serialVersionUID
public static final long serialVersionUID
gen
public Enumeration gen(Object o)
- Reply a Enumeration of the children of the given Object