org.utgenome.gwt.utgb.client.bio
Class DASResult.Segment

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.bio.DASResult.Segment
All Implemented Interfaces:
Serializable
Enclosing class:
DASResult

public static class DASResult.Segment
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 List<DASResult.DASFeature> feature
           
 String id
           
 long start
           
 long stop
           
 
Constructor Summary
DASResult.Segment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

start

public long start

stop

public long stop

feature

public List<DASResult.DASFeature> feature
Constructor Detail

DASResult.Segment

public DASResult.Segment()


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