Class NmrMolecule.DihedralCouple

  • Enclosing class:
    NmrMolecule

    class NmrMolecule.DihedralCouple
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double[] data  
    • Constructor Summary

      Constructors 
      Constructor Description
      DihedralCouple​(Atom[] atoms, boolean forNOE)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getJvalue()  
      double getTheta()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        protected final double[] data
    • Constructor Detail

      • DihedralCouple

        DihedralCouple​(Atom[] atoms,
                       boolean forNOE)
    • Method Detail

      • getTheta

        public double getTheta()
      • getJvalue

        public double getJvalue()