TC Java
2011 Version

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

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

public class StJds
extends java.lang.Object

This class provides St-Jd scores Objects from a flat file

History:

Version:
V-2011
Author:
NLM Lexical Systems Group

Constructor Summary
StJds(Configuration conf, boolean verbose)
          Create the St-Jd scores (Count2f) objects by specifying the configuration object and flag of verbose.
StJds(SemanticTypes sts, JournalDescriptors jds, java.lang.String stJdFile, boolean verbose)
          Create the St-Jd scores (Count2f) objects by specifying the semantic types list object, journal descriptors list object, and flag of verbose.
StJds(java.lang.String stJdFile)
          Create the St-Jd scores (Count2f) objects (default).
StJds(java.lang.String stJdFile, boolean verbose)
          Create the St-Jd scores (Count2f) objects by specifying the StJd file and flag of verbose.
 
Method Summary
 java.util.Vector<StJd> GetStJds()
          Get the collection of St-Jds scores (Count2f).
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StJds

public StJds(java.lang.String stJdFile)
Create the St-Jd scores (Count2f) objects (default).

Parameters:
stJdFile - St-Jd file

StJds

public StJds(java.lang.String stJdFile,
             boolean verbose)
Create the St-Jd scores (Count2f) objects by specifying the StJd file and flag of verbose.

Parameters:
stJdFile - St-Jd file
verbose - flag of verbose on reading input file

StJds

public StJds(Configuration conf,
             boolean verbose)
Create the St-Jd scores (Count2f) objects by specifying the configuration object and flag of verbose.

Parameters:
conf - configuration object
verbose - flag of verbose on reading input file

StJds

public StJds(SemanticTypes sts,
             JournalDescriptors jds,
             java.lang.String stJdFile,
             boolean verbose)
Create the St-Jd scores (Count2f) objects by specifying the semantic types list object, journal descriptors list object, and flag of verbose.

Parameters:
sts - semantic types list object
jds - journal descriptors list object
stJdFile - St-Jd file
verbose - flag of verbose on reading input file
Method Detail

GetStJds

public java.util.Vector<StJd> GetStJds()
Get the collection of St-Jds scores (Count2f).

Returns:
Collection of St-Jds scores

main

public static void main(java.lang.String[] args)

TC Java
2011 Version

Submit a bug or feature

Copyright © 2011 National Library of Medicine