|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.standards.adn.util.StandardsMatcherPhase1
public class StandardsMatcherPhase1
Tool to help match asf and adn standards, and to identify standards that cannot be matched. The output of reports generated here can be manipulated into tab-delimited form and then imported into spreadsheets with the goal of creating a table in which the mappings between asfId and adn records is made.
Constructor Summary | |
---|---|
StandardsMatcherPhase1(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). |
Method Summary | |
---|---|
static void |
main(String[] args)
The main program for the StandardsMatcherPhase1 class |
void |
matchStandards()
Try to find an ASN standard for each ADN 4th level standard. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardsMatcherPhase1(String standardsDocPath, int level)
Method Detail |
---|
public void matchStandards()
public static void main(String[] args)
args
- The command line arguments
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |