de.unima.alcomox.mapping
Interface AlignmentWriter

All Known Implementing Classes:
AlignmentWriterTxt, AlignmentWriterXml

public interface AlignmentWriter

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, Alignment mapping)
           
 

Method Detail

writeMapping

void writeMapping(java.lang.String filepath,
                  Alignment mapping)
                  throws AlcomoException
Throws:
AlcomoException