File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
main/java/net/laprun/sustainability/power/analysis/total
test/java/net/laprun/sustainability/power Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- package net .laprun .sustainability .power .analysis ;
1+ package net .laprun .sustainability .power .analysis . total ;
22
33import java .util .Arrays ;
44import java .util .Objects ;
88import net .laprun .sustainability .power .Errors ;
99import net .laprun .sustainability .power .SensorMetadata ;
1010import net .laprun .sustainability .power .SensorUnit ;
11+ import net .laprun .sustainability .power .analysis .MeasureProcessor ;
1112
1213public class TotalMeasureProcessor implements MeasureProcessor {
1314 private final String name ;
Original file line number Diff line number Diff line change 1- package net .laprun .sustainability .power .analysis ;
1+ package net .laprun .sustainability .power .analysis . total ;
22
33import java .util .Arrays ;
44import java .util .Objects ;
88import net .laprun .sustainability .power .Errors ;
99import net .laprun .sustainability .power .SensorMetadata ;
1010import net .laprun .sustainability .power .SensorUnit ;
11+ import net .laprun .sustainability .power .analysis .SyntheticComponent ;
1112
1213public class TotalSyntheticComponent implements SyntheticComponent {
1314 private final Function <double [], Double > formula ;
Original file line number Diff line number Diff line change 1- package net .laprun .sustainability .power .analysis ;
1+ package net .laprun .sustainability .power .analysis . total ;
22
33import static org .junit .jupiter .api .Assertions .*;
44
Original file line number Diff line number Diff line change 99import net .laprun .sustainability .power .analysis .ComponentProcessor ;
1010import net .laprun .sustainability .power .analysis .MeasureProcessor ;
1111import net .laprun .sustainability .power .analysis .Processors ;
12- import net .laprun .sustainability .power .analysis .TotalMeasureProcessor ;
12+ import net .laprun .sustainability .power .analysis .total . TotalMeasureProcessor ;
1313
1414public class StoppedPowerMeasureTest {
1515 private final static SensorMetadata metadata = SensorMetadata
You can’t perform that action at this time.
0 commit comments