xbn.template
Class TOGOne

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

public class TOGOne
extends TemplateOrderedGaps

A TemplateOrderedGaps where there is always one gap.

Source code:  TOGOne.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
TOGOne(ForLineRetrieval flr_srcTxt, OGCOne ogc_one)
          Create a TOGOne.
TOGOne(ForLineRetrieval flr_srcTxt, OGCOne ogc_one, TParseConfig tp_config)
          Create a TOGOne.
TOGOne(ForLineRetrieval flr_srcTxt, String s_onlyGap)
          Create a TOGOne.
TOGOne(ForLineRetrieval flr_srcTxt, String s_onlyGap, TParseConfig tp_config)
          Create a TOGOne.
TOGOne(String s_name, ForLineRetrieval flr_srcTxt, OGCOne ogc_one)
          Create a TOGOne.
TOGOne(String s_name, ForLineRetrieval flr_srcTxt, OGCOne ogc_one, TParseConfig tp_config)
          Create a TOGOne.
TOGOne(String s_name, ForLineRetrieval flr_srcTxt, String s_onlyGap)
          Create a TOGOne.
TOGOne(String s_name, ForLineRetrieval flr_srcTxt, String s_onlyGap, TParseConfig tp_config)
          Create a TOGOne.
TOGOne(TOGOne tog_one)
          Create a full copy of the provided TOGOne.
 
Method Summary
 OGCOne getOGCOne()
          Get the OGCOne 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

TOGOne

public TOGOne(ForLineRetrieval flr_srcTxt,
              String s_onlyGap)
       throws TemplateFormatException

Create a TOGOne.

Equal to TOGOne(flr_srcTxt, (new OGCOne(s_onlyGap)))


TOGOne

public TOGOne(ForLineRetrieval flr_srcTxt,
              String s_onlyGap,
              TParseConfig tp_config)
       throws TemplateFormatException

Create a TOGOne.

Equal to TOGOne(flr_srcTxt, (new OGCOne(s_onlyGap)), tp_config)


TOGOne

public TOGOne(String s_name,
              ForLineRetrieval flr_srcTxt,
              String s_onlyGap)
       throws TemplateFormatException

Create a TOGOne.

Equal to TOGOne(s_name, flr_srcTxt, (new OGCOne(s_onlyGap)))


TOGOne

public TOGOne(String s_name,
              ForLineRetrieval flr_srcTxt,
              String s_onlyGap,
              TParseConfig tp_config)
       throws TemplateFormatException

Create a TOGOne.

Equal to TOGOne(s_name, flr_srcTxt, (new OGCOne(s_onlyGap)), tp_config)


TOGOne

public TOGOne(ForLineRetrieval flr_srcTxt,
              OGCOne ogc_one)
       throws TemplateFormatException

Create a TOGOne.

Equal to TOGOne(null, flr_srcTxt, ogc_one)


TOGOne

public TOGOne(ForLineRetrieval flr_srcTxt,
              OGCOne ogc_one,
              TParseConfig tp_config)
       throws TemplateFormatException

Create a TOGOne.

Equal to TOGOne(null, flr_srcTxt, ogc_one, tp_config)


TOGOne

public TOGOne(String s_name,
              ForLineRetrieval flr_srcTxt,
              OGCOne ogc_one)
       throws TemplateFormatException

Create a TOGOne.

Equal to TOGOne(s_name, flr_srcTxt, (new TParseConfig()), ogc_one)


TOGOne

public TOGOne(String s_name,
              ForLineRetrieval flr_srcTxt,
              OGCOne ogc_one,
              TParseConfig tp_config)
       throws TemplateFormatException

Create a TOGOne.

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

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


TOGOne

public TOGOne(TOGOne tog_one)

Create a full copy of the provided TOGOne.

Equal to TemplateOrderedGaps(tog_one)

Method Detail

getOGCOne

public final OGCOne getOGCOne()

Get the OGCOne for direct manipulation.

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