org.argouml.uml
Class ChildGenRelated

java.lang.Object
  extended by org.argouml.uml.ChildGenRelated

public class ChildGenRelated
extends java.lang.Object

Generator to find related elements for some model elements, such as for Classes the attributes and operations, for diagrams nodes and elements, for transitions trigger, guard and effects etc.

Stereotype:
singleton

Constructor Summary
ChildGenRelated()
           
 
Method Summary
 java.util.Enumeration gen(java.lang.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
 

Constructor Detail

ChildGenRelated

public ChildGenRelated()
Method Detail

getSingleton

public static ChildGenRelated getSingleton()
Returns:
Returns the singleton.

gen

public java.util.Enumeration gen(java.lang.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.

See Also:
org.tigris.gef.util.ChildGenerator#gen(java.lang.Object)


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook