TC Java
2011 Version

gov.nih.nlm.nls.tc.Stri
Class StJd

java.lang.Object
  extended by gov.nih.nlm.nls.tc.Stri.StJd

public class StJd
extends java.lang.Object

This class provides St-Jd score object

History:

Version:
V-2011
Author:
NLM Lexical Systems Group

Constructor Summary
StJd()
          Create a St-Jd score (Count2f) object (defualt).
 
Method Summary
 java.util.Vector<Count2f> GetJdScores()
          Get Jd scores (Count2f)
 java.lang.String GetTui()
          Get St index
 void SetJdScores(java.util.Vector<Count2f> jdScores)
          Set the Jd scores
 void SetTui(java.lang.String tui)
          Set the St index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StJd

public StJd()
Create a St-Jd score (Count2f) object (defualt).

Method Detail

SetTui

public void SetTui(java.lang.String tui)
Set the St index

Parameters:
tui - TUI

SetJdScores

public void SetJdScores(java.util.Vector<Count2f> jdScores)
Set the Jd scores

Parameters:
jdScores - Jd scores (Count2f)

GetTui

public java.lang.String GetTui()
Get St index

Returns:
TUI

GetJdScores

public java.util.Vector<Count2f> GetJdScores()
Get Jd scores (Count2f)

Returns:
collection of all Jd scores

TC Java
2011 Version

Submit a bug or feature

Copyright © 2011 National Library of Medicine