2021222324252627282930
for (int i = 0; i < learningTools.size(); i++) { JSONObject obj = new JSONObject(); LearningTool currentltools = ((List<LearningTool>) learningTools) .get(i); DescriptionNode node = new SimpleDescriptionNodeFactory() .createNode(currentltools);