source: java/ecj/interaction/InteractionResult.java @ 42

Last change on this file since 42 was 42, checked in by mszubert, 14 years ago

refactored cecj; framsticks package added

File size: 156 bytes
Line 
1package cecj.interaction;
2
3public 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.