From: <jm...@us...> - 2014-03-30 10:20:41
|
Revision: 4072 http://sourceforge.net/p/eulergui/code/4072 Author: jmvanel Date: 2014-03-30 10:20:37 +0000 (Sun, 30 Mar 2014) Log Message: ----------- Add trait RuleBasedAppLiaison, a bridge between RuleBaseProvider and Banana-RDF test TestRuleBasedAppLiaison The named graph for storing is taken from FOAF profile; e.g. if there is this in default graph: @prefix eg: <http://eulergui.sourceforge.net/engine.owl#> . eg:currentApplication eg:currentUser <http://jmvanel.free.fr/jmv.rdf#me> . the named graph for storing will be: http://jmvanel.free.fr/jmv.rdf# Modified Paths: -------------- trunk/eulergui/src/main/scala/deductions/runtime/UserManagement.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/form/RemoveTripleUI.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SameWindowInstanceObjectPropertyGUIComponent.scala Added Paths: ----------- trunk/eulergui/src/main/scala/deductions/runtime/banana/liaison/ trunk/eulergui/src/main/scala/deductions/runtime/banana/liaison/RuleBasedAppLiaison.scala trunk/eulergui/src/test/scala/deductions/runtime/banana/ trunk/eulergui/src/test/scala/deductions/runtime/banana/liaison/ trunk/eulergui/src/test/scala/deductions/runtime/banana/liaison/TestRuleBasedAppLiaison.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |