Examples of GapConfig


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

    <P>Create a Template from source text.</P>

    <P>Equal to <CODE><A HREF="~JD~gtfs(s,s,gc,optr)~EJD~">GetTFString</A>(s_templateName, s_srcTxt, (new <A HREF="~JD~gc#gc()~EJD~">GapConfig</A>()), optr_dbg)</CODE></P>
   **/
  public GetTFString(String s_templateName, String s_srcTxt, Outputter optr_dbg)  {
    this(s_templateName, s_srcTxt, (new GapConfig()), optr_dbg);
  }
View Full Code Here

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

    <P>Create a GetTOG1FString.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog1fs#gtog1fs(s,s,ogc1,gc)~EJD~">GetTOG1FString</A>(s_templateName, s_srcTxt, ogc_one)</CODE></P>
   **/
  public GetTOG1FString(String s_templateName, String s_srcTxt, OGCOne ogc_one)  {
    this(s_templateName, s_srcTxt, ogc_one, (new GapConfig()));
  }
View Full Code Here

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

    <P>Create a GetTOG1FString.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog1fs#gtog1fs(s,s,ogc1,gc,optr)~EJD~">GetTOG1FString</A>(s_templateName, s_srcTxt, ogc_one, optr_dbg)</CODE></P>
   **/
  public GetTOG1FString(String s_templateName, String s_srcTxt, OGCOne ogc_one, Outputter optr_dbg)  {
    this(s_templateName, s_srcTxt, ogc_one, (new GapConfig()), optr_dbg);
  }
View Full Code Here

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

    <P>Create a GetTOG2FFile.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog2ff#gtog2ff(s,s,ogc2,gc)~EJD~">GetTOG2FFile</A>(s_templateName, s_fileName, ogc_two)</CODE></P>
   **/
  public GetTOG2FFile(String s_templateName, String s_fileName, OGCTwo ogc_two)  {
    this(s_templateName, s_fileName, ogc_two, (new GapConfig()));
  }
View Full Code Here

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

    <P>Create a GetTOG2FFile.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog2ff#gtog2ff(s,s,ogc2,gc,optr)~EJD~">GetTOG2FFile</A>(s_templateName, s_fileName, ogc_two, optr_dbg)</CODE></P>
   **/
  public GetTOG2FFile(String s_templateName, String s_fileName, OGCTwo ogc_two, Outputter optr_dbg)  {
    this(s_templateName, s_fileName, ogc_two, (new GapConfig()), optr_dbg);
  }
View Full Code Here

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

    <P>Create a Template from a source text file.</P>

    <P>Equal to <CODE><A HREF="~JD~gtff(s,s,gc)~EJD~">GetTFFile</A>(s_templateName, s_fileName, (new <A HREF="~JD~gc#gc()~EJD~">GapConfig</A>()))</CODE></P>
   **/
  public GetTFFile(String s_templateName, String s_fileName)  {
    this(s_templateName, s_fileName, (new GapConfig()));
  }
View Full Code Here

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

    <P>Create a Template from a source text file.</P>

    <P>Equal to <CODE><A HREF="~JD~gtff(s,s,gc,optr)~EJD~">GetTFFile</A>(s_templateName, s_fileName, (new <A HREF="~JD~gc#gc()~EJD~">GapConfig</A>()), optr_dbg)</CODE></P>
   **/
  public GetTFFile(String s_templateName, String s_fileName, Outputter optr_dbg)  {
    this(s_templateName, s_fileName, (new GapConfig()), optr_dbg);
  }
View Full Code Here

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

    <P>Create a GetTOG3FFile.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog3ff#gtog3ff(s,s,ogc3,gc)~EJD~">GetTOG3FFile</A>(s_templateName, s_fileName, ogc_three)</CODE></P>
   **/
  public GetTOG3FFile(String s_templateName, String s_fileName, OGCThree ogc_three)  {
    this(s_templateName, s_fileName, ogc_three, (new GapConfig()));
  }
View Full Code Here

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

    <P>Create a GetTOG3FFile.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog3ff#gtog3ff(s,s,ogc3,gc,optr)~EJD~">GetTOG3FFile</A>(s_templateName, s_fileName, ogc_three, optr_dbg)</CODE></P>
   **/
  public GetTOG3FFile(String s_templateName, String s_fileName, OGCThree ogc_three, Outputter optr_dbg)  {
    this(s_templateName, s_fileName, ogc_three, (new GapConfig()), optr_dbg);
  }
View Full Code Here

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

    <P>Create a GetTOG1FFile.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog1ff#gtog1ff(s,s,ogc1,gc)~EJD~">GetTOG1FFile</A>(s_templateName, s_fileName, ogc_one)</CODE></P>
   **/
  public GetTOG1FFile(String s_templateName, String s_fileName, OGCOne ogc_one)  {
    this(s_templateName, s_fileName, ogc_one, (new GapConfig()));
  }
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.