model
Interface IDataManager

All Known Implementing Classes:
DataManager

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.

Version:
1.0
Author:
Shadi Ibrahem.

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

getVectorFromFile

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.

Parameters:
file - String a file path
length2 -
length -
Returns:
Vector.