public class FragmentPair extends Object
Constructor and Description |
---|
FragmentPair(int length,
int p1,
int p2) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Atom |
getCenter1() |
Atom |
getCenter2() |
int |
getCluster() |
int |
getContacts() |
int |
getCovered() |
int |
getLength() |
int |
getPos1() |
int |
getPos2() |
double |
getRms() |
Matrix |
getRot() |
Atom |
getTrans() |
Atom |
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 |
setRot(Matrix rot) |
void |
setTrans(Atom trans) |
void |
setUnitv(Atom unitv) |
void |
setUsed(int used) |
String |
toString() |
public int getCluster()
public void setCluster(int cluster)
public int getContacts()
public void setContacts(int contacts)
public int getCovered()
public void setCovered(int covered)
public int getLength()
public void setLength(int length)
public int getPos1()
public void setPos1(int pos1)
public int getPos2()
public void setPos2(int pos2)
public double getRms()
public void setRms(double rms)
public Matrix getRot()
public void setRot(Matrix rot)
public Atom getTrans()
public void setTrans(Atom trans)
public Atom getUnitv()
public void setUnitv(Atom unitv)
public int getUsed()
public void setUsed(int used)
public Atom getCenter1()
public void setCenter1(Atom center1)
public Atom getCenter2()
public void setCenter2(Atom center2)
Copyright © 2000–2016 BioJava. All rights reserved.