proj.zoie.api.indexing.AbstractZoieIndexableInterpreter Maven / Gradle / Ivy
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