gov.nih.nlm.nls.gspell
Class Tuple

java.lang.Object
  extended bygov.nih.nlm.nls.gspell.Tuple

public class Tuple
extends java.lang.Object

Tuple Thu Aug 15 12:05:06 EDT 2002, divita Initial Version


Field Summary
 int editDistance
           
 char[] lterm1
           
 char[] lterm2
           
 int maxEditDistance
           
 char[] term1
           
 char[] term2
           
 
Constructor Summary
Tuple()
          This is a constructor for Tuple This constructor has no parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

term1

public char[] term1

term2

public char[] term2

lterm1

public char[] lterm1

lterm2

public char[] lterm2

editDistance

public int editDistance

maxEditDistance

public int maxEditDistance
Constructor Detail

Tuple

public Tuple()
This is a constructor for Tuple This constructor has no parameters.



The use and distribution of this material is subject to the terms and conditions included in the file SPECIALIST_NLP_TOOLS_TERMS_AND_CONDITIONS.TXT, located in the root directory of the distribution.