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) | |
---|---|
|
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.