source: trunk/CrossPare/src/de/ugoe/cs/cpdp/training/ITrainer.java @ 38

Last change on this file since 38 was 2, checked in by sherbold, 10 years ago
  • initial commit
  • Property svn:mime-type set to text/plain
File size: 140 bytes
Line 
1package de.ugoe.cs.cpdp.training;
2
3import de.ugoe.cs.cpdp.IParameterizable;
4
5public interface ITrainer extends IParameterizable {
6
7}
Note: See TracBrowser for help on using the repository browser.