public class StandardsMatcherPhase1
extends java.lang.Object
Constructor and Description |
---|
StandardsMatcherPhase1(java.lang.String standardsDocPath,
int level)
Constructor for the StandardsMatcherPhase1 object - builds two data structures that are then used to
generate reports:
1 - "idMap" -- which is initialized to hold an empty entry for each ASN id (the entry will later be filled)
2 - "matchKeyIdMap" -- which holds an entry (an ASN ID) for each match key (when ASN and ADN stds have same match
keys).
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main program for the StandardsMatcherPhase1 class
|
void |
matchStandards()
Try to find an ASN standard for each ADN 4th level standard.
|
public StandardsMatcherPhase1(java.lang.String standardsDocPath, int level)
public void matchStandards()
public static void main(java.lang.String[] args)
args
- The command line arguments