at.tuwien.ifs.somtoolbox.input
Class DataItemLinkageMap

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<String,String>
          extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
DataItemLinkageMap(String fileName)
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DataItemLinkageMap

public DataItemLinkageMap(String fileName)
                   throws IOException
Throws:
IOException