From: <jm...@us...> - 2010-12-15 22:12:15
|
Revision: 1987 http://eulergui.svn.sourceforge.net/eulergui/?rev=1987&view=rev Author: jmvanel Date: 2010-12-15 22:12:09 +0000 (Wed, 15 Dec 2010) Log Message: ----------- - statically created lists in e:max , e:min TODO in ( 3 2 4 1 ) e:max ?MAX . ?MAX is 4.0 . e:max should return 4 , or ?MAX log:equalTo 4.0 be true # TODO anyway I don't know how to make use of ?MAX in the antecedent; # same old problem of creating variables in the antecedent that are not # associated to a Drools object criterium (alias Pattern in Drools doc) Maybe we can use from accumulate create the list from its elements Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/helpers/DroolsTripleHandler.java trunk/eulergui/src/test/java/n3_project/TestReasonning.java trunk/eulergui/test/math.n3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |