Package com.uic.ase.proj.xbn.template.util

Examples of com.uic.ase.proj.xbn.template.util.GetTOG1FFile


      return template_filler.getResult();
    }
  }

  private static final TOGOne getTOG1FFile(String s_file, String s_onlyGap, Outputter optr_dbg)  {
    GetTOG1FFile gtog1ff = null;
    try  {
      gtog1ff = new GetTOG1FFile(s_file, s_onlyGap, optr_dbg);
    catch(AssertException ax)  {
      String sErr = sAXS_PRE + "Attempting to load " + s_file + ".  " + ax.toString();
      optr_dbg.write(sErr);
      throwAXS(sErr);
    }

    return gtog1ff.getTOGOne();
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.template.util.GetTOG1FFile

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.