source: java/ecj/cecj/interaction/InteractionResult.java @ 193

Last change on this file since 193 was 193, checked in by Maciej Komosinski, 10 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
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.