at.tuwien.ifs.somtoolbox.input
Class DataItemLinkageMap
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<String,String>
at.tuwien.ifs.somtoolbox.input.DataItemLinkageMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,String>
public class DataItemLinkageMap
- extends Hashtable<String,String>
This input object represents a mapping between input items. E.g. for an email corpus the mapping reply->original mail
would be saved.
- Version:
- $Id: DataItemLinkageMap.java 3587 2010-05-21 10:35:33Z mayer $
- Author:
- Rudolf Mayer
- See Also:
- Serialized Form
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
DataItemLinkageMap
public DataItemLinkageMap(String fileName)
throws IOException
- Throws:
IOException