On 17/06/2013, Mario Fusco <mario.fu...@gmail.com> wrote: >> >> Quotes from Javadoc of 6.0.0 Beta 3 >> >> (1) >> org.kie.api.builder Interface KieBuilder >> >> "Sets the other KieModules from which the KieModule that has to be >> built by this KieBuilder depends on" >> >> "Sets the other Resources from which the KieModule that has to be >> built by this KieBuilder depends on" >> >> I had to read these several times... Does this mean: >> >> The KieModule to be built by this KieBuilder depends on the given >> KieModules. >> >> The KieModule to be built by this KieBuilder depends on the given >> Dependencies. >> > > Not sure I get the difference between these last 2 sentences. It means the > given KieModules are dependencies for the KieModule that is going to be > built. Can you suggest a better way to make this more understandable in > plain English?
Oops, here I caught the wrong class name. What I propose is: setDependencies(KieModule... dependencies) The KieModule to be built by this KieBuilder depends on the given KieModules. setDependencies(Resource... dependencies) The KieModule to be built by this KieBuilder depends on the given Resources. > StatelessKnowledgeSession and StatefulKnowledgeSession have been replaced > respectively by KieSession and StatelessKieSession. We are keeping the > first ones as aliases for the second ones in kie-internal only for > compatibility reasons. That's what I thought. But the old names shouldn't appear in the public API javadoc, or else there will be confusion. Cheers Wolfgang _______________________________________________ rules-dev mailing list rules-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-dev