Package org.moltools.apps.probemaker.calculators

Examples of org.moltools.apps.probemaker.calculators.SWStructureCalculator


        new TestDescriptor("5' hybridization interference"), //$NON-NLS-1$
        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.apps.probemaker.calculators.SWStructureCalculator

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.