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

marvin.plugin.MarvinAlgorithmPlugin Maven / Gradle / Ivy

The newest version!
package marvin.plugin;

import marvin.util.MarvinAttributes;

public interface MarvinAlgorithmPlugin extends MarvinPlugin
{
	public void process(MarvinAttributes out);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy