jprotein.cluster.data
Class ProxNode

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

public class ProxNode
extends java.lang.Object


Constructor Summary
ProxNode(ProxList ref, float distance)
           
 
Method Summary
 float getDistance()
           
 ProxList getRef()
           
 Residue3D getResidue()
           
 void setDistance(float distance)
           
 void setRef(ProxList ref)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxNode

public ProxNode(ProxList ref,
                float distance)
Method Detail

setRef

public void setRef(ProxList ref)

getRef

public ProxList getRef()

setDistance

public void setDistance(float distance)

getDistance

public float getDistance()

getResidue

public Residue3D getResidue()