This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new c7824a9  Update NCValueLoader.java
c7824a9 is described below

commit c7824a96bd30093c224a7eff565a70dc73a92e87
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Sep 20 13:32:12 2020 -0700

    Update NCValueLoader.java
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCValueLoader.java | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCValueLoader.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCValueLoader.java
index 9d691bb..fd3bc99 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCValueLoader.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCValueLoader.java
@@ -20,7 +20,10 @@ package org.apache.nlpcraft.model;
 import java.util.Set;
 
 /**
- * Dynamic value loader that can be used by JSON/YAML model declarations.
+ * Dynamic value loader that can be used by model elements to dynamically load 
or create their values. Note that
+ * the primary use case for this interface is the dynamic value loading for 
the models defines in JSON/YAML
+ * presentation. However, it's not technically limited to that use case only, 
and this interface can be
+ * set programmatically when model elements are created programmatically too.
  * <p>
  * <b>JSON</b>
  * <br>

Reply via email to