我有一個主地圖對象,裏面包含另一個地圖。現在我需要從流口水中獲得價值嗎? 我的代碼看起來像如何從地圖中的地圖中獲取值drools
HashMap<String,Object> studentsMap = new HashMap<String,Object>();
HashMap<String,int> marksMap = new HashMap<String,int>();
marksMap.put("Maths",98);
marksMap.put("Chemistry",96);
studentsMap.put("JohnDoe", marksMap);
我將這個「studentsMap」對象Drools的會話和解僱的規則。 如何比較drools中的標記值(如果標記大於90,如何檢查條件)?