org.argouml.cognitive.critics
Class AndCM
java.lang.Object
org.argouml.cognitive.critics.ControlMech
org.argouml.cognitive.critics.CompositeCM
org.argouml.cognitive.critics.AndCM
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- StandardCM
- class AndCM
- extends CompositeCM
Constructor Summary |
(package private) |
AndCM()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndCM
AndCM()
isRelevant
public boolean isRelevant(Critic c,
Designer d)
- Overrides:
isRelevant
in class ControlMech
- Parameters:
c
- the criticd
- the designer
- Returns:
- true f the critic is relevant for the given designer
getMechs
protected Vector getMechs()
- Returns:
- Returns the _mechs.
addMech
public void addMech(ControlMech cm)
- Parameters:
cm
- the ControlMech