org.argouml.uml
Class GenCompositeClasses

java.lang.Object
  |
  +--org.argouml.uml.GenCompositeClasses
All Implemented Interfaces:
org.tigris.gef.util.ChildGenerator, java.io.Serializable

public class GenCompositeClasses
extends java.lang.Object
implements org.tigris.gef.util.ChildGenerator

Utility class to generate the children of a class. In this case the "children" of a class are the other classes that are assocaiated with the parent class, and that MAssociation has a COMPOSITE end at the parent. This is used in one of the NavPerspectives.

See Also:
Serialized Form

Field Summary
static GenCompositeClasses SINGLETON
           
 
Constructor Summary
GenCompositeClasses()
           
 
Method Summary
 java.util.Enumeration gen(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static GenCompositeClasses SINGLETON
Constructor Detail

GenCompositeClasses

public GenCompositeClasses()
Method Detail

gen

public java.util.Enumeration gen(java.lang.Object o)
Specified by:
gen in interface org.tigris.gef.util.ChildGenerator


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook