d3scomp / JDEECo

JDEECo is a Java implementation of the DEECo component system
10 stars 12 forks source link

Add more comfortable methods to KnowledgeManager #151

Open jiracekz opened 9 years ago

jiracekz commented 9 years ago

In order to get a knowledge from the knowledge manager, one has to build a KnowledgePath and call get(Collection). It would be useful to also have a method get(Collection) and get(String) which would read knowledge based on knowledge path expressed as a string.

Alternatively, a method that creates a KnowledgePath based on String could be introduced.

iliasger commented 9 years ago

We need to make the existing API for it public and possibly enhance it