org.utgenome.format.egt
Class EGTXMLReader

java.lang.Object
  extended by org.utgenome.format.egt.EGTXMLReader

public class EGTXMLReader
extends Object


Nested Class Summary
static class EGTXMLReader.Opt
           
 
Constructor Summary
EGTXMLReader(String[] args)
           
 
Method Summary
 void addGene(Gene gene)
           
 void load(Reader xmlReader)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EGTXMLReader

public EGTXMLReader(String[] args)
             throws org.xerial.util.opt.OptionParserException
Throws:
org.xerial.util.opt.OptionParserException
Method Detail

main

public static void main(String[] args)

load

public void load(Reader xmlReader)
          throws UTGBException,
                 org.xerial.core.XerialException,
                 org.xerial.db.DBException
Throws:
UTGBException
org.xerial.core.XerialException
org.xerial.db.DBException

addGene

public void addGene(Gene gene)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.