-
Notifications
You must be signed in to change notification settings - Fork 0
gwt owlapi
Matthew Horridge edited this page Jul 24, 2013
·
1 revision
This project contains a gwt compatible portion of the OWL API. It is currently work in progress! In essence, most of the model objects (OWLClass, OWLAxiom etc.), excluding OWLOntology, can be used on the client side. Some client incompatible methods (notably to ones containing OWLOntology in their signature) have been removed. A subset of these objects (the ones with custom field serializers) can be sent over the wire using GWT serialization - more objects will be made serializable over time.