edu.ucla.stat.SOCR.analyses.util.importExport
Class ReadTXT

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.util.importExport.ReadTXT

public class ReadTXT
extends java.lang.Object

MultiDendrograms

Reads a text file containing a distances matrix in either list or matrix format, with and without headers

Since:
JDK 6.0
Author:
Justo Montiel, David Torres, Sergio Gómez, Alberto Fernández

Constructor Summary
ReadTXT(java.lang.String pathFichero)
           
ReadTXT(java.lang.String pathFichero, java.lang.String dummyString)
           
 
Method Summary
 int getNumElements()
           
 java.lang.String[] getTaulaNoms()
           
 java.util.LinkedList<StructIn<java.lang.String>> read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadTXT

public ReadTXT(java.lang.String pathFichero)
        throws java.lang.Exception
Throws:
java.lang.Exception

ReadTXT

public ReadTXT(java.lang.String pathFichero,
               java.lang.String dummyString)
        throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

read

public java.util.LinkedList<StructIn<java.lang.String>> read()

getNumElements

public int getNumElements()

getTaulaNoms

public java.lang.String[] getTaulaNoms()