org.utgenome.gwt.utgb.client.bio
Class CIGAR.Element

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

public static class CIGAR.Element
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int length
           
 CIGAR.Type type
           
 
Constructor Summary
CIGAR.Element()
           
CIGAR.Element(CIGAR.Type type, int length)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public CIGAR.Type type

length

public int length
Constructor Detail

CIGAR.Element

public CIGAR.Element()

CIGAR.Element

public CIGAR.Element(CIGAR.Type type,
                     int length)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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