de.unima.alcomox.mapping
Interface MappingWriter

All Known Implementing Classes:
MappingWriterTxt, MappingWriterXml

public interface MappingWriter

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


Method Summary
 void writeMapping(java.lang.String filepath, Mapping mapping)
           
 

Method Detail

writeMapping

void writeMapping(java.lang.String filepath,
                  Mapping mapping)
                  throws MappingException
Throws:
MappingException