public class ToRecursiveSynonyms extends Transformation implements java.lang.Cloneable
History:
ToSynonymsNO_MUTATE_INFO, UPDATE| Constructor and Description |
|---|
ToRecursiveSynonyms() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
A unit test driver for this flow component.
|
static java.util.Vector<LexItem> |
Mutate(LexItem in,
java.sql.Connection conn,
boolean detailsFlag,
boolean mutateFlag,
boolean detailFlowFlag)
Performs the mutation of this flow component.
|
static java.util.Vector<LexItem> |
Mutate(LexItem in,
java.sql.Connection conn,
int srcOption,
boolean detailsFlag,
boolean mutateFlag,
boolean detailFlowFlag)
Performs the mutation of this flow component.
|
GetTestStr, PrintResult, PrintResults, UpdateLexItem, UpdateLexItem, UpdateLexItempublic static java.util.Vector<LexItem> Mutate(LexItem in, java.sql.Connection conn, int srcOption, boolean detailsFlag, boolean mutateFlag, boolean detailFlowFlag)
in - a LexItem as the input for this flow componentconn - LVG database connectionsrcOption - the filter option of synonym sourcedetailsFlag - a boolean flag for processing details informationmutateFlag - a boolean flag for processing mutate informationdetailFlowFlag - a boolean flag for showing the flow history in
detailsDbBasepublic static java.util.Vector<LexItem> Mutate(LexItem in, java.sql.Connection conn, boolean detailsFlag, boolean mutateFlag, boolean detailFlowFlag)
in - a LexItem as the input for this flow componentconn - LVG database connectiondetailsFlag - a boolean flag for processing details informationmutateFlag - a boolean flag for processing mutate informationdetailFlowFlag - a boolean flag for showing the flow history in
detailsDbBasepublic static void main(java.lang.String[] args)
args - arguments