Drools规则引擎API概述
[url]http://thinkinside.tk/2013/12/20/drools_API.html[/url]
Drools名词术语总结
[url]http://my.oschina.net/u/243504/blog/177724[/url]
一个Drools使用者的相关文章:
[url]http://www.blogjava.net/guangnian0412/category/11762.html[/url]
Drools语法
[url]http://blog.csdn.net/quzishen/article/details/6163012[/url]
Drools例子
[url]http://www.mzone.cc/article/669.html[/url]
Dynamic Java Programming With Rule Engine
[url]http://java.dzone.com/news/dynamic-java-programming-rule[/url][quote]Rule Engines have generally 4 types of rules;
Constraint Rule: We may need to define restriction or limits for some entities. “A customer sales order amount must be lower than 100 if the plant is over capacity ”
Validation Rule: Some validation rules may change over time. “Production order can’t be accepted if current day is Sunday”
Action Rule: Some actions may be triggered. “Send a notification e-mail if a purchase order is over $1000 to boss”.
Computation Rule: Some formula may be executed. “Discount is 20% if customer is Mr. Anderson”[/quote]
[url]http://thinkinside.tk/2013/12/20/drools_API.html[/url]
Drools名词术语总结
[url]http://my.oschina.net/u/243504/blog/177724[/url]
一个Drools使用者的相关文章:
[url]http://www.blogjava.net/guangnian0412/category/11762.html[/url]
Drools语法
[url]http://blog.csdn.net/quzishen/article/details/6163012[/url]
Drools例子
[url]http://www.mzone.cc/article/669.html[/url]
Dynamic Java Programming With Rule Engine
[url]http://java.dzone.com/news/dynamic-java-programming-rule[/url][quote]Rule Engines have generally 4 types of rules;
Constraint Rule: We may need to define restriction or limits for some entities. “A customer sales order amount must be lower than 100 if the plant is over capacity ”
Validation Rule: Some validation rules may change over time. “Production order can’t be accepted if current day is Sunday”
Action Rule: Some actions may be triggered. “Send a notification e-mail if a purchase order is over $1000 to boss”.
Computation Rule: Some formula may be executed. “Discount is 20% if customer is Mr. Anderson”[/quote]