Lvg Java
2006p Version

Package gov.nih.nlm.nls.lvg.Db

Provides a higher level interface to LVG database.

See:
          Description

Class Summary
AcronymComparator This class provides methods to compare acronym records.
AcronymRecord This class defined the data structure of an acronym record.
AntiNormComparator This class provides methods to compare acronym records.
AntiNormRecord This class defined the data structure of an AntiNorm record.
CanonRecord This class defined the data structure of a canon record.
CatInflBeginComparator This class provides methods to compare inflection records by alphabetical order, category, and inflection, eui.
CatInflComparator This class provides methods to compare inflection records by category and inflection.
CitationComparator This class provides methods to compare citation in inflection records.
DbAcronym This class provides high level interfaces to Acronym table in LVG database.
DbAntiNorm This class provides high level interfaces to Canon table in LVG database.
DbBase This class provides base interfaces to LVG database.
DbCanon This class provides high level interfaces to Canon table in LVG database.
DbCitation This class provides high level interfaces to find uninflected term from Inflection and CitationLowerCase tables in LVG database.
DbDerivation This class provides high level interfaces to derivation table in LVG database.
DbEui This class provides high level interfaces to get EUI from inflection and CitationLowerCase tables table in LVG database.
DbFruitful This class provides high level interfaces to Synonym table in LVG database.
DbInflection This class provides high level interfaces to Inflection and CitationLowerCase tables in LVG database.
DbInflectionUtil This class provides lower level interfaces by generating SQL query to Inflection and CitationLowerCase tables in LVG database.
DbNominalization This class provides high level interfaces to Nominalization table in LVG database.
DbProperNoun This class provides high level interfaces to ProperNoun table in LVG database.
DbSpellingVariants This class provides high level interfaces to check spelling variants from Inflection table in LVG database.
DbSynonym This class provides high level interfaces to Synonym table in LVG database.
DbUninflection This class provides high level interfaces to find uninflected term from Inflection and CitationLowerCase tables in LVG database.
DerivationComparator This class provides methods to compare derivation records.
DerivationRecord This class defined the data structure of a derivation record.
EuiComparator This class provides methods to compare Eui records.
EuiRecord This class defined the data structure of an Eui record.
EuiVector This class provides a special Collection Vector for eui records.
ExpansionComparator This class provides methods to compare expansion records.
FruitfulComparator This class provides methods to compare fruitful records.
FruitfulRecord This class defined the data structure of a fruitful variant record.
InflectionComparator This class provides methods to compare inflection records.
InflectionRecord This class defined the data structure of an inflection record.
InflectionVector This class provides a special Collection Vector for inflection records.
NominalizationComparator This class provides methods to compare nominalization records by alphabetical order, category, and eui.
NominalizationRecord This class defined the data structure of a synonym record.
SpellingVarComparator This class provides methods to compare spelling variant (inflection records).
SynonymComparator This class provides methods to compare synonym records.
SynonymRecord This class defined the data structure of a synonym record.
UninflectionComparator This class provides methods to compare inflection records.
 

Package gov.nih.nlm.nls.lvg.Db Description

Provides a higher level interface to LVG database. Lvg utilizes Java Database connectivity (JDBC) to connect to it's database, Instant DB. Accordingly, users may use any SQL commands to retrieve records from LVG database.

The naming convention of files in this package can be summerized as follows:

Currently, there are six tables in LVG database and are listed as follows:

Since:
2002
See Also:
Design Documents

Lvg Java
2006p Version

Submit a bug or feature

Copyright © 2006p National Library of Medicine