public class NCIOwl extends FileBase implements InputFormatInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
description |
protected java.net.URI |
manifestLocation |
fileLocation
codingSchemeManifest
Constructor and Description |
---|
NCIOwl() |
NCIOwl(java.lang.String fileLocation,
java.net.URI manifestLocation) |
Modifier and Type | Method and Description |
---|---|
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.
|
java.net.URI |
getManifestLocation() |
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.
|
void |
setManifestLocation(java.net.URI manifestLocation) |
java.lang.String |
testConnection()
See if the provided parameters make a valid connection
|
getConnectionSummary, getFileLocation, setFileLocation
getCodingSchemeManifest, getLoaderPreferences, setCodingSchemeManifest, setLoaderPreferences
public static final java.lang.String description
protected java.net.URI manifestLocation
public NCIOwl(java.lang.String fileLocation, java.net.URI manifestLocation)
public NCIOwl()
public java.lang.String getDescription()
InputFormatInterface
getDescription
in interface InputFormatInterface
public java.lang.String[] getSupportedOutputFormats()
InputFormatInterface
getSupportedOutputFormats
in interface InputFormatInterface
public java.lang.String getConnectionSummary()
InputFormatInterface
getConnectionSummary
in interface InputFormatInterface
public Option[] getOptions()
InputFormatInterface
getOptions
in interface InputFormatInterface
public java.lang.String[] getAvailableTerminologies()
getAvailableTerminologies
in interface InputFormatInterface
public java.net.URI getManifestLocation()
getManifestLocation
in class CommonBase
public void setManifestLocation(java.net.URI manifestLocation)
setManifestLocation
in class CommonBase
manifestLocation
- the manifestLocation to setpublic java.lang.String testConnection() throws ConnectionFailure
InputFormatInterface
testConnection
in interface InputFormatInterface
testConnection
in class FileBase
ConnectionFailure
- If a connection can't be made.