|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsonification.dataimport.DataImportVisbard
public class DataImportVisbard
This class serves as an interface to the ViSBARD data retrieval module.
| Constructor Summary | |
|---|---|
DataImportVisbard()
Creates a new instance of class DataImportVisbard |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getAllFileNames()
Function returns a string array with the names of all loaded files. |
java.lang.String[] |
getAllVariableNames()
Function returns a string array with the names of all loaded variables. |
double[][] |
getAllVariablesFor(java.lang.String sCategory)
Function returns all the values for a specific variable name. |
int |
getRowAmount()
Function returns the amount of all rows which are in a datasource. |
java.lang.String |
getUnit(java.lang.String sCategory)
Function returns the unit of a specific variable as a string. |
void |
init()
Initializes all member variables of class "DataImportVisbard" |
boolean |
isTimeVariableAvailable()
Function checks if there is a variable for the Time available in the datasources. |
static java.lang.Object |
readObjectAs(java.lang.String objname)
testfunction not used |
static void |
saveObjectAs(java.lang.Object obj,
java.lang.String objname)
testfunction not used |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataImportVisbard()
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public void init()
init in interface DataImportpublic java.lang.String[] getAllFileNames()
getAllFileNames in interface DataImportpublic java.lang.String[] getAllVariableNames()
getAllVariableNames in interface DataImportpublic int getRowAmount()
getRowAmount in interface DataImportpublic java.lang.String getUnit(java.lang.String sCategory)
getUnit in interface DataImportsCategory - String of variable name.
public boolean isTimeVariableAvailable()
isTimeVariableAvailable in interface DataImportpublic double[][] getAllVariablesFor(java.lang.String sCategory)
getAllVariablesFor in interface DataImportsCategory - Specific variable name
public static void saveObjectAs(java.lang.Object obj,
java.lang.String objname)
public static java.lang.Object readObjectAs(java.lang.String objname)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||