org.utgenome.format.bed
Class BEDDatabase.DBBuilder

java.lang.Object
  extended by org.utgenome.format.bed.BEDDatabase.DBBuilder
Enclosing class:
BEDDatabase

public static class BEDDatabase.DBBuilder
extends Object


Constructor Summary
BEDDatabase.DBBuilder(Connection conn)
           
 
Method Summary
 void addGene(BEDEntry gene)
           
 void addTrack(BEDTrack track)
           
 void dispose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BEDDatabase.DBBuilder

public BEDDatabase.DBBuilder(Connection conn)
                      throws SQLException
Throws:
SQLException
Method Detail

dispose

public void dispose()
             throws SQLException
Throws:
SQLException

addTrack

public void addTrack(BEDTrack track)

addGene

public void addGene(BEDEntry gene)


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