Uses of Class
jprotein.cluster.data.ProxList

Packages that use ProxList
jprotein.cluster.data   
 

Uses of ProxList in jprotein.cluster.data
 

Methods in jprotein.cluster.data that return ProxList
 ProxList DistanceMap.getProxList(int index)
           
 ProxList ProxNode.getRef()
           
 

Methods in jprotein.cluster.data with parameters of type ProxList
 void Cluster.addResidue(ProxList pl)
           
 void ProxNode.setRef(ProxList ref)
           
 

Constructors in jprotein.cluster.data with parameters of type ProxList
ProxNode(ProxList ref, float distance)