xbn.template.util
Class GetTOGFrom

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.template.util.GetTemplateFrom
              |
              +--xbn.template.util.GetTOGFrom
Direct Known Subclasses:
GetTOG1From, GetTOG2From, GetTOG3From

public class GetTOGFrom
extends GetTemplateFrom

A GetTemplateFrom for retrieving TemplateOrderedGaps.

Source code:  GetTOGFrom.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
GetTOGFrom(String s_templateName, ForLineRetrieval flr_srcTxt, OGConfig og_config, GapConfig gap_config, Outputter optr_dbg)
          Create a TemplateOrderedGaps from source text.
 
Method Summary
protected  Template createTemplate(String s_templateName, ForLineRetrieval flr_srcTxt, TParseConfig tp_config, TFilter template_filter)
          Create a TemplateOrderedGaps from the constructor parameters.
 TemplateOrderedGaps getTemplateOrderedGaps()
           
 
Methods inherited from class xbn.template.util.GetTemplateFrom
getTemplate
 
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, toString, wait, wait, wait
 

Constructor Detail

GetTOGFrom

public GetTOGFrom(String s_templateName,
                  ForLineRetrieval flr_srcTxt,
                  OGConfig og_config,
                  GapConfig gap_config,
                  Outputter optr_dbg)

Create a TemplateOrderedGaps from source text.

Equal to GetTemplateFrom(s_templateName, flr_srcTxt, gap_config, optr_dbg, og_config)

Note that og_config may not be null.

Method Detail

createTemplate

protected Template createTemplate(String s_templateName,
                                  ForLineRetrieval flr_srcTxt,
                                  TParseConfig tp_config,
                                  TFilter template_filter)

Create a TemplateOrderedGaps from the constructor parameters.

Overrides:
createTemplate in class GetTemplateFrom

getTemplateOrderedGaps

public final TemplateOrderedGaps getTemplateOrderedGaps()



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