org.argouml.uml
Class GenCompositeClasses
java.lang.Object
org.argouml.uml.GenCompositeClasses
- All Implemented Interfaces:
- org.tigris.gef.util.ChildGenerator, Serializable
- public class GenCompositeClasses
- extends Object
- implements org.tigris.gef.util.ChildGenerator
Utility class to generate a list of the children of a class. In this case
the "children" of a class are the other classes that are
associated with the parent class, and that MAssociation has a
COMPOSITE end at the parent. This is used in one of the critics.
- See Also:
CrCircularComposition
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SINGLETON
private static final GenCompositeClasses SINGLETON
- This SINGLETON is used in CrCircularComposition.
GenCompositeClasses
public GenCompositeClasses()
getSINGLETON
public static GenCompositeClasses getSINGLETON()
- Returns:
- Returns the sINGLETON.
gen
public Enumeration gen(Object o)
- Specified by:
gen
in interface org.tigris.gef.util.ChildGenerator
- See Also:
ChildGenerator.gen(java.lang.Object)