Class AlignmentResult
java.lang.Object
org.biojava.nbio.structure.align.pairwise.AlignmentResult
- All Implemented Interfaces:
Serializable
A class to track the alignment results in a flat file
- Author:
- andreas
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AlignmentResult
deserialize
(File output) long
long
int
int
getPdb1()
getPdb2()
void
void
setAlignments
(AlternativeAlignment[] alignments) we only keep the first alternative...void
setCalculationTime
(long calculationTime) void
void
void
setIoTime
(long ioTime) void
setLength1
(int length1) void
setLength2
(int length2) void
void
toString()
-
Constructor Details
-
AlignmentResult
public AlignmentResult()
-
-
Method Details
-
toString
-
getAlignments
-
setAlignments
we only keep the first alternative...- Parameters:
alignments
-
-
getPdb1
-
setPdb1
-
getPdb2
-
setPdb2
-
getChain1
-
setChain1
-
getChain2
-
setChain2
-
getLength1
public int getLength1() -
setLength1
public void setLength1(int length1) -
getLength2
public int getLength2() -
setLength2
public void setLength2(int length2) -
getCalculationTime
public long getCalculationTime() -
setCalculationTime
public void setCalculationTime(long calculationTime) -
getIoTime
public long getIoTime() -
setIoTime
public void setIoTime(long ioTime) -
serialize
- Throws:
FileNotFoundException
IOException
-
deserialize
public static AlignmentResult deserialize(File output) throws FileNotFoundException, IOException, ClassNotFoundException
-