| 
 | ||||||||||
| 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 the (set-strategy) function.
 (C) 2006 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()
| 
 | © 2007 Sandia Corporation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||