Package org.bmdrc.chemistry.util

Examples of org.bmdrc.chemistry.util.DistanceMatrix


    private void __generateDistanceMatrixList() {
        this.__setDistanceMatrixList(new ArrayList<DistanceMatrix>());

        for (int mi = 0, mEnd = this.getNMRShiftDB().getMoleculeSet().getMoleculeCount(); mi < mEnd; mi++) {
            this.__setDistanceMatrixList().add(new DistanceMatrix(this.getNMRShiftDB().getMoleculeSet().getMolecule(mi)));
        }
    }
View Full Code Here

TOP

Related Classes of org.bmdrc.chemistry.util.DistanceMatrix

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.