|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for conflict resolution strategies. Implement this interface, then pass the class name to (set-strategy).
(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories
Method Summary | |
int |
compare(Activation a1,
Activation a2)
To implement your own conflict resolution strategy, you write this method. |
java.lang.String |
getName()
Return the name of this strategy |
Method Detail |
public int compare(Activation a1, Activation a2)
public java.lang.String getName()
|
© 2001 E.J. Friedman-Hill and Sandia Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |