From: <jm...@us...> - 2010-05-07 10:39:51
|
Revision: 1595 http://eulergui.svn.sourceforge.net/eulergui/?rev=1595&view=rev Author: jmvanel Date: 2010-05-07 10:39:45 +0000 (Fri, 07 May 2010) Log Message: ----------- N3JavaMappingBuiltin : WIP correct stupid bugs in Translation of : - Method call in the consequent with and without parentheses Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/helpers/N3JavaMappingBuiltin.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-05-07 10:50:37
|
Revision: 1596 http://eulergui.svn.sourceforge.net/eulergui/?rev=1596&view=rev Author: jmvanel Date: 2010-05-07 10:50:31 +0000 (Fri, 07 May 2010) Log Message: ----------- N3JavaMappingBuiltin : we use the type that has been "declared" by ?VAR a java:XXX . otherwise it is a primitive type and we do not cast . Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/helpers/N3JavaMappingBuiltin.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-05-28 09:24:05
|
Revision: 1682 http://eulergui.svn.sourceforge.net/eulergui/?rev=1682&view=rev Author: jmvanel Date: 2010-05-28 09:23:56 +0000 (Fri, 28 May 2010) Log Message: ----------- N3JavaMappingBuiltin : - reestablish Java package separator in URI's , '-' , suitable for AplicationKB - add an error message when the variable was Already Met: put this Java object creation BEFORE its uses. Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/helpers/N3JavaMappingBuiltin.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-05-30 20:52:21
|
Revision: 1684 http://eulergui.svn.sourceforge.net/eulergui/?rev=1684&view=rev Author: jmvanel Date: 2010-05-30 20:52:15 +0000 (Sun, 30 May 2010) Log Message: ----------- N3JavaMappingBuiltin : WIP : removed lots of errors in generated Drools for the Swing rules Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/helpers/N3JavaMappingBuiltin.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-06-01 17:36:48
|
Revision: 1708 http://eulergui.svn.sourceforge.net/eulergui/?rev=1708&view=rev Author: jmvanel Date: 2010-06-01 17:36:42 +0000 (Tue, 01 Jun 2010) Log Message: ----------- N3 Java Mapping Builtin: Variable declared in the consequent side as an abstract Java type; No object creation occurs for abstract Java type, just declaration. Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/helpers/N3JavaMappingBuiltin.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2011-03-02 14:33:29
|
Revision: 2170 http://eulergui.svn.sourceforge.net/eulergui/?rev=2170&view=rev Author: jmvanel Date: 2011-03-02 14:33:23 +0000 (Wed, 02 Mar 2011) Log Message: ----------- tested the new Java N3 mapping with Swing mini-application D?\195?\169ductions rule base: WIP FIXED a rule with an assignment to an abstract class in the consequent, like: ?JLABEL_DT a java:java_awt_Component . where Component is an abstract class TODO : There is still 1 error in the Drools code Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/helpers/N3JavaMappingBuiltin.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2011-04-07 19:28:26
|
Revision: 2342 http://eulergui.svn.sourceforge.net/eulergui/?rev=2342&view=rev Author: jmvanel Date: 2011-04-07 19:28:18 +0000 (Thu, 07 Apr 2011) Log Message: ----------- N3JavaMappingBuiltin : small code change to pave the way for test with javap:text in BasicRuntimeTest Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/helpers/N3JavaMappingBuiltin.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |