jprotein.cluster.data
Class Cluster
java.lang.Object
jprotein.cluster.data.Cluster
public class Cluster
- extends java.lang.Object
Constructor Summary |
Cluster(float radius)
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cluster
public Cluster(float radius)
isNeighbour
public boolean isNeighbour(Residue3D residue)
addResidue
public void addResidue(ProxList pl)
getCoreIndex
public java.util.Vector getCoreIndex()
getCoreResidues
public java.util.Vector getCoreResidues()
getNeighbourResidues
public java.util.Vector getNeighbourResidues()
merge
public void merge(Cluster cluster)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object