We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef989c commit c23df4fCopy full SHA for c23df4f
src/main/java/edu/kit/datamanager/ro_crate/hierarchy/package-info.java
@@ -0,0 +1,9 @@
1
+/**
2
+ * This package contains classes to enable automatic recognition and construction of
3
+ * file and folder hierarchies within RO-Crates.
4
+ * <p>
5
+ * The main functionality is provided by the {@link edu.kit.datamanager.ro_crate.hierarchy.HierarchyRecognition}
6
+ * class, which analyzes the paths of data entities and establishes appropriate
7
+ * "hasPart" and "isPartOf" relationships to reflect the underlying file system structure.
8
+ */
9
+package edu.kit.datamanager.ro_crate.hierarchy;
0 commit comments