source: DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput/AirFlowValue.java @ 495

Revision 495, 287 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.resources.computing.profiles.energy.airthroughput;
2
3import schedframe.resources.computing.profiles.energy.MeasurementHistory;
4
5public class AirFlowValue extends MeasurementHistory{
6
7        public AirFlowValue(long timestamp, double value){
8                super(timestamp, value);
9        }
10       
11}
Note: See TracBrowser for help on using the repository browser.