|
|||||||||
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.TOGTwo
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 |
public TOGTwo(ForLineRetrieval flr_srcTxt, String s_gap1, String s_gap2) throws TemplateFormatException
public TOGTwo(ForLineRetrieval flr_srcTxt, String s_gap1, String s_gap2, TParseConfig tp_config) throws TemplateFormatException
public TOGTwo(String s_name, ForLineRetrieval flr_srcTxt, String s_gap1, String s_gap2) throws TemplateFormatException
public TOGTwo(String s_name, ForLineRetrieval flr_srcTxt, String s_gap1, String s_gap2, TParseConfig tp_config) throws TemplateFormatException
public TOGTwo(ForLineRetrieval flr_srcTxt, OGCTwo ogc_two) throws TemplateFormatException
Create a TOGTwo.
Equal to TOGTwo(null, flr_srcTxt, ogc_two)
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)
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)
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
public TOGTwo(TOGTwo tog_two)
Create a full copy of the provided TOGTwo.
Equal to TemplateOrderedGaps(tog_two)
Method Detail |
public final OGCTwo getOGCTwo()
Get the OGCTwo for direct manipulation.
(OGCTwo)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