edu.ucla.stat.SOCR.analyses.util.inicial
Class Language

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.util.inicial.Language

public class Language
extends java.lang.Object

MultiDendrograms

Each label in the program is identified by an index and it is assigned a string that has been previously loaded from a file; the language of the application can be changed just replacing the file to load

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

Constructor Summary
Language(java.lang.String path)
           
 
Method Summary
static java.lang.String getLabel(int i)
           
 int numWords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Language

public Language(java.lang.String path)
         throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

numWords

public int numWords()

getLabel

public static java.lang.String getLabel(int i)