354355356357358359360361362363364
Burst burst = (Burst)baseValNode; // 4. See if burst contains 'someProperty' - if so, add // baseProperty to the return list. if (burst.containsProperty(someProperty)) { retValList.add(baseProperty); } } }