org.argouml.cognitive.critics
Class CompositeCM

java.lang.Object
  |
  +--org.argouml.cognitive.critics.ControlMech
        |
        +--org.argouml.cognitive.critics.CompositeCM
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AndCM, OrCM

class CompositeCM
extends ControlMech


Field Summary
protected  java.util.Vector _mechs
           
 
Constructor Summary
(package private) CompositeCM()
           
 
Method Summary
 void addMech(ControlMech cm)
           
 
Methods inherited from class org.argouml.cognitive.critics.ControlMech
isRelevant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_mechs

protected java.util.Vector _mechs
Constructor Detail

CompositeCM

CompositeCM()
Method Detail

addMech

public void addMech(ControlMech cm)


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