org.argouml.cognitive.ui
Class KnowledgeTypeNode
java.lang.Object
org.argouml.cognitive.ui.KnowledgeTypeNode
- public class KnowledgeTypeNode
- extends Object
This class represents a knowledgetype, which is a classification for critics.
types
private static Vector types
name
private String name
KnowledgeTypeNode
public KnowledgeTypeNode(String n)
- The constructor.
- Parameters:
n
- the name for the knowledgetype
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()