uci.uml.critics
Class ChildGenUML
java.lang.Object
|
+--uci.uml.critics.ChildGenUML
- public class ChildGenUML
- extends Object
- implements ChildGenerator
This class gives critics access to parts of the UML model of the
design. It defines a gen() function that returns the "children"
of any given part of the UML model. Basically, it goes from
Project, to Models, to ModelElements. Argo's critic Agency uses
this to apply critics where appropriate.
- See Also:
Agency, Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SINGLETON
public static ChildGenUML SINGLETON
ChildGenUML
public ChildGenUML()
gen
public Enumeration gen(Object o)
- Reply a Enumeration of the children of the given Object
- Specified by:
- gen in interface ChildGenerator