Skip to content

Commit

Permalink
Update javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnouwt committed Dec 20, 2024
1 parent 95b4a9e commit 0e9a356
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions admin-ui/src/main/java/eu/knowledge/engine/admin/AdminUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
import eu.knowledge.engine.smartconnector.api.BindingSet;
import eu.knowledge.engine.smartconnector.api.ReactExchangeInfo;

/**
* Knowledge Base that regularly prints an overview of the currently available
* Knowledge Bases within the network and also provides REST APIs to access the
* same information including relations between knowledge bases.
*/
public class AdminUI extends MetaKB {

private static final Logger LOG = LoggerFactory.getLogger(AdminUI.class);
Expand Down
8 changes: 5 additions & 3 deletions admin-ui/src/main/java/eu/knowledge/engine/admin/MetaKB.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
import eu.knowledge.engine.smartconnector.util.MockedKnowledgeBase;

/**
* Knowledge Base that regularly prints an overview of the currently available
* Knowledge Bases within the network.
* Knowledge Base that keeps track of all other KBs in the network. It does this
* by subscribing to meta knowledge interactions and updating its state
* accordingly.
*
* We use Apache Jena's API extensively to work with the results of our ask.
* We use Apache Jena's API extensively to work with the results of our
* interactions.
*
*/
public class MetaKB extends MockedKnowledgeBase {
Expand Down

0 comments on commit 0e9a356

Please sign in to comment.