smueller.datastructure
Class AlignmentOutput
java.lang.Object
smueller.datastructure.AlignmentOutput
public class AlignmentOutput
- extends Object
- Author:
- Soeren Mueller, smueller@cebitec.uni-bielefeld.de
|
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)
|
AlignmentOutput
public AlignmentOutput()
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.