org.argouml.cognitive.critics
Class CompositeCM

java.lang.Object
  extended byorg.argouml.cognitive.critics.ControlMech
      extended byorg.argouml.cognitive.critics.CompositeCM
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AndCM, OrCM

class CompositeCM
extends ControlMech


Field Summary
private  Vector mechs
           
 
Constructor Summary
(package private) CompositeCM()
           
 
Method Summary
 void addMech(ControlMech cm)
           
protected  Vector getMechs()
           
 
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

private Vector mechs
Constructor Detail

CompositeCM

CompositeCM()
Method Detail

getMechs

protected Vector getMechs()
Returns:
Returns the _mechs.

addMech

public void addMech(ControlMech cm)
Parameters:
cm - the ControlMech


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