public Set getModels()

in src/main/java/org/apache/nlpcraft/client/impl/beans/NCProbeBean.java [162:164]


    public Set<NCModel> getModels() {
        return models != null ? new HashSet<>(models) : Collections.emptySet();
    }