org.argouml.cognitive.ui
Class PriorityNode
java.lang.Object
org.argouml.cognitive.ui.PriorityNode
- public class PriorityNode
- extends Object
This class represents a "priority". Which is a classification for critics.
HIGH
private static final String HIGH
MEDIUM
private static final String MEDIUM
LOW
private static final String LOW
priorities
private static Vector priorities
name
private String name
priority
private int priority
PriorityNode
public PriorityNode(String n,
int pri)
- The constructor.
- Parameters:
n
- the name of this prioritypri
- the priority number
getPriorities
public static Vector getPriorities()
- Returns:
- the list of all the priorities
getName
public String getName()
- Returns:
- the name
getPriority
public int getPriority()
- Returns:
- the priority
toString
public String toString()
- See Also:
Object.toString()