org.utgenome.gwt.utgb.client.bio
Class OnGenomeDataSet

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.bio.OnGenomeDataSet
All Implemented Interfaces:
Serializable

public class OnGenomeDataSet
extends Object
implements Serializable

A set of on-genome data used for transferring genome data between server and client (GWT)

Author:
leo
See Also:
Serialized Form

Field Summary
 List<OnGenome> block
           
 ChrLoc location
           
 List<OnGenome> read
           
 
Constructor Summary
OnGenomeDataSet()
           
 
Method Summary
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public ChrLoc location

read

public List<OnGenome> read

block

public List<OnGenome> block
Constructor Detail

OnGenomeDataSet

public OnGenomeDataSet()
Method Detail

isEmpty

public boolean isEmpty()


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