Skip to content

Commit c23df4f

Browse files
committed
docs: add package documentation for the hierarchy recognition feature
1 parent eef989c commit c23df4f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)