Encyclopedia > Jess programming language

  Article Content

Jess programming language

Jess, an acronym for Java Expert System Shell, is a superset of CLIPS[?] programming language, developed by Ernest Friedman-Hill of Sandia National Labs. It was first written in late 1995.

It provides rule-based programming[?] suitable for automating an expert system, and is often referred to as an expert system shell. In recent years, intelligent agent[?] systems have also developed, which depend on a similar capability. Rather than a procedural paradigm, where a single program has a loop that is activated only one time, the declarative paradigm used by Jess matches a rule with a single fact specified as its input and processes that fact as its output. When the program is run, the rules engine will activate one for each matching fact.

Jess can be used to build Java applets as well as full applications that use knowledge in the form of declarative rules to draw conclusions, and inferences. Since many rules may match many inputs, there are few effective general purpose matching algorithms. The Jess rules engine uses the Rete algorithm.


Official website: http://herzberg.ca.sandia.gov/jess/



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Lake Ronkonkoma, New York

... under the age of 18 living with them, 59.8% are married couples living together, 10.9% have a female householder with no husband present, and 25.2% are non-families. 20.3% ...

 
 
 
This page was created in 78.2 ms