|
LexCheck 2011 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.lexCheck.Lib.TextLib
public class TextLib
This class provides a Java object for editing a text LexRecord.
History:
| Constructor Summary | |
|---|---|
TextLib()
Creates a default lexical record object |
|
| Method Summary | |
|---|---|
static java.lang.String |
AddToText(java.lang.String orgText,
java.lang.String slot,
boolean flag,
int numIndent)
Add a boolean flag to a lexical record |
static java.lang.String |
AddToText(java.lang.String orgText,
java.lang.String slot,
java.lang.String filler,
int numIndent)
Add a filler to a lexical record |
static java.lang.String |
AddToText(java.lang.String orgText,
java.lang.String slot,
java.util.Vector<java.lang.String> fillers,
int numIndent)
Add a collection of fillers to a lexical record |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextLib()
| Method Detail |
|---|
public static java.lang.String AddToText(java.lang.String orgText,
java.lang.String slot,
java.util.Vector<java.lang.String> fillers,
int numIndent)
orgText - the original textslot - the slot of the fillerfillers - a collectionof fillersnumIndent - number of indent
public static java.lang.String AddToText(java.lang.String orgText,
java.lang.String slot,
java.lang.String filler,
int numIndent)
orgText - the original textslot - the slot of the fillerfiller - a filler to be addednumIndent - number of indent
public static java.lang.String AddToText(java.lang.String orgText,
java.lang.String slot,
boolean flag,
int numIndent)
orgText - the original textslot - the slot of the boolean flagflag - boolean flagnumIndent - number of indent
|
LexCheck 2011 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||