From: <jm...@us...> - 2012-05-21 16:17:54
|
Revision: 3049 http://eulergui.svn.sourceforge.net/eulergui/?rev=3049&view=rev Author: jmvanel Date: 2012-05-21 16:17:47 +0000 (Mon, 21 May 2012) Log Message: ----------- Indirect instantiation through variable containing Java type ( ?FEATURE ) missing feature was enabling deferred method calls with Java property results ( ?R ). This allowed to simplify src/main/resources/eulergui/gui/controller/application-rules.n3 test suite PASSES! { ?GUI a java:n3_project-ProjectGUI . java:n3_project-ProjectGUI soft:hasResultFeature ?FEATURE . } => { ?Action a ?FEATURE ; javam:setProjectGUI( ?GUI ) . ?GUI javap:resultManagement ?R . ?R javam:addAction ( ?Action ) . }. Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/src/main/java/eulergui/inference/drools/impl/DroolsTripleHandler.java trunk/eulergui/src/main/java/eulergui/inference/drools/impl/N3JavaMappingBuiltin.java trunk/eulergui/src/main/resources/eulergui/gui/controller/application-rules.n3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |