xbn.template
Class TOGTwo

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

public class TOGTwo
extends TemplateOrderedGaps

A TemplateOrderedGaps where there are always two gaps.

Source code:  TOGTwo.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
TOGTwo(ForLineRetrieval flr_srcTxt, OGCTwo ogc_two)
          Create a TOGTwo.
TOGTwo(ForLineRetrieval flr_srcTxt, OGCTwo ogc_two, TParseConfig tp_config)
          Create a TOGTwo.
TOGTwo(ForLineRetrieval flr_srcTxt, String s_gap1, String s_gap2)
          Create a TOGTwo.
TOGTwo(ForLineRetrieval flr_srcTxt, String s_gap1, String s_gap2, TParseConfig tp_config)
          Create a TOGTwo.
TOGTwo(String s_name, ForLineRetrieval flr_srcTxt, OGCTwo ogc_two)
          Create a TOGTwo.
TOGTwo(String s_name, ForLineRetrieval flr_srcTxt, OGCTwo ogc_two, TParseConfig tp_config)
          Create a TOGTwo.
TOGTwo(String s_name, ForLineRetrieval flr_srcTxt, String s_gap1, String s_gap2)
          Create a TOGTwo.
TOGTwo(String s_name, ForLineRetrieval flr_srcTxt, String s_gap1, String s_gap2, TParseConfig tp_config)
          Create a TOGTwo.
TOGTwo(TOGTwo tog_two)
          Create a full copy of the provided TOGTwo.
 
Method Summary
 OGCTwo getOGCTwo()
          Get the OGCTwo 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

TOGTwo

public TOGTwo(ForLineRetrieval flr_srcTxt,
              String s_gap1,
              String s_gap2)
       throws TemplateFormatException

Create a TOGTwo.

Equal to TOGTwo(flr_srcTxt, (new OGCTwo(s_gap1, s_gap2)))


TOGTwo

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

Create a TOGTwo.

Equal to TOGTwo(flr_srcTxt, (new OGCTwo(s_gap1, s_gap2)), tp_config)


TOGTwo

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

Create a TOGTwo.

Equal to TOGTwo(s_name, flr_srcTxt, (new OGCTwo(s_gap1, s_gap2)))


TOGTwo

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

Create a TOGTwo.

Equal to TOGTwo(s_name, flr_srcTxt, (new OGCTwo(s_gap1, s_gap2)), tp_config)


TOGTwo

public TOGTwo(ForLineRetrieval flr_srcTxt,
              OGCTwo ogc_two)
       throws TemplateFormatException

Create a TOGTwo.

Equal to TOGTwo(null, flr_srcTxt, ogc_two)


TOGTwo

public TOGTwo(ForLineRetrieval flr_srcTxt,
              OGCTwo ogc_two,
              TParseConfig tp_config)
       throws TemplateFormatException

Create a TOGTwo.

Equal to TOGTwo(null, flr_srcTxt, ogc_two, tp_config)


TOGTwo

public TOGTwo(String s_name,
              ForLineRetrieval flr_srcTxt,
              OGCTwo ogc_two)
       throws TemplateFormatException

Create a TOGTwo.

Equal to TOGTwo(s_name, flr_srcTxt, (new TParseConfig()), ogc_two)


TOGTwo

public TOGTwo(String s_name,
              ForLineRetrieval flr_srcTxt,
              OGCTwo ogc_two,
              TParseConfig tp_config)
       throws TemplateFormatException

Create a TOGTwo.

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

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


TOGTwo

public TOGTwo(TOGTwo tog_two)

Create a full copy of the provided TOGTwo.

Equal to TemplateOrderedGaps(tog_two)

Method Detail

getOGCTwo

public final OGCTwo getOGCTwo()

Get the OGCTwo for direct manipulation.

Returns:
(OGCTwo)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