Blame view

tools/mate-tools/src/is2/data/IEncoder.java 365 Bytes
Jan Lupa authored
1
/**
Jan Lupa authored
2
 * 
Jan Lupa authored
3
4
5
 */
package is2.data;
Jan Lupa authored
6
7
import java.util.HashMap;
Jan Lupa authored
8
9
/**
 * @author Bernd Bohnet, 20.09.2009
Jan Lupa authored
10
11
 * 
 * 
Jan Lupa authored
12
13
14
15
16
17
18
19
 */
public interface IEncoder {
	public int getValue(String a, String v);

	/**
	 * @param spath
	 * @param substring
	 */
Jan Lupa authored
20
//	public int register(String spath, String substring);
Jan Lupa authored
21
22
23
24

	/**
	 * @return
	 */
Jan Lupa authored
25
//	public HashMap<String,Integer> getFeatureCounter();
Jan Lupa authored
26
}