Package org.moltools.design.calc

Examples of org.moltools.design.calc.ComplementCalculator


        new TestDescriptor("3' hybridization interference") //$NON-NLS-1$
    },
    new DataDescriptor[0]);

    complementStructCalc = new SWStructureCalculator();
    ( (SWStructureCalculator) complementStructCalc).setLAC(new
        ComplementCalculator());
  }
View Full Code Here

TOP

Related Classes of org.moltools.design.calc.ComplementCalculator

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.