Examples of FunctionalGroupConstantVariable


Examples of org.bmdrc.nmr.util.FunctionalGroupConstantVariable

        return theNumberOfValue;
    }

    @Override
    public List<String> getFunctionalGroupList() {
        FunctionalGroupConstantVariable theFunctionalGroupList = new FunctionalGroupConstantVariable();
       
        return theFunctionalGroupList.getFunctionalGroupList();
    }
View Full Code Here

Examples of org.bmdrc.nmr.util.FunctionalGroupConstantVariable

    public Set<String> setTotalAtomSymbolSet() {
        return itsTotalAtomSymbolSet;
    }

    private void __generateFunctionalGroupList() {
        FunctionalGroupConstantVariable theFunctionalGroupList = new FunctionalGroupConstantVariable();
        this.__setFunctionalGroupList(theFunctionalGroupList.getFunctionalGroupList());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.