de.unima.alcomox.mapping
Class AlignmentWriterTxt

java.lang.Object
  extended by de.unima.alcomox.mapping.AlignmentWriterTxt
All Implemented Interfaces:
AlignmentWriter

public class AlignmentWriterTxt
extends java.lang.Object
implements AlignmentWriter

A MappingWriterTxt writes Mappings to txt-files.


Constructor Summary
AlignmentWriterTxt()
           
 
Method Summary
 void writeMapping(java.lang.String filepath, Alignment mapping)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlignmentWriterTxt

public AlignmentWriterTxt()
Method Detail

writeMapping

public void writeMapping(java.lang.String filepath,
                         Alignment mapping)
                  throws AlcomoException
Specified by:
writeMapping in interface AlignmentWriter
Throws:
AlcomoException