xbn.template
Class OGCThree

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.template.OGConfig
              |
              +--xbn.template.OGCThree
All Implemented Interfaces:
TFilter

public class OGCThree
extends OGConfig

The configuration for a TOGThree. See TOGThree.

Source code:  OGCThree.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
OGCThree(String s_gapName1, String s_gapName2, String s_gapName3)
          Create a OGCThree.
OGCThree(String s_gapName1, String s_gapName2, String s_gapName3, boolean b_dupGapsAllowed)
          Create a OGCThree.
 
Methods inherited from class xbn.template.OGConfig
areDupGapsAllowed, getAOSLHashtable, getAOSLookup, getAPString, getArrIdx, getLength, getString, isTemplateValid, 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

OGCThree

public OGCThree(String s_gapName1,
                String s_gapName2,
                String s_gapName3)

Create a OGCThree.

Equal to OGConfig(new String[] {s_gapName1, s_gapName2, s_gapName3}, 3)


OGCThree

public OGCThree(String s_gapName1,
                String s_gapName2,
                String s_gapName3,
                boolean b_dupGapsAllowed)

Create a OGCThree.

Equal to OGConfig(new String[] {s_gapName1, s_gapName2, s_gapName3}, 3, b_dupGapsAllowed)




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