org.tigris.gef.util
Interface ChildGenerator
- All Superinterfaces:
- java.io.Serializable
- public interface ChildGenerator
- extends java.io.Serializable
Interface used in Set to compute transitive closures. This is
basically a Functor interface for generating (expanding) the
children of some object.
Method Summary |
java.util.Enumeration |
gen(java.lang.Object o)
Reply a Enumeration of the children of the given Object |
gen
public java.util.Enumeration gen(java.lang.Object o)
- Reply a Enumeration of the children of the given Object