|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xbn.XBNObject | +--xbn.template.Template | +--xbn.template.TemplateOrderedGaps | +--xbn.template.TOGOne
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 |
public TOGOne(ForLineRetrieval flr_srcTxt, String s_onlyGap) throws TemplateFormatException
public TOGOne(ForLineRetrieval flr_srcTxt, String s_onlyGap, TParseConfig tp_config) throws TemplateFormatException
public TOGOne(String s_name, ForLineRetrieval flr_srcTxt, String s_onlyGap) throws TemplateFormatException
public TOGOne(String s_name, ForLineRetrieval flr_srcTxt, String s_onlyGap, TParseConfig tp_config) throws TemplateFormatException
public TOGOne(ForLineRetrieval flr_srcTxt, OGCOne ogc_one) throws TemplateFormatException
Create a TOGOne.
Equal to TOGOne(null, flr_srcTxt, ogc_one)
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)
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)
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
public TOGOne(TOGOne tog_one)
Create a full copy of the provided TOGOne.
Equal to TemplateOrderedGaps(tog_one)
Method Detail |
public final OGCOne getOGCOne()
Get the OGCOne for direct manipulation.
(OGCOne)getOGConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava