Java Votary
BlogJava
::
首页
::
新随笔
::
联系
::
聚合
::
管理
::
48 随笔 :: 1 文章 :: 80 评论 :: 0 Trackbacks
<
2006年3月
>
日
一
二
三
四
五
六
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(7)
给我留言
查看公开留言
查看私人留言
随笔分类
Ajax(7)
(rss)
ASP模式(3)
(rss)
Java(17)
(rss)
Javascript(2)
(rss)
Ruby
(rss)
Rule Engine(6)
(rss)
SOA(2)
(rss)
Springframework(4)
(rss)
Web Service
(rss)
Web服务器(1)
(rss)
企业架构模式(2)
(rss)
杂项(2)
(rss)
设计模式
(rss)
随笔档案
2009年7月 (1)
2006年3月 (6)
2006年1月 (2)
2005年12月 (22)
2005年11月 (17)
文章档案
2005年11月 (1)
搜索
最新评论
1. re: Java Annotation入门
真心垃圾! 概念没讲清楚就开始讲解如何使用,这哪儿是入门? 这是浪费大家时间。
--路人甲
2. re: Java Annotation入门
不错
--bozhang
3. re: Java Annotation入门
这看完了能入门?运行原理都不说下
--DFX
4. re: Java Annotation入门[未登录]
翻译的不错
--a
5. re: Java Annotation入门
@c
翻译的太烂
--Somebodi
阅读排行榜
1. Java Annotation入门(58731)
2. 【转载】关于Java文件路径问题(31482)
3. 什么是Portlet ?(10038)
4. [收藏]如何获取客户端MAC地址(9754)
5. 解决JAVA服务器性能问题(5767)
评论排行榜
1. Java Annotation入门(39)
2. [转]我的Java学习之路(8)
3. 【转载】关于Java文件路径问题(8)
4. 什么是Portlet ?(5)
5. 在Java2平台企业版中应用异步JavaScript技术和XML(AJAX)(4)
[转]Open Source Rule Engines Written In Java
Open Source Rule Engines Written In Java
Drools
The drools engine uses a modified form of the Rete algorithm called the Rete-OO algorithm. Internally it operates using the same concepts and methods as Forgy's original but adds some node types required for seemless integration with an object-oriented language.
OFBiz Rule Engine
Backward chaining is supported. Original code base from "Building Parsers in Java" by Steven John Metsker.
Mandarax
Based on backward reasoning. The easy integration of all kinds of data sources. E.g., database records can be easily integrated as sets of facts and reflection is used in order to integrate functionality available in the object model.
Algernon
Efficient and concise KB traversal and retrieval. Straightforward access to ontology classes and instances. Supports both forward and backward chaining.
TyRuBa
TyRuBa supports higher order logic programming: variables and compound terms are allowed everywhere in queries and rules, also in the position of a functor- or predicate-name. TyRuBa speeds up execution by making specialized copies of the rule-base for each query in the program. It does so incrementally while executing a logic program and builds an index for fast access to rules and facts in the rule base, tuned to the program that is running. The indexing techniques works also for higher-order logic. TyRuBa does 'tabling' of query results.
JTP
Java Theorem Prover is based on a very simple and general reasoning architecture. The modular character of the architecture makes it easy to extend the system by adding new reasoning modules (reasoners), or by customizing or rearranging existing ones.
JEOPS
JEOPS adds forward chaining, first-order production rules to Java through a set of classes designed to provide this language with some kind of declarative programming.
InfoSapient
Semantics of business rules expressed using fuzzy logic.
JShop
Simple Hierarchical Ordered Planner (SHOP) written in Java.
RDFExpert
RDF-driven expert system shell. The RDFExpert software uses Brian McBride's JENA API and parser. A simple expert system shell that uses RDF for all of its input: knowledge base, inference rules and elements of the resolution strategy employed. It supports forward and backward chaining.
Jena 2
- Jena is a Java framework for writing Semantic Web applications. Jena2 has a reasoner subsystem which includes a generic rule based inference engine together with configured rule sets for RDFS and for the OWL/Lite subset of OWL Full. These reasoners can be used to construct inference models which show the RDF statements entailed by the data being reasoned over. The subsystem is designed to be extensible so that it should be possible to plug a range of external reasoners into Jena, though worked examples of doing so are left to a future release.
JLisa
- JLisa is a powerful framework for building business rules accessible to Java and it is compatible with JSR-94. JLisa is more powerful than Clips because it has the expanded benefit of having all the features from common lisp available. These features are essential for multi-paradigm software development
Euler
- Euler is a backward-chaining reasoner enhanced with Euler path detection and will tell you whether a given set of facts and rules supports a given conclusion. Things are described in N3.
JLog
- JLog is an implementation of a Prolog interpreter, written in Java. It includes built-in source editor, query panels, online help, animation primitives, and a GUI debugger.
Pellet OWL Reasoner
- Pellet is an open-source Java based OWL DL reasoner. It can be used in conjunction with either Jena or OWL API libraries. Pellet API provides functionalities to see the species validation, check consistency of ontologies, classify the taxonomy, check entailments and answer a subset of RDQL queries (known as ABox queries in DL terminology). Pellet is an OWL DL reasoner based on the tableaux algorithms developed for expressive Description Logics.
Prova
- Prova is derived from Mandarax Java-based inference system developed by Jens Dietrich. Prova extends Mandarax by providing a proper language syntax, native syntax integration with Java, and agent messaging and reaction rules. The development of this language was supported by the grant provided within the EU project GeneStream. In the project, the language is used as a rules-based backbone for distributed web applications in biomedical data integration.
posted on 2006-03-11 09:58
Dion
阅读(1331)
评论(0)
编辑
收藏
所属分类:
Rule Engine
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
相关文章:
[转]Drools in Action
[转]Drools的配置文件
[转]Drools项目简介
[转]使用Drools 的项目引用
[转]Drools and Mandarax
[转]Open Source Rule Engines Written In Java
Powered by:
BlogJava
Copyright © Dion