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

hik.integraal-component.1.6.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version
/**
 * High level components for the main functionalities of InteGraal
 * 
 * @author Federico
 *
 */
open module fr.boreal.component {

	requires transitive fr.boreal.model;

	requires transitive fr.boreal.query_evaluation;
	requires transitive fr.boreal.backward_chaining;
	requires transitive fr.boreal.forward_chaining;

	requires fr.boreal.storage;
	requires fr.boreal.io;
	requires transitive fr.boreal.views;
	requires radicchio;
	requires org.slf4j;
	requires fr.lirmm.boreal.util;

	exports fr.boreal.component_builder;
	exports fr.boreal.component_builder.api;
	exports fr.boreal.component_builder.api.algorithm;
	exports fr.boreal.component_builder.api.scenario;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy