gov.nih.nlm.nls.lvg.Flows
Class ToInflectionSimple
java.lang.Object
gov.nih.nlm.nls.lvg.Flows.Transformation
gov.nih.nlm.nls.lvg.Flows.ToInflectionSimple
- All Implemented Interfaces:
- java.lang.Cloneable
public class ToInflectionSimple
- extends Transformation
- implements java.lang.Cloneable
This class provides features of inflect a term and show the result with
simple inflections. This flow component consists of 2 other flow components
in a serial order. They are: i, Si.
History:
- Version:
- V-2006p
- Author:
- NLM NLS Development Team
- See Also:
-
Design Document ,
ToInflection,
ToSimpleInflections
|
Method Summary |
static void |
main(java.lang.String[] args)
A unit test driver for this flow component. |
static java.util.Vector |
Mutate(LexItem in,
java.sql.Connection conn,
RamTrie trie,
int restrictFlag,
boolean detailsFlag,
boolean mutateFlag)
Performs the mutation of this flow component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToInflectionSimple
public ToInflectionSimple()
Mutate
public static java.util.Vector Mutate(LexItem in,
java.sql.Connection conn,
RamTrie trie,
int restrictFlag,
boolean detailsFlag,
boolean mutateFlag)
- Performs the mutation of this flow component.
- Parameters:
in - a LexItem as the input for this flow componentconn - LVG database connectiontrie - LVG Ram triedetailsFlag - a boolean flag for processing details informationmutateFlag - a boolean flag for processing mutate information
- Returns:
- the results from this flow component - a collection (Vector)
of LexItems
- See Also:
DbBase
main
public static void main(java.lang.String[] args)
- A unit test driver for this flow component.
Submit a bug or feature
Copyright © 2006p National Library of Medicine