Examples of OGCOne


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

    <P>Create a TOGOne.</P>

    <P>Equal to <CODE><A HREF="~JD~tog1(flr,ogc1)~EJD~">TOGOne</A>(flr_srcTxt, (new <A HREF="~JD~ogc1#ogc1(s)~EJD~">OGCOne</A>(s_onlyGap)))</CODE></P>
   **/
  public TOGOne(ForLineRetrieval flr_srcTxt, String s_onlyGap) throws TemplateFormatException  {
    this(flr_srcTxt, (new OGCOne(s_onlyGap)));
  }
View Full Code Here

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

    <P>Create a TOGOne.</P>

    <P>Equal to <CODE><A HREF="~JD~tog1(flr,ogc1,tpc)~EJD~">TOGOne</A>(flr_srcTxt, (new <A HREF="~JD~ogc1#ogc1(s)~EJD~">OGCOne</A>(s_onlyGap)), tp_config)</CODE></P>
   **/
  public TOGOne(ForLineRetrieval flr_srcTxt, String s_onlyGap, TParseConfig tp_config) throws TemplateFormatException  {
    this(flr_srcTxt, (new OGCOne(s_onlyGap)), tp_config);
  }
View Full Code Here

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

    <P>Create a TOGOne.</P>

    <P>Equal to <CODE><A HREF="~JD~tog1(s,flr,ogc1)~EJD~">TOGOne</A>(s_name, flr_srcTxt, (new <A HREF="~JD~ogc1#ogc1(s)~EJD~">OGCOne</A>(s_onlyGap)))</CODE></P>
   **/
  public TOGOne(String s_name, ForLineRetrieval flr_srcTxt, String s_onlyGap) throws TemplateFormatException  {
    this(s_name, flr_srcTxt, (new OGCOne(s_onlyGap)));
  }
View Full Code Here

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

    <P>Create a TOGOne.</P>

    <P>Equal to <A HREF="~JD~tog1(s,flr,ogc1,tpc)~EJD~">TOGOne</A>(s_name, flr_srcTxt, (new <A HREF="~JD~ogc1#ogc1(s)~EJD~">OGCOne</A>(s_onlyGap)), tp_config)</P>
   **/
  public TOGOne(String s_name, ForLineRetrieval flr_srcTxt, String s_onlyGap, TParseConfig tp_config) throws TemplateFormatException  {
    this(s_name, flr_srcTxt, (new OGCOne(s_onlyGap)), tp_config);
  }
View Full Code Here

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

    <P>Create a GetTOG1FString.</P>

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

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

    <P>Create a GetTOG1FString.</P>

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

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

    <P>Create a GetTOG1FString.</P>

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

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

    <P>Create a GetTOG1FString.</P>

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

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

    <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, (new <A HREF="~JD~ogc1#ogc1(s)~EJD~">OGCOne</A>(s_onlyGap)), gap_config)</CODE></P>
   **/
  public GetTOG1FString(String s_templateName, String s_srcTxt, String s_onlyGap, GapConfig gap_config)  {
    this(s_templateName, s_srcTxt, (new OGCOne(s_onlyGap)), gap_config);
  }
View Full Code Here

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

    <P>Create a GetTOG1FString.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog1fs#gtog1fs(s,s,ogc1,optr)~EJD~">GetTOG1FString</A>(s_templateName, s_srcTxt, (new <A HREF="~JD~ogc1#ogc1(s)~EJD~">OGCOne</A>(s_onlyGap)), optr_dbg)</CODE></P>
   **/
  public GetTOG1FString(String s_templateName, String s_srcTxt, String s_onlyGap, Outputter optr_dbg)  {
    this(s_templateName, s_srcTxt, (new OGCOne(s_onlyGap)), optr_dbg);
  }
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.