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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlignmentResultdeserialize(File output) longlongintintgetPdb1()getPdb2()voidvoidsetAlignments(AlternativeAlignment[] alignments) we only keep the first alternative...voidsetCalculationTime(long calculationTime) voidvoidvoidsetIoTime(long ioTime) voidsetLength1(int length1) voidsetLength2(int length2) voidvoidtoString()
-
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
-
setLength1
-
getLength2
-
setLength2
-
getCalculationTime
-
setCalculationTime
-
getIoTime
-
setIoTime
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOExceptionClassNotFoundException
-