- Timestamp:
- 01/07/13 14:52:12 (12 years ago)
- Location:
- DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/airthroughput/AirThroughputInterfaceFactory.java
r495 r753 3 3 import schedframe.resources.computing.ComputingResource; 4 4 import schedframe.resources.computing.profiles.energy.airthroughput.ui.AirThroughputInterface; 5 import schedframe.resources.computing.profiles.energy.airthroughput.ui. DefaultAirThroughputInterface;5 import schedframe.resources.computing.profiles.energy.airthroughput.ui.ComputingResourceAirThroughputInterface; 6 6 7 7 public class AirThroughputInterfaceFactory { … … 10 10 if(atp == null) 11 11 return null; 12 AirThroughputInterface airThroughputInterface = new DefaultAirThroughputInterface(resource, atp);12 AirThroughputInterface airThroughputInterface = new ComputingResourceAirThroughputInterface(resource, atp); 13 13 14 14 return airThroughputInterface;
Note: See TracChangeset
for help on using the changeset viewer.