Uses of Class
babase.ranker.Utils.FileIOException

Packages that use Utils.FileIOException
babase.ranker   
 

Uses of Utils.FileIOException in babase.ranker
 

Methods in babase.ranker that throw Utils.FileIOException
 void Controller.loadGui()
          Loads the GUI for the ranker utility
static int[][] Utils.readInteractionMatrixFromFile(java.lang.String fileName, Individual[] individuals)
          Construct an interaction matrix for a given list of individuals from a file.
static Individual[] Utils.readListOfIndividualIdsFromFile(java.lang.String fileName)
          Read a list of individual ids from a file.
 

Constructors in babase.ranker that throw Utils.FileIOException
GUI(Controller c)
          The graphical user interface for the ranker utility.