文件名称:Jess is a rule engine
文件大小:1.77MB
文件格式:DOC
更新时间:2021-04-24 10:21:01
Jess rule engine
Jess is a rule engine for the Java platform. To use it, you specify logic in the form of rules using one of two formats: the Jess rule language (prefered) or XML. You also provide some of your own data for the rules to operate on. When you run the rule engine, your rules are carried out. Rules can create new data, or they can do anything that the Java programming language can do.