edu.mayo.informatics.lexgrid.convert.formats.inputFormats
Class LexGridXML
java.lang.Object
edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
edu.mayo.informatics.lexgrid.convert.formats.baseFormats.FileBase
edu.mayo.informatics.lexgrid.convert.formats.inputFormats.LexGridXML
- All Implemented Interfaces:
- InputFormatInterface
- Direct Known Subclasses:
- LexGridXMLSWT
public class LexGridXML
- extends FileBase
- implements InputFormatInterface
Details for reading a LexGrid XML file.
- Version:
- subversion $Revision: 8819 $ checked in on $Date: 2008-06-13
16:15:16 +0000 (Fri, 13 Jun 2008) $
- Author:
- Dan Armbrust
Fields inherited from class edu.mayo.informatics.lexgrid.convert.formats.baseFormats.FileBase |
fileLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
public static final java.lang.String description
- See Also:
- Constant Field Values
LexGridXML
public LexGridXML(java.lang.String fileLocation,
CodingSchemeManifest codingSchemeManifest)
LexGridXML
public LexGridXML()
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:
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:
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.
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:
getAvailableTerminologies
public java.lang.String[] getAvailableTerminologies()
- Specified by:
getAvailableTerminologies
in interface InputFormatInterface