smueller.datastructure
Class AlignmentOutput

java.lang.Object
  extended by smueller.datastructure.AlignmentOutput

public class AlignmentOutput
extends Object

Author:
Soeren Mueller, smueller@cebitec.uni-bielefeld.de

Constructor Summary
AlignmentOutput()
           
 
Method Summary
 ArrayList<cross.datastructures.tuple.Tuple2DI> getAl()
           
 ArrayList<cross.datastructures.tuple.Tuple2DI> getAsPairList(int[][] path)
           
 PairwiseAlignment getResult()
           
 void writefile(String a, String b, Vector<OptimalAlignmentVector> all, double[][] matrix, String format, double[][] dima, String location, int alnumber, Alignment ali, int aoriglen, int boriglen, cross.datastructures.workflow.IWorkflow iw)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlignmentOutput

public AlignmentOutput()
Method Detail

getAl

public ArrayList<cross.datastructures.tuple.Tuple2DI> getAl()

getAsPairList

public ArrayList<cross.datastructures.tuple.Tuple2DI> getAsPairList(int[][] path)

getResult

public PairwiseAlignment getResult()

writefile

public void writefile(String a,
                      String b,
                      Vector<OptimalAlignmentVector> all,
                      double[][] matrix,
                      String format,
                      double[][] dima,
                      String location,
                      int alnumber,
                      Alignment ali,
                      int aoriglen,
                      int boriglen,
                      cross.datastructures.workflow.IWorkflow iw)


Copyright © 2007-2012. All Rights Reserved.