if (!scheduled && activated) {
if (rule.getRuleFlowGroup() == null) {
agendaGroup.add( activation );
} else {
InternalRuleFlowGroup rfg = (InternalRuleFlowGroup) ( (DefaultAgenda) wm.getAgenda() ).getRuleFlowGroup( rule.getRuleFlowGroup() );
rfg.addActivation( activation );
}
}
throw new UnsupportedOperationException(); // MDP need to update as we now have a TMS per EntryPoint
// TruthMaintenanceSystem tms = context.wm.getTruthMaintenanceSystem();