|
LexAccess Java 2008 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.lexAccess.Api.LexAccessApiResult
public class LexAccessApiResult
This class provides a java object for the result from LexAccess. It includes the text format and html format of the retrieved lexical records; and the total number of retrieved lexical records.
History:
| Constructor Summary | |
|---|---|
LexAccessApiResult()
Creates a default lexAccess result object |
|
| Method Summary | |
|---|---|
java.util.Vector<java.lang.String> |
GetBases()
Get the Base for the lexical records. |
java.util.Vector<java.lang.String> |
GetBases(java.lang.String separator)
Get the Base with Eui and category information for the lexical records. |
java.util.Vector<java.lang.String> |
GetInflVars()
Get the inflectional variants for the lexical records. |
java.util.Vector<java.lang.String> |
GetInflVars(java.lang.String separator)
Get the inflectional variants for the lexical records. |
java.util.Vector<gov.nih.nlm.nls.lexCheck.Lib.LexRecord> |
GetJavaObjs()
Get the java Objects for the lexical records. |
java.util.Vector<java.lang.String> |
GetSpellingVars()
Get the spelling variants for the lexical records. |
java.util.Vector<java.lang.String> |
GetSpellingVars(java.lang.String separator)
Get the spelling variants for the lexical records. |
java.lang.String |
GetText()
Get the text for the lexical records. |
int |
GetTotalRecordNumber()
Get the total number of the lexical records. |
java.lang.String |
GetXml()
Get the Xml for the lexical records. |
void |
SetJavaObjs(java.util.Vector<gov.nih.nlm.nls.lexCheck.Lib.LexRecord> lexReocrdObjs)
Set the java Objects for the lexical records. |
void |
SetText(java.lang.String text)
Set the text for the lexical records. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LexAccessApiResult()
| Method Detail |
|---|
public void SetJavaObjs(java.util.Vector<gov.nih.nlm.nls.lexCheck.Lib.LexRecord> lexReocrdObjs)
lexReocrdObjs - Vectorpublic void SetText(java.lang.String text)
text - text of the lexical recordspublic java.lang.String GetText()
public java.util.Vector<gov.nih.nlm.nls.lexCheck.Lib.LexRecord> GetJavaObjs()
public java.lang.String GetXml()
public java.util.Vector<java.lang.String> GetBases()
public java.util.Vector<java.lang.String> GetBases(java.lang.String separator)
separator - string
public java.util.Vector<java.lang.String> GetSpellingVars()
public java.util.Vector<java.lang.String> GetSpellingVars(java.lang.String separator)
separator - string
public java.util.Vector<java.lang.String> GetInflVars()
public java.util.Vector<java.lang.String> GetInflVars(java.lang.String separator)
separator - the separator character (string)
public int GetTotalRecordNumber()
|
LexAccess Java 2008 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||