public class ProtegeOwl2LGMain
extends java.lang.Object
Constructor and Description |
---|
ProtegeOwl2LGMain(java.net.URI owlOntologyURI,
CodingSchemeManifest manifest,
LoaderPreferences loadPrefs,
boolean failOnAllErrors,
int memorySafe,
LgMessageDirectorIF messages) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
CodingScheme |
map()
Main entry point for conversion from NCI Thesaurus OWL format to the
LexGrid model.
|
public ProtegeOwl2LGMain(java.net.URI owlOntologyURI, CodingSchemeManifest manifest, LoaderPreferences loadPrefs, boolean failOnAllErrors, int memorySafe, LgMessageDirectorIF messages) throws java.lang.Exception
java.lang.Exception
public CodingScheme map() throws java.lang.Exception
inFileName
- The source file.messages
- Responsible for handling display of program messages to the
user.java.lang.Exception
- If an error occurs during conversion.public static void main(java.lang.String[] args)