Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 4fbfc25

Browse files
committed
Add hasKey to assertion category for better layout
1 parent af85ed9 commit 4fbfc25

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/de/linkvt/ontobench/features/FeatureCategory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public enum FeatureCategory {
1414
DATATYPE_MAPS("Datatype Maps"),
1515
INDIVIDUALS("Individuals"),
1616
ASSERTIONS("Assertions"),
17-
KEYS("Keys"),
1817
DECLARATIONS("Declarations"),
1918
ANNOTATIONS("OWL Annotations"),
2019
DC("DC & DC Terms Annotations", false),

src/main/java/de/linkvt/ontobench/features/keys/OwlHasKeyFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ public String getToken() {
4040

4141
@Override
4242
public FeatureCategory getCategory() {
43-
return FeatureCategory.KEYS;
43+
return FeatureCategory.ASSERTIONS;
4444
}
4545
}

0 commit comments

Comments
 (0)