public class AlignmentResult extends Object implements Serializable
Constructor and Description |
---|
AlignmentResult() |
Modifier and Type | Method and Description |
---|---|
static AlignmentResult |
deserialize(File output) |
AlternativeAlignment[] |
getAlignments() |
long |
getCalculationTime() |
String |
getChain1() |
String |
getChain2() |
long |
getIoTime() |
int |
getLength1() |
int |
getLength2() |
String |
getPdb1() |
String |
getPdb2() |
void |
serialize(File output) |
void |
setAlignments(AlternativeAlignment[] alignments)
we only keep the first alternative...
|
void |
setCalculationTime(long calculationTime) |
void |
setChain1(String chain1) |
void |
setChain2(String chain2) |
void |
setIoTime(long ioTime) |
void |
setLength1(int length1) |
void |
setLength2(int length2) |
void |
setPdb1(String pdb1) |
void |
setPdb2(String pdb2) |
String |
toString() |
public AlignmentResult()
public AlternativeAlignment[] getAlignments()
public void setAlignments(AlternativeAlignment[] alignments)
alignments
- public int getLength1()
public void setLength1(int length1)
public int getLength2()
public void setLength2(int length2)
public long getCalculationTime()
public void setCalculationTime(long calculationTime)
public long getIoTime()
public void setIoTime(long ioTime)
public void serialize(File output) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public static AlignmentResult deserialize(File output) throws FileNotFoundException, IOException, ClassNotFoundException
Copyright © 2000–2019 BioJava. All rights reserved.