de.unima.alcomox.mapping
Class MappingWriterTxt

java.lang.Object
  extended by de.unima.alcomox.mapping.MappingWriterTxt
All Implemented Interfaces:
MappingWriter

public class MappingWriterTxt
extends java.lang.Object
implements MappingWriter

A MappingWriterTxt writes Mappings to txt-files.


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

Constructor Detail

MappingWriterTxt

public MappingWriterTxt()
Method Detail

writeMapping

public void writeMapping(java.lang.String filepath,
                         Mapping mapping)
                  throws MappingException
Specified by:
writeMapping in interface MappingWriter
Throws:
MappingException