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

dist.edu.umd.hooka.alignment.Refiner Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package edu.umd.hooka.alignment;

import edu.umd.hooka.Alignment;

public abstract class Refiner {
	public abstract Alignment refine(Alignment a1, Alignment a2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy