org.argouml.uml.cognitive
Class ChildGenRelated

java.lang.Object
  extended byorg.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

Field Summary
private static ChildGenRelated SINGLETON
           
 
Constructor Summary
ChildGenRelated()
           
 
Method Summary
 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.
static ChildGenRelated getSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

private static final ChildGenRelated SINGLETON
Constructor Detail

ChildGenRelated

public ChildGenRelated()
Method Detail

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)


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook