cds.simbad.ident
Class IdentDebugData
java.lang.Object
cds.simbad.ident.IdentDebugData
- public class IdentDebugData
- extends java.lang.Object
This class manages all the state information of an identifier
required to debug the normalisation of an identifier
- Version:
- 1.0 June 2003
- Author:
- Marc Wenger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cat
private Catalog cat
catlist
private java.util.ArrayList catlist
match
private java.util.regex.Matcher match
pgmNumber
private int pgmNumber
IdentDebugData
public IdentDebugData()
setCatalog
public void setCatalog(Catalog c)
setCatList
public void setCatList(java.util.ArrayList a)
setMatcher
public void setMatcher(java.util.regex.Matcher m)
setPgmNumber
public void setPgmNumber(int n)
getCatalog
public Catalog getCatalog()
getRE
public java.lang.String getRE()
getPgm
public Pgm getPgm()
getPgmNumber
public int getPgmNumber()
getGroups
public java.lang.String[] getGroups()