Google Code Exporter
Google Code Exporter
``` This module will initially be used to host student projects which may be useful to others but which we do not want to maintain as part of the official...
``` Description of Change: I would like to be able to dump the state of a running Orc program so I can see what is blocked where. It would also...
``` This has two components to this task: 1. Create a wrapped EXE which can be easily launched from Windows. Possible alternatives include launch4j, jstub, and winrun4j. launch4j looks the...
``` Jay has asked for two kinds of metadata on Orc values, to create some programs: iteration over entries of records, and arity of functions. I propose to add two...
``` Optimize the memory structure of environments so that they use less heap space. Currently, token variable environments are represented as scala Lists containing Binding elements. It is possible to...
``` Killing a group currently stages the killing of its group subtree by scheduling the child groups to be killed, which when run will then recursively schedule their own children,...
``` Orc ADT values are not serializable Java object. Expected / Actual Results: They should be serializable because it would be useful for remote communication. Version and Platform: SVN r3194...
``` 1. Open PAV 2.3.1 in Protégé 2. Start the reasoner to classify the ontology 3. Open the warnings dialog (click the red triangle) The following error is reported. IllegalArgumentException:...
``` I need to keep track of what Agent performed the update. ``` Original issue reported on code.google.com by `paolo.ciccarese` on 24 Apr 2014 at 9:41
``` Is it possible deletion-related statements to ontology? sometimes I need to mark some entity as deleted, but would prefer to still keep it in triplestore ``` Original issue reported...