|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataManager
Title: Bioinformatics Project
Description: Genomes Comparacent
Copyright: Copyright (c) 2005-2006
IDataManager is an interface through which the database can be manipulated or used. The concrete class, which implements this interface, might be an in-memory database, or it might get the data from an outside database. It might even generate the data at execution time.
Method Summary | |
---|---|
java.util.Vector |
getVectorFromFile(java.lang.String file,
long length,
long length2,
boolean HEADLINE)
Uses the ImportedTableFile to import the file with the given path and returns the Line-Vector. |
Method Detail |
---|
java.util.Vector getVectorFromFile(java.lang.String file, long length, long length2, boolean HEADLINE)
file
- String a file pathlength2
- length
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |