org.argouml.cognitive.critics
Class StandardCM

java.lang.Object
  |
  +--org.argouml.cognitive.critics.ControlMech
        |
        +--org.argouml.cognitive.critics.CompositeCM
              |
              +--org.argouml.cognitive.critics.AndCM
                    |
                    +--org.argouml.cognitive.critics.StandardCM
All Implemented Interfaces:
java.io.Serializable

public class StandardCM
extends org.argouml.cognitive.critics.AndCM

See Also:
Serialized Form

Field Summary
protected  java.util.Vector _mechs
           
 
Constructor Summary
StandardCM()
           
 
Method Summary
 void addMech(ControlMech cm)
           
 boolean isRelevant(Critic c, Designer d)
           
 
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

StandardCM

public StandardCM()
Method Detail

isRelevant

public boolean isRelevant(Critic c,
                          Designer d)
Overrides:
isRelevant in class ControlMech

addMech

public void addMech(ControlMech cm)


ArgoUML © 1996-2003 (20030919)ArgoUML Project HomeArgoUML Cookbook