Skip to content

Commit f002bf1

Browse files
committed
docs: Add information about hasPart and isPartOf handling.
1 parent b66b171 commit f002bf1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/main/java/edu/kit/datamanager/ro_crate/reader/RoCrateReader.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@
2626
* This class allows reading crates from the outside into the library in order
2727
* to inspect or modify it.
2828
* <p>
29-
* The class takes a strategy to support different ways of importing the crates.
30-
* (from zip, folder, etc.)
29+
* The constructor takes a strategy to support different ways of importing the crates.
30+
* (from zip, folder, etc.).
31+
* <p>
32+
* The reader consideres "hasPart" and "isPartOf" properties and considers all
33+
* entities (in-)directly connected to the root entity ("./") as DataEntities.
3134
*/
3235
public class RoCrateReader {
3336

0 commit comments

Comments
 (0)