|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.util.owlparser.ParseMgedOntology
public final class ParseMgedOntology
Executable class to parse the MGED Ontology OWL from a well-defined place in the classpath and write out a corresponding SQL file.
Field Summary | |
---|---|
static java.lang.String |
MGED_OWL_PATH
Path to the MGED owl file (as a classpath). |
static java.lang.String |
MGED_URL
Url for MGED ontology. |
static java.lang.String |
SQL_FILE_NAME
Name of sql file to write out (filename only, directory to be passed in as command line argument). |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MGED_OWL_PATH
public static final java.lang.String MGED_URL
public static final java.lang.String SQL_FILE_NAME
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- expected to have a single parameter which should have the pathname of the directory
into which the sql file is to be written
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |