|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Strategy
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 |
|---|
int compare(Activation a1,
Activation a2)
java.lang.String getName()
|
© 2008 Sandia Corporation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||