|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nih.nlm.nls.tc.Stri.StJds
public class StJds
This class provides St-Jd scores Objects from a flat file
History:
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 |
---|
public StJds(java.lang.String stJdFile)
stJdFile
- St-Jd filepublic StJds(java.lang.String stJdFile, boolean verbose)
stJdFile
- St-Jd fileverbose
- flag of verbose on reading input filepublic StJds(Configuration conf, boolean verbose)
conf
- configuration objectverbose
- flag of verbose on reading input filepublic StJds(SemanticTypes sts, JournalDescriptors jds, java.lang.String stJdFile, boolean verbose)
sts
- semantic types list objectjds
- journal descriptors list objectstJdFile
- St-Jd fileverbose
- flag of verbose on reading input fileMethod Detail |
---|
public java.util.Vector<StJd> GetStJds()
public static void main(java.lang.String[] args)
|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |