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

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

public class GenomeRangeDataSet
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<GenomeRange> block
           
 ChrLoc location
           
 List<GenomeRange> read
           
 
Constructor Summary
GenomeRangeDataSet()
           
 
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<GenomeRange> read

block

public List<GenomeRange> block
Constructor Detail

GenomeRangeDataSet

public GenomeRangeDataSet()
Method Detail

isEmpty

public boolean isEmpty()


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