All Downloads are FREE. Search and download functionalities are using the official Maven repository.

i.owlapi-impl.4.7.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 4.7.6
Show newest version
open module org.semanticweb.owlapi.impl {

	requires com.github.benmanes.caffeine;
	requires com.google.common;
	requires javax.annotation;
	requires javax.inject;
	requires org.slf4j;

	requires transitive org.semanticweb.owlapi;

	exports org.semanticweb.owlapi.reasoner.impl;
	exports org.semanticweb.owlapi.reasoner.structural;
	exports uk.ac.manchester.cs.owl.owlapi;
	exports uk.ac.manchester.cs.owl.owlapi.concurrent;
	exports uk.ac.manchester.cs.owl.owlapi.util.collections;

	provides org.semanticweb.owlapi.model.OWLDataFactory with uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl;
//	provides org.semanticweb.owlapi.model.OWLOntologyFactory with uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl;
//	provides org.semanticweb.owlapi.model.OWLOntologyManager with uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy