From: <jm...@us...> - 2010-07-23 08:25:04
|
Revision: 1754 http://eulergui.svn.sourceforge.net/eulergui/?rev=1754&view=rev Author: jmvanel Date: 2010-07-23 08:24:56 +0000 (Fri, 23 Jul 2010) Log Message: ----------- - in the API (not in GUI yet) use in the translation into Drools of N3 rules: insertLogical(new Something()); is similar to insert, but the object will be automatically retracted when there are no more facts to support the truth of the currently firing rule. ( "truth maintenance" capabilities of Drools ) Project.prepareDrools( boolean useInsertLogical ) - updated StatefulBK, an example of Using the EulerGUI API ( Running a dynamic Drools engine ) Modified Paths: -------------- trunk/eulergui/src/main/java/eulergui/project/Project.java trunk/eulergui/src/main/java/n3_project/helpers/DroolsTripleHandler.java trunk/eulergui/src/main/java/n3_project/helpers/N3SourcetoDrools.java trunk/eulergui/src/main/java/n3_project/helpers/N3toDroolsUpdater.java trunk/eulergui/src/test/java/samples/StatefulKB.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |