source:
DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/thermal/TemperatureValue.java
@
803
Revision 803, 289 bytes checked in by wojtekp, 12 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package schedframe.resources.computing.profiles.energy.thermal; |
2 | |
3 | import schedframe.resources.computing.profiles.energy.MeasurementHistory; |
4 | |
5 | public class TemperatureValue extends MeasurementHistory{ |
6 | |
7 | public TemperatureValue(long timestamp, double value){ |
8 | super(timestamp, value); |
9 | } |
10 | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.