Uses of Class
org.argouml.cognitive.DesignMaterial

Packages that use DesignMaterial
org.argouml.cognitive This package defines the fundamental elements of the cognitive support system, such as the Designer, Poster and ToDoItem. 
 

Uses of DesignMaterial in org.argouml.cognitive
 

Subclasses of DesignMaterial in org.argouml.cognitive
 class Design
          A composite DesignMaterial that contains other DesignMaterial's.
 

Methods in org.argouml.cognitive with parameters of type DesignMaterial
 boolean Design.transativelyIncludes(DesignMaterial dm)
          Reply true if the given DesignMaterial is part of this design.
 void Design.addElement(DesignMaterial dm)
          Add the given DesignMaterial to this Design, if it is not already.
 void Design.removeElement(DesignMaterial dm)
          Remove the given DesignMaterial from this Design.
 



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