- qb - 类 中的变量application.MainController
-
- Query - cotrollers中的接口
-
a interface for query
some class implements it should provide several methods to query
- queryArea(String, String) - 类 中的方法cotrollers.QueryDatabase
-
query information by region
- queryDA(String, String, String, String) - 类 中的方法cotrollers.QueryDatabase
-
query information by date and magnitude
- queryDAM(String, String, double, double, String, String) - 类 中的方法cotrollers.QueryDatabase
-
query information by date, magnitude and region
- QueryDatabase - cotrollers中的类
-
a class for query information from database
it provide seven method to query, by date ,magnitude, region and their combination
- QueryDatabase(loadCNF) - 类 的构造器cotrollers.QueryDatabase
-
a constructor for load information from a configuration file
the configuration file contains the model(csv,db,net)
of loading data and the path of file which stores data
- queryDate(String, String) - 类 中的方法cotrollers.QueryDatabase
-
query information by date
- queryDM(String, String, double, double) - 类 中的方法cotrollers.QueryDatabase
-
query information by date and magnitude
- queryMA(double, double, String, String) - 类 中的方法cotrollers.QueryDatabase
-
query information by magnitude and region
- queryMag(double, double) - 类 中的方法cotrollers.QueryDatabase
-
query information by magnitude
- queryMaxDate() - 类 中的方法cotrollers.loadWebSource
-
get the latest date and time from database