Uses of Class
org.utgenome.gwt.utgb.client.bio.CIGAR.Type

Packages that use CIGAR.Type
org.utgenome.gwt.utgb.client.bio Biological data objects for Google Web Toolkit RPC (Remote Procedure Call). 
 

Uses of CIGAR.Type in org.utgenome.gwt.utgb.client.bio
 

Fields in org.utgenome.gwt.utgb.client.bio declared as CIGAR.Type
 CIGAR.Type CIGAR.Element.type
           
 

Methods in org.utgenome.gwt.utgb.client.bio that return CIGAR.Type
static CIGAR.Type CIGAR.Type.convert(char c)
           
static CIGAR.Type CIGAR.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CIGAR.Type[] CIGAR.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.utgenome.gwt.utgb.client.bio with parameters of type CIGAR.Type
 void CIGAR.add(int length, CIGAR.Type type)
           
 

Constructors in org.utgenome.gwt.utgb.client.bio with parameters of type CIGAR.Type
CIGAR.Element(CIGAR.Type type, int length)
           
 



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