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

Examples of com.uic.ase.proj.xbn.template.TParseConfig


    <P>Create a TOGThree.</P>

    <P>Equal to <CODE><A HREF="~JD~tog3(s,flr,ogc3,tpc)~EJD~">TOGThree</A>(s_name, flr_srcTxt, ogc_three, (new <A HREF="~JD~tpc#tpc()~EJD~">TParseConfig</A>()))</CODE></P>
   **/
  public TOGThree(String s_name, ForLineRetrieval flr_srcTxt, OGCThree ogc_three) throws TemplateFormatException  {
    this(s_name, flr_srcTxt, ogc_three, (new TParseConfig()));
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.template.TParseConfig

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.