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

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.bio.AlignmentResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class AlignmentResult
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
AlignmentResult()
           
 
Method Summary
 void addAlignment(Alignment alignment)
           
 void addPrettyAlignment(String prettyAlignment)
           
 ArrayList<Alignment> getAlignment()
           
 ArrayList<String> getPrettyAlignment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlignmentResult

public AlignmentResult()
Method Detail

addAlignment

public void addAlignment(Alignment alignment)

addPrettyAlignment

public void addPrettyAlignment(String prettyAlignment)

getAlignment

public ArrayList<Alignment> getAlignment()

getPrettyAlignment

public ArrayList<String> getPrettyAlignment()


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