AHATDatabase.java [src/java/database/ahat] Revision: default Date:
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package database.ahat;
/**
*
* @author Brad
*/
public interface AHATDatabase extends AutoCloseable{
public double getLightingTypeUseFactor(int house,int lightingType);
public double getLightingTypeBaseFactor(int house,int lightingType, boolean reimeId);
}