source: trunk/CrossPare/src/de/ugoe/cs/cpdp/eval/IResultStorage.java @ 68

Last change on this file since 68 was 68, checked in by sherbold, 8 years ago
  • added the concept of result storages to the framework and implemented a very simple first prototype of a MySQLResultStorage (that currently only works with a locally running database)
  • Property svn:mime-type set to text/plain
File size: 126 bytes
Line 
1package de.ugoe.cs.cpdp.eval;
2
3public interface IResultStorage {
4
5    public void addResult(ExperimentResult result);
6}
Note: See TracBrowser for help on using the repository browser.