xbn.template
Class TOGThree

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.template.Template
              |
              +--xbn.template.TemplateOrderedGaps
                    |
                    +--xbn.template.TOGThree
All Implemented Interfaces:
Named

public class TOGThree
extends TemplateOrderedGaps

A TemplateOrderedGaps where there are always three gaps.

Source code:  TOGThree.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
TOGThree(ForLineRetrieval flr_srcTxt, OGCThree ogc_three)
          Create a TOGThree.
TOGThree(ForLineRetrieval flr_srcTxt, OGCThree ogc_three, TParseConfig tp_config)
          Create a TOGThree.
TOGThree(ForLineRetrieval flr_srcTxt, String s_gap1, String s_gap2, String s_gap3)
          Create a TOGThree.
TOGThree(ForLineRetrieval flr_srcTxt, TParseConfig tp_config, String s_gap1, String s_gap2, String s_gap3)
          Create a TOGThree.
TOGThree(String s_name, ForLineRetrieval flr_srcTxt, OGCThree ogc_three)
          Create a TOGThree.
TOGThree(String s_name, ForLineRetrieval flr_srcTxt, OGCThree ogc_three, TParseConfig tp_config)
          Create a TOGThree.
TOGThree(String s_name, ForLineRetrieval flr_srcTxt, String s_gap1, String s_gap2, String s_gap3)
          Create a TOGThree.
TOGThree(String s_name, ForLineRetrieval flr_srcTxt, TParseConfig tp_config, String s_gap1, String s_gap2, String s_gap3)
          Create a TOGThree.
TOGThree(TOGThree tog_one)
          Create a full copy of the provided TOGThree.
 
Method Summary
 OGCThree getOGCThree()
          Get the OGCThree for direct manipulation.
 
Methods inherited from class xbn.template.TemplateOrderedGaps
getOGConfig
 
Methods inherited from class xbn.template.Template
getAOSLHashtable, getListAbs, getListAbs, getListAbs, getListAbs, getListUnq, getListUnq, getListUnq, getListUnq, getName, getSurroundingText, getSurroundingTextCount, getTemplateData, getTFilter, getUnqArrIdxFromAbs, getUSAPAbsolute, getUSAPUnique, throwAX, throwTFX, throwTFX, toString
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TOGThree

public TOGThree(ForLineRetrieval flr_srcTxt,
                String s_gap1,
                String s_gap2,
                String s_gap3)
         throws TemplateFormatException

Create a TOGThree.

Equal to TOGThree(flr_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)))


TOGThree

public TOGThree(ForLineRetrieval flr_srcTxt,
                TParseConfig tp_config,
                String s_gap1,
                String s_gap2,
                String s_gap3)
         throws TemplateFormatException

Create a TOGThree.

Equal to TOGThree(flr_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)), tp_config)


TOGThree

public TOGThree(String s_name,
                ForLineRetrieval flr_srcTxt,
                String s_gap1,
                String s_gap2,
                String s_gap3)
         throws TemplateFormatException

Create a TOGThree.

Equal to TOGThree(s_name, flr_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)))


TOGThree

public TOGThree(String s_name,
                ForLineRetrieval flr_srcTxt,
                TParseConfig tp_config,
                String s_gap1,
                String s_gap2,
                String s_gap3)
         throws TemplateFormatException

Create a TOGThree.

Equal to TOGThree(s_name, flr_srcTxt, (new OGCThree(s_gap1, s_gap2, s_gap3)), tp_config)


TOGThree

public TOGThree(ForLineRetrieval flr_srcTxt,
                OGCThree ogc_three)
         throws TemplateFormatException

Create a TOGThree.

Equal to TOGThree(null, flr_srcTxt, ogc_three)


TOGThree

public TOGThree(ForLineRetrieval flr_srcTxt,
                OGCThree ogc_three,
                TParseConfig tp_config)
         throws TemplateFormatException

Create a TOGThree.

Equal to TOGThree(null, flr_srcTxt, ogc_three, tp_config)


TOGThree

public TOGThree(String s_name,
                ForLineRetrieval flr_srcTxt,
                OGCThree ogc_three)
         throws TemplateFormatException

Create a TOGThree.

Equal to TOGThree(s_name, flr_srcTxt, ogc_three, (new TParseConfig()))


TOGThree

public TOGThree(String s_name,
                ForLineRetrieval flr_srcTxt,
                OGCThree ogc_three,
                TParseConfig tp_config)
         throws TemplateFormatException

Create a TOGThree.

Equal to TemplateOrderedGaps(s_name, flr_srcTxt, ogc_three, tp_config)

The only difference between this constructor and the super version, is that ogc_three (the TFilter) may not be null


TOGThree

public TOGThree(TOGThree tog_one)

Create a full copy of the provided TOGThree.

Equal to TemplateOrderedGaps(tog_one)

Method Detail

getOGCThree

public final OGCThree getOGCThree()

Get the OGCThree for direct manipulation.

Returns:
(OGCThree)getOGConfig()



Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo