jprotein.cluster.data
Class DistanceMap

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

public class DistanceMap
extends java.lang.Object


Constructor Summary
DistanceMap(Sequence3D seq)
           
 
Method Summary
 void displayDistanceMap()
           
 int getLength()
           
 ProxList getProxList(int index)
           
 void initDistanceMap(Sequence3D seq)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistanceMap

public DistanceMap(Sequence3D seq)
Method Detail

getProxList

public ProxList getProxList(int index)

initDistanceMap

public void initDistanceMap(Sequence3D seq)

displayDistanceMap

public void displayDistanceMap()

getLength

public int getLength()