8283848586878889909192
if (model instanceof UINeoNode) { UINeoNode node = (UINeoNode) model; UIProbe probeCreated; try { probeCreated = node.addProbe(stateName); myCreatedProbesMap.put(node, probeCreated); successCount++; } catch (SimulationException e) { failed++;