0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Nov 03, 2024 — Nov 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename the !SQLQueryValidator to !SourceQueryValidator to maintain the consistency of terms used in this project. This change affects two classes in the code. More... over 14 years ago
There is no need to have an abstract class !QueryValidator because different validators use different types of query. More... over 14 years ago
Put a warn log if the target query is inconsistent with the ontology. I also improved the debug log. More... over 14 years ago
* Implemented the SemanticQueryOptimizer, a new utility that given a saturated TBox, will simplify queries removing any atoms that are entailed by other atoms. This is done in a cycle until it is impossible to remove more. * Incoporated SQO into rewriting * Fixed issue with CQC utility that would not remove all the contained queries in a collection * Fixed issue in CQC utilities that would not efficiently remove queries in two pass mode. More... over 14 years ago
Minor update because of a silly mistake. More... over 14 years ago
Adding a new feature: Target Query Validator. More... over 14 years ago
* Adjusted the API for the ontology now its more concicse (still needs refactoring) * Rewrote the OWL2API - internal API translator More... over 14 years ago
fixed public repo More... over 14 years ago
Added repository information to pom.xml More... over 14 years ago
Adding another two extra buttons: "Expand All" and "Collapse All" in the Mapping Manager. Both buttons are placed in a panel below the mapping tree display. In addition, I modified the code for "Select all" and "Deselect all" buttons (BUG #36). I created a reusable method to be used by the four buttons. More... over 14 years ago
Adding two extra buttons: "Select All" and "Deselect All" in the Mapping Manager. Both buttons are placed in a panel below the mapping tree display. More... over 14 years ago
The problem the tree got reset is because of nodeStructureChange() method. It triggers the update of the whole tree structure and redraws the tree display. So instead of doing this, we just look for the new node and display it without triggering any massive update event. More... over 14 years ago
The problem with "DatabaseError: current transaction is aborted, commands ignored until end of transaction block" is because there was a bad query and you try to run another query without first rolled back the transaction. To fix it is simply by inserting a rollback() method when an exception occurred. More... over 14 years ago
The validation window will open after the checking process finishes and the thread populates the log message. To have this, I put the setVisible(true) method in the end of the validate More... over 14 years ago
Remove ANT build files. We don't need them. More... over 14 years ago
We now allow undefined drivers and throw warnings if they are not oracle, postgresl, h2 or mysql More... over 14 years ago
Added tests for SemanticReduction More... over 14 years ago
Ignoring edges from T when doing semantic reduction More... over 14 years ago
Change the terms in the preference user interface. 1. "Mapping Head" --> "Target Query" 2. "Mapping Body" --> "Source Query" More... over 14 years ago
Change the terms in the user interface. 1. "Mapping Head" --> "Target Query" 2. "Mapping Body" --> "Source Query" More... over 14 years ago
new test that check unfolding with complex mappings More... over 14 years ago
* Fixed a bug in the unification algorithm wher ethere where two funct terms with the same variable that generated wrong unification * Added short URI show for results More... over 14 years ago
Fixed issue where the inmemory setting was not corerctly setup when using 'createmappings' More... over 14 years ago
* Adjusted the default configuration, now the default for material mode is 'inmmemory' * Fixed ConfigPanel bug that didn't allow you to change the reformulation technique More... over 14 years ago
[no comment] More... over 14 years ago
* Made all dialogs modal * Fixed issue with progress dialogs not closing properly More... over 14 years ago
* fixed issue with manifest not including the main classes More... over 14 years ago
* Fixed issue with mapping duplication failed * Fixed issue with Autocommit exception More... over 14 years ago
[no comment] More... over 14 years ago
fixed More... over 14 years ago