org.argouml.cognitive.ui
Class KnowledgeTypeNode

java.lang.Object
  extended byorg.argouml.cognitive.ui.KnowledgeTypeNode

public class KnowledgeTypeNode
extends Object

This class represents a knowledgetype, which is a classification for critics.


Field Summary
private  String name
           
private static Vector types
           
 
Constructor Summary
KnowledgeTypeNode(String n)
          The constructor.
 
Method Summary
 String getName()
           
static Vector getTypes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

types

private static Vector types

name

private String name
Constructor Detail

KnowledgeTypeNode

public KnowledgeTypeNode(String n)
The constructor.

Parameters:
n - the name for the knowledgetype
Method Detail

getTypes

public static Vector getTypes()
Returns:
a list of all the types

getName

public String getName()
Returns:
the name of the knowledgetype

toString

public String toString()
See Also:
Object.toString()


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