Class AFP
java.lang.Object
org.biojava.nbio.structure.align.model.AFP
- All Implemented Interfaces:
Serializable
A class to represent a FATCAT aligned fragment pair (AFP)
- Author:
- Andreas Prlic
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
long
getId()
getM()
int
getP1()
int
getP2()
double
getRmsd()
double
getScore()
double[]
getT()
void
setFragLen
(int fragLen) void
setId
(long id) void
void
setP1
(int p1) void
setP2
(int p2) void
setRmsd
(double rmsd) void
setScore
(double score) void
setT
(double[] t) toString()