RSS Feed for fluxion
Note: Content for this RSS feed is provided as a text alternative to inline RSS feeds that may not display on all browsers.
fluxion
WebSVN RSS feed - fluxion
- Added the Model module, for capturing OWL11 model semantics. I've tried ...
Rev 1014 - nmrp3 (5 file(s) modified)Added the Model module, for capturing OWL11 model semantics. I've tried to add derived instances for Typeable and Data, and failed. If I can work arround this, some of the data query stuff should be made much easier - particularly things like finding all Classes, Objects, ... in-use in an owl fragment or ontology. - Stack updates: + Fixed compile-time errors for generate-constants-api and ...
Rev 1013 - davey (5 file(s) modified)Stack updates: + Fixed compile-time errors for generate-constants-api and generate-constants-plugin. This will very likely result in runtime errors. + Need to go through the OWLClassExtractor inner class in BeanProcessor (generate-constants-api) and fill in all the overridden visit() methods. + Also need to fix OWLIntrospectorFromAnnotations so that the ontology loaded isn't a "fake" ontology with and physical uri of uri:redundant, but the datasource-in-question's schema. - OK - now we have source and target expansions using ...
Rev 1012 - nmrp3 (2 file(s) modified)OK - now we have source and target expansions using the right bindings. Nothing stopping us from attempting to run apply now. - We have a preliminary full binding from runcible to owl ...
Rev 1011 - nmrp3 (5 file(s) modified)We have a preliminary full binding from runcible to owl 11. There is a thinko in this version - both selection expansion and fact expansion hit the synthEnv mapping. Selection should be hitting only objEnv, while fact expansion should be hitting synthEnv and populating it (lazily). Functions are not supported. - Stack Updates: + Discovered that generate-constants-api was still using OWLAPI 1.0. ...
Rev 1010 - davey (8 file(s) modified)Stack Updates: + Discovered that generate-constants-api was still using OWLAPI 1.0. Nearly finished moving it over to 1.1, but still some problems with BeanProcessor and OWLIntrospectorFromAnnotations. As such, stack will compile up to generate-constants-api and no further. - Stack Updates: + Fixed BeanIntrospector so that it outputs &xsd; entities ...
Rev 1009 - davey (1 file(s) modified)Stack Updates: + Fixed BeanIntrospector so that it outputs &xsd; entities properly for ranges. - BeanModelDataSource - I think we need to add the axiom ...
Rev 1008 - davey (1 file(s) modified)BeanModelDataSource - I think we need to add the axiom to the ontology snippet using an OWLOntologyManager. - We have xml round-tripping.
Rev 1007 - nmrp3 (3 file(s) modified)We have xml round-tripping. - Stack now compiles. I added a OWLAxiomSetType to enable ...
Rev 1006 - tburdett (15 file(s) modified)Stack now compiles. I added a OWLAxiomSetType to enable the service to pass messages about Sets of OWLAxioms. Several DataSource classes needed fixing to correct this. The DataSource module still had an "old" OWL 1.0 dependency soI commented this out, and several of the older classes needed completely commenting out until we can write new version (InstanceStoreDataSource, URIResolvingDataSource). Also, some of the tests now break - I think a pressing concern is to get proper TestSuites written for everything so we can check any changes against the tests, now our descriptions aren't likely to change much. This is possibly a task for Rob and I in dull moments at ISMB. THis will all no compile without tests - whether the web-service serialization does what it is supposed to is another matter completely, as I haven't tested this at all yet. - Type-checker is infinite-looping. It's down to description being self-nested.
Rev 1005 - nmrp3 (3 file(s) modified)Type-checker is infinite-looping. It's down to description being self-nested. - Stack Updates: + Major work on updating the stack to OWLAPI ...
Rev 1004 - davey (21 file(s) modified)Stack Updates: + Major work on updating the stack to OWLAPI 1.1. We now are able to pass queries down the stack as a Set<OWLAxiom> with a URI representing the desired return OWLClass (or indeed any OWLNamedObject). + Still issues to fix in serialising the Set<OWLAxiom>. + Compiles up to the fluxion-service module. - We have XML serializations of rules! OK - it's not quite ...
Rev 1003 - nmrp3 (7 file(s) modified)We have XML serializations of rules! OK - it's not quite right yet. Two independent elegant hacks are interfeering with each other. I will attempt to resolve this without re-breaking things.y - Stack: Change of the definition of FluxionService and DataSource intefaces ...
Rev 1002 - tburdett (12 file(s) modified)Stack: Change of the definition of FluxionService and DataSource intefaces to support new OWLAxiom param. - Commit of the new OWLClassType for OWLClass serialisation.
Rev 1001 - davey (1 file(s) modified)Commit of the new OWLClassType for OWLClass serialisation. - made a copy
Rev 1000 - tburdett (1 file(s) modified)made a copy - Deleting stack backup.
Rev 999 - davey (1 file(s) modified)Deleting stack backup. - Copied owl 1.0 stack to branches as a backup.
Rev 998 - davey (33 file(s) modified)Copied owl 1.0 stack to branches as a backup. - On the way to having some of the examples running ...
Rev 997 - nmrp3 (8 file(s) modified)On the way to having some of the examples running correctly. Currently, xml serialization is being attempted but not compiling. - Moving Standard_Owl11 to Owl11Bindings
Rev 996 - nmrp3 (4 file(s) modified)Moving Standard_Owl11 to Owl11Bindings - The apply function now compiles. It does a dumb bruit-force ...
Rev 995 - nmrp3 (2 file(s) modified)The apply function now compiles. It does a dumb bruit-force expansion of all possible value combinations.