Class FragmentPair
java.lang.Object
org.biojava.nbio.structure.align.pairwise.FragmentPair
a pair of fragments of two protein structures
- Since:
- 1.5
- Version:
- %I% %G%
- Author:
- Andreas Prlic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
int
int
int
int
getPos1()
int
getPos2()
double
getRms()
getRot()
getTrans()
getUnitv()
int
getUsed()
void
setCenter1
(Atom center1) void
setCenter2
(Atom center2) void
setCluster
(int cluster) void
setContacts
(int contacts) void
setCovered
(int covered) void
setLength
(int length) void
setPos1
(int pos1) void
setPos2
(int pos2) void
setRms
(double rms) void
void
void
void
setUsed
(int used) toString()
-
Constructor Details
-
FragmentPair
public FragmentPair(int length, int p1, int p2)
-
-
Method Details
-
clone
-
getCluster
public int getCluster() -
setCluster
public void setCluster(int cluster) -
getContacts
public int getContacts() -
setContacts
public void setContacts(int contacts) -
getCovered
public int getCovered() -
setCovered
public void setCovered(int covered) -
getLength
public int getLength() -
setLength
public void setLength(int length) -
getPos1
public int getPos1() -
setPos1
public void setPos1(int pos1) -
getPos2
public int getPos2() -
setPos2
public void setPos2(int pos2) -
getRms
public double getRms() -
setRms
public void setRms(double rms) -
getRot
-
setRot
-
getTrans
-
setTrans
-
getUnitv
-
setUnitv
-
getUsed
public int getUsed() -
setUsed
public void setUsed(int used) -
getCenter1
-
setCenter1
-
getCenter2
-
setCenter2
-
toString
-