gov.nih.nci.caarray.util.owlparser
Class ParseMgedOntology

java.lang.Object
  extended by gov.nih.nci.caarray.util.owlparser.ParseMgedOntology

public final class ParseMgedOntology
extends java.lang.Object

Executable class to parse the MGED Ontology OWL from a well-defined place in the classpath and write out a corresponding SQL file.

Author:
dkokotov

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

MGED_OWL_PATH

public static final java.lang.String MGED_OWL_PATH
Path to the MGED owl file (as a classpath).

See Also:
Constant Field Values

MGED_URL

public static final java.lang.String MGED_URL
Url for MGED ontology.

See Also:
Constant Field Values

SQL_FILE_NAME

public static final java.lang.String SQL_FILE_NAME
Name of sql file to write out (filename only, directory to be passed in as command line argument).

See Also:
Constant Field Values
Method Detail

main

public static void main(java.lang.String[] args)
Main method.

Parameters:
args - expected to have a single parameter which should have the pathname of the directory into which the sql file is to be written