org.biojava.bio.structure.secstruc
Class DistEn

java.lang.Object
  extended by org.biojava.bio.structure.secstruc.DistEn

public class DistEn
extends Object


Constructor Summary
DistEn()
           
 
Method Summary
 double getDistance()
           
 double getEnergy()
           
 void setDistance(double distance)
           
 void setEnergy(double energy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistEn

public DistEn()
Method Detail

getDistance

public double getDistance()

setDistance

public void setDistance(double distance)

getEnergy

public double getEnergy()

setEnergy

public void setEnergy(double energy)