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

de.uni_stuttgart.vis.vowl.owl2vowl.converter.Converter Maven / Gradle / Ivy

/*
 * Converter.java
 *
 */

package de.uni_stuttgart.vis.vowl.owl2vowl.converter;

import de.uni_stuttgart.vis.vowl.owl2vowl.export.types.Exporter;

/**
 *
 */
public interface Converter {

	void convert();

	void export(Exporter exporter) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy