Package name.mjw.jamber.IO.AMBER

Examples of name.mjw.jamber.IO.AMBER.Connection


      Atom b = residue.getAtoms().get(OffsettedIndexOfAtomB);

      a.setIndexWithinCurrentResidue(OffsettedIndexOfAtomA);
      b.setIndexWithinCurrentResidue(OffsettedIndexOfAtomB);

      Connection connection = new Connection(a, b);
      residue.addConnection(connection);

    }

  }
View Full Code Here

TOP

Related Classes of name.mjw.jamber.IO.AMBER.Connection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.