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

is2.data.IEncoder Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package is2.data;

import java.util.HashMap;

/**
 * @author Bernd Bohnet, 20.09.2009
 * 
 * 
 */
public interface IEncoder {
	public int getValue(String a, String v);

	/**
	 * @param spath
	 * @param substring
	 */
//	public int register(String spath, String substring);

	/**
	 * @return
	 */
//	public HashMap getFeatureCounter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy