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

proj.zoie.api.indexing.AbstractZoieIndexableInterpreter Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package proj.zoie.api.indexing;


/**
 * @author "Xiaoyang Gu"
 *
 * @param  The type of the data to be interpreted.
 */
public abstract class AbstractZoieIndexableInterpreter implements ZoieIndexableInterpreter
{
	public abstract ZoieIndexable convertAndInterpret(V src);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy