correspondence
Class CorrespondenceWriter

java.lang.Object
  extended by correspondence.CorrespondenceWriter

public class CorrespondenceWriter
extends java.lang.Object

Author:
Dominique Ritze Class to write the complex correspondences into a file.

Constructor Summary
CorrespondenceWriter(java.util.Set<Correspondence> corres)
          Constructor
 
Method Summary
 void writeFileWithCorrespondences(java.lang.String filepath)
          Write the alignment into the file given by the file path.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrespondenceWriter

public CorrespondenceWriter(java.util.Set<Correspondence> corres)
Constructor

Parameters:
corres -
Method Detail

writeFileWithCorrespondences

public void writeFileWithCorrespondences(java.lang.String filepath)
                                  throws ComplexMappingException
Write the alignment into the file given by the file path.

Parameters:
filepath -
Throws:
ComplexMappingException