See below, and consider writing a JIRA that asks for the inclusion of things like that in the stable API.
If it's part of DRL, it's not "unstable" -except in a very major versionquake. -W n 09/12/2011, ronalbury <[email protected]> wrote: > Hi Laune > > I am interested in the code snippet you posted >>> for( Rule rule: knowledgePackage.getRules() ){ >>> String ruleName = rule.getName(); >>> org.drools.rule.Rule realRule = >>> (org.drools.rule.Rule) >>> ((KnowledgePackageImp)knowledgePackage).getRule( ruleName ); >>> String agName = realRule.getAgendaGroup(); String rfName = realRule.getRuleFlowGroup(); >>> } > > I wanted to see if I could get a ruleflow-group name and so I went to the > javadocs that came when I downloaded Drools to look up org.droos.rule.Rule > ... unfortunately, I can't even find that package in the javadocs. > > Ron > > -- > View this message in context: > http://drools.46999.n3.nabble.com/How-can-I-get-rule-s-agenda-group-name-tp3508539p3573032.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
