Uses of Interface
org.apache.nlpcraft.model.NCValue
-
Packages that use NCValue Package Description org.apache.nlpcraft.model Contains main API for defining data models. -
-
Uses of NCValue in org.apache.nlpcraft.model
Methods in org.apache.nlpcraft.model that return types with arguments of type NCValue Modifier and Type Method Description default List<NCValue>
NCElement. getValues()
Gets optional map ofvalues
for this element.Set<NCValue>
NCValueLoader. load(NCElement owner)
Loads values for given model element.
-