|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--uci.argo.kernel.Decision
| Field Summary | |
protected String |
_name
|
protected int |
_priority
|
static Decision |
UNSPEC
|
| Constructor Summary | |
Decision(String n,
int p)
|
|
| Method Summary | |
boolean |
equals(Object d2)
|
String |
getName()
|
int |
getPriority()
|
void |
setName(String n)
|
void |
setPriority(int p)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public static final Decision UNSPEC
protected String _name
protected int _priority
| Constructor Detail |
public Decision(String n,
int p)
| Method Detail |
public boolean equals(Object d2)
public String getName()
public void setName(String n)
public int getPriority()
public void setPriority(int p)
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||