Uses of Interface
edu.upenn.gloDB.io.TrackFile

Packages that use TrackFile
edu.upenn.gloDB.io   
 

Uses of TrackFile in edu.upenn.gloDB.io
 

Classes in edu.upenn.gloDB.io that implement TrackFile
 class FASTATrack
          Import Track data from a FASTA file.
 class GenBankTrack
          Import/Export Track data from/to GenBank files.
 class GFFTrack
          Import/Export Track data from/to GFF files.
 class GloDBTrack
          Import/Export Track data from/to GloDB files.
 

Methods in edu.upenn.gloDB.io that return TrackFile
static TrackFile FileIO.getTrackFileType(int id)
          Returns the TrackFile based on the file type ID.
static TrackFile FileIO.getTrackFileType(java.lang.String desc)
          Returns the TrackFile based on the file type description.
 

Methods in edu.upenn.gloDB.io with parameters of type TrackFile
static void FileIO.addTrackFileType(TrackFile trackFileType)
          Adds the Track file type to the list of possible types.
 




Copyright 2012 Stephen Fisher and Junhyong Kim, University of Pennsylvania. All Rights Reserved.