Class LoadMeasureThread

java.lang.Object
java.lang.Thread
org.openscience.jmol.app.janocchio.LoadMeasureThread
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
LoadMeasureThreadJSON

public class LoadMeasureThread extends Thread
  • Field Details

  • Constructor Details

    • LoadMeasureThread

      public LoadMeasureThread()
    • LoadMeasureThread

      public LoadMeasureThread(NMR_JmolPanel nmrPanel, String data)
  • Method Details

    • addCommand

      protected void addCommand(int i, String l)
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • setMore

      protected void setMore()
    • setCouples

      protected void setCouples() throws Exception
      Throws:
      Exception
    • addCouple

      protected void addCouple(int ia, int ib, int ic, int id, String exp)
      Parameters:
      ia -
      ib -
      ic -
      id -
      exp -
    • setNOEs

      protected void setNOEs() throws Exception
      Throws:
      Exception
    • addNOE

      protected void addNOE(int ia, int ib, String exp, String expd)
    • setLabels

      protected boolean setLabels() throws Exception
      Throws:
      Exception
    • loadAndRun

      public void loadAndRun(String structureFile)