nfdi4plants / ARCtrl

Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtime-agnostic contract systems.
MIT License
16 stars 8 forks source link

Added comparison for ontologyannotation and compositeHeader #362

Closed HLWeil closed 5 months ago

HLWeil commented 5 months ago

Added Comparison to OntologyAnnotation class. This allows the use of StructuralEquality on CompositeHeader.

Added some tests to check whether creation of sets works as intended (They make use of comparison) and some tests for comparison between simple headers.

closes #322