Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include direct link to referenced source file
To make it easier to find the fine level of detail that implementers will want
  • Loading branch information
lawley committed Sep 4, 2018
1 parent a32596a commit 06f13a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/calculating-necessary-normal-form.md
Expand Up @@ -27,4 +27,4 @@ Calculating the necessary normal form happens in two passes of the hierarchy.
2. Walk the class hierarchy again in the same order reducing the attributes of each class further.
1. Compare the attributes and remove those which are found to be redundant because they are less specific in terms of depth in one of the alternate hierarchies.

For fine level detail the best source of information is the Java class _org.snomed.otf.owltoolkit.normalform.RelationshipNormalFormGenerator_ which performs the Necessary Normal Form calculation.
For fine level detail the best source of information is the Java class [_org.snomed.otf.owltoolkit.normalform.RelationshipNormalFormGenerator_](https://github.com/IHTSDO/snomed-owl-toolkit/blob/master/src/main/java/org/snomed/otf/owltoolkit/normalform/RelationshipNormalFormGenerator.java) which performs the Necessary Normal Form calculation.

0 comments on commit 06f13a3

Please sign in to comment.