00001 package ; 00002 00003 00011 // import configuration classes 00012 00013 import config.*; 00014 00015 00031 public interface Tim extends config.DalObject { 00032 00038 void print(String dx); 00039 00045 void destroy(config.Configuration db); 00046 00051 float get_triggerFrequency(); 00052 00057 void set_triggerFrequency(float value); 00062 float get_resetFrequency(); 00063 00068 void set_resetFrequency(float value); 00069 } 00070