de.unima.alcomox.mapping
Class MappingReaderTxt

java.lang.Object
  extended by de.unima.alcomox.mapping.MappingReaderTxt
All Implemented Interfaces:
MappingReader

public class MappingReaderTxt
extends java.lang.Object
implements MappingReader

A mapping reader for txt format reads mappings from txt-files.


Constructor Summary
MappingReaderTxt()
           
 
Method Summary
 Mapping getMapping(java.lang.String filepath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingReaderTxt

public MappingReaderTxt()
Method Detail

getMapping

public Mapping getMapping(java.lang.String filepath)
                   throws MappingException
Specified by:
getMapping in interface MappingReader
Throws:
MappingException