source:
java/ecj/cecj/interaction/InteractionResult.java
@
339
Last change on this file since 339 was 193, checked in by , 11 years ago | |
---|---|
|
|
File size: 156 bytes |
Rev | Line | |
---|---|---|
[44] | 1 | package cecj.interaction; |
2 | ||
3 | public interface InteractionResult { | |
4 | ||
5 | public boolean betterThan(InteractionResult other); | |
6 | ||
7 | public float getNumericValue(); | |
8 | } |
Note: See TracBrowser
for help on using the repository browser.