source:
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/airthroughput/AirflowValue.java
@
1409
Revision 1409, 288 bytes checked in by wojtekp, 11 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package schedframe.resources.computing.profiles.energy.airthroughput; |
2 | |
3 | import schedframe.resources.computing.profiles.energy.MeasurementHistory; |
4 | |
5 | public 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.