|
From: <jm...@us...> - 2010-04-02 10:34:07
|
Revision: 1400
http://eulergui.svn.sourceforge.net/eulergui/?rev=1400&view=rev
Author: jmvanel
Date: 2010-04-02 10:34:01 +0000 (Fri, 02 Apr 2010)
Log Message:
-----------
[Feature] New SWRL Translator, Project listener to Translate SWRL rules in OWL sources XXX.owl
into N3 rules, and add XXX.owl.rules.n3 to the project and to the GUI
- added a listener ProjectGUIUpdater, to
update the GUI when the sources or the queries change, according to the observer design pattern .
The initial motivation is to update the GUI after adding the translation from SWRL.
It will entail a series of refactoring since SourceFilesManagement will eventually be simplified to make only the update of the "model" Project.
- added accessor getSourceFilesView() in ProjectGUI
* TODO : test for URL based projects
Modified Paths:
--------------
trunk/eulergui/src/main/java/eulergui/project/Project.java
trunk/eulergui/src/main/java/eulergui/tools/SWRLTranslator.java
trunk/eulergui/src/main/java/n3_project/DropURLTranferHandler.java
trunk/eulergui/src/main/java/n3_project/ProjectFileManagement.java
trunk/eulergui/src/main/java/n3_project/ProjectGUI.java
trunk/eulergui/src/main/java/n3_project/SPARQLServiceInputAction.java
trunk/eulergui/src/main/java/n3_project/SourceFilesManagement.java
trunk/eulergui/src/main/java/n3_project/XMLInputAction.java
trunk/eulergui/src/main/java/n3_project/XmiInputAction.java
Added Paths:
-----------
trunk/eulergui/src/main/java/eulergui/gui/controller/ProjectGUIApdater.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|