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

.core.graph.2024.9.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2024.10.0
Show newest version
import org.nasdanika.capability.CapabilityFactory;
import org.nasdanika.graph.processor.ReflectiveProcessorServiceFactory;

module org.nasdanika.graph {

	requires transitive org.nasdanika.ncore;
	requires org.yaml.snakeyaml;
	requires transitive org.jgrapht.core;
	
	exports org.nasdanika.graph;
	exports org.nasdanika.graph.emf;
	exports org.nasdanika.graph.processor;
	exports org.nasdanika.graph.processor.emf;
	exports org.nasdanika.graph.processor.function;
	
	opens org.nasdanika.graph.emf;
	opens org.nasdanika.graph.processor.emf;
	
	provides CapabilityFactory with ReflectiveProcessorServiceFactory;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy