Interactions-HSG / yggdrasil

A framework for programming distributed hypermedia environments for autonomous agents.
https://interactions-hsg.github.io/yggdrasil/
Apache License 2.0
7 stars 8 forks source link

Yggdrasil Utils - Quality of life updates #38

Closed KaiTries closed 4 months ago

KaiTries commented 8 months ago

I took some time and made the Yggdrasil-Utils code checkstyle approved

Also changed the way namespaces are handled, since they were harcoded at 2 different places before. Now when adding an entity to the store it will add the namespaces to the store namespace. And when getting an entity from the store it will also pass on the namespaces. -> Not perfect since namespace is global in the store, but already much more robust implementation