edu.mayo.informatics.lexgrid.convert.formats.inputFormats
Class SnodentSQL

java.lang.Object
  extended by edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
      extended by edu.mayo.informatics.lexgrid.convert.formats.baseFormats.SQLBase
          extended by edu.mayo.informatics.lexgrid.convert.formats.inputFormats.SnodentSQL
All Implemented Interfaces:
InputFormatInterface
Direct Known Subclasses:
SnodentSQLSWT

public class SnodentSQL
extends SQLBase
implements InputFormatInterface

Details for reading from NCIMetaThesaurus format.

Version:
subversion $Revision: 1052 $ checked in on $Date: 2006-01-30 11:42:24 +0000 (Mon, 30 Jan 2006) $
Author:
Dan Armbrust

Field Summary
static java.lang.String description
           
 
Fields inherited from class edu.mayo.informatics.lexgrid.convert.formats.baseFormats.SQLBase
driver, password, server, tablePrefix, username
 
Fields inherited from class edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
codingSchemeManifest
 
Constructor Summary
SnodentSQL()
           
SnodentSQL(java.lang.String username, java.lang.String password, java.lang.String server, java.lang.String driver)
           
 
Method Summary
 java.lang.String[] getAvailableTerminologies()
           
 java.lang.String getConnectionSummary()
          Get a summary of the connection parameters.
 java.lang.String getDescription()
          Get the description of the input type.
 Option[] getOptions()
          Get the additional options that must be supplied before the reading can happen.
 java.lang.String[] getSupportedOutputFormats()
          Get the supported Output formats for this input format.
 
Methods inherited from class edu.mayo.informatics.lexgrid.convert.formats.baseFormats.SQLBase
getConnectionSummary, getDriver, getPassword, getServer, getTablePrefix, getUsername, testConnection
 
Methods inherited from class edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
getCodingSchemeManifest, getLoaderPreferences, getManifestLocation, setCodingSchemeManifest, setLoaderPreferences, setManifestLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.mayo.informatics.lexgrid.convert.formats.InputFormatInterface
testConnection
 

Field Detail

description

public static final java.lang.String description
See Also:
Constant Field Values
Constructor Detail

SnodentSQL

public SnodentSQL(java.lang.String username,
                  java.lang.String password,
                  java.lang.String server,
                  java.lang.String driver)

SnodentSQL

public SnodentSQL()
Method Detail

getConnectionSummary

public java.lang.String getConnectionSummary()
Description copied from interface: InputFormatInterface
Get a summary of the connection parameters.

Specified by:
getConnectionSummary in interface InputFormatInterface
Returns:
the summary.

getDescription

public java.lang.String getDescription()
Description copied from interface: InputFormatInterface
Get the description of the input type.

Specified by:
getDescription in interface InputFormatInterface
Returns:

getOptions

public Option[] getOptions()
Description copied from interface: InputFormatInterface
Get the additional options that must be supplied before the reading can happen.

Specified by:
getOptions in interface InputFormatInterface
Returns:

getSupportedOutputFormats

public java.lang.String[] getSupportedOutputFormats()
Description copied from interface: InputFormatInterface
Get the supported Output formats for this input format.

Specified by:
getSupportedOutputFormats in interface InputFormatInterface
Returns:

getAvailableTerminologies

public java.lang.String[] getAvailableTerminologies()
Specified by:
getAvailableTerminologies in interface InputFormatInterface

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.