model
Class DataManager

java.lang.Object
  extended by model.DataManager
All Implemented Interfaces:
IDataManager

public class DataManager
extends java.lang.Object
implements IDataManager

Title: Bioinformatics Project

Description: Genomes Comparacent

Copyright: Copyright (c) 2005-2006

DataManager is an implimentation of IDataManager interface.

Version:
1.0
Author:
Shadi Ibrahem.

Constructor Summary
DataManager()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataManager

public DataManager()
Method Detail

getVectorFromFile

public java.util.Vector getVectorFromFile(java.lang.String file,
                                          long length,
                                          long length2,
                                          boolean HEADLINE)
Description copied from interface: IDataManager
Uses the ImportedTableFile to import the file with the given path and returns the Line-Vector.

Specified by:
getVectorFromFile in interface IDataManager
Parameters:
file - String a file path
Returns:
Vector.