ProGAL.proteins.structure
Class CBond

java.lang.Object
  extended by ProGAL.proteins.structure.CBond

public class CBond
extends java.lang.Object


Field Summary
 Atom a1
           
 Atom a2
           
 
Constructor Summary
CBond(Atom a1, Atom a2)
           
 
Method Summary
 double length()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a1

public final Atom a1

a2

public final Atom a2
Constructor Detail

CBond

public CBond(Atom a1,
             Atom a2)
Method Detail

length

public double length()