jprotein.cluster.data
Class Cluster

java.lang.Object
  extended by jprotein.cluster.data.Cluster

public class Cluster
extends java.lang.Object


Constructor Summary
Cluster(float radius)
           
 
Method Summary
 void addResidue(ProxList pl)
           
 boolean equals(java.lang.Object o)
           
 java.util.Vector getCoreIndex()
           
 java.util.Vector getCoreResidues()
           
 java.util.Vector getNeighbourResidues()
           
 boolean isNeighbour(Residue3D residue)
           
 void merge(Cluster cluster)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cluster

public Cluster(float radius)
Method Detail

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