de.unima.alcomox.mapping
Interface MappingReader

All Known Implementing Classes:
MappingReaderTxt, MappingReaderXml

public interface MappingReader

The MappingReader defines the interface for its implementing classes that can be used to read Mappings from xml as well as txt-files.


Method Summary
 Mapping getMapping(java.lang.String filepath)
           
 

Method Detail

getMapping

Mapping getMapping(java.lang.String filepath)
                   throws MappingException
Throws:
MappingException