org.argouml.uml.cognitive
Class ChildGenRelated
java.lang.Object
org.argouml.uml.cognitive.ChildGenRelated
- All Implemented Interfaces:
- org.tigris.gef.util.ChildGenerator, Serializable
- public class ChildGenRelated
- extends Object
- implements org.tigris.gef.util.ChildGenerator
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SINGLETON
private static final ChildGenRelated SINGLETON
ChildGenRelated
public ChildGenRelated()
getSingleton
public static ChildGenRelated getSingleton()
- Returns:
- Returns the singleton.
gen
public Enumeration gen(Object o)
- Reply a java.util.Enumeration of the children of the given Object
Returns an enumeration or null if not possible to get the children.
- Specified by:
gen
in interface org.tigris.gef.util.ChildGenerator
- See Also:
ChildGenerator.gen(java.lang.Object)