Interface IMappingWriter
-
- All Known Implementing Classes:
CSVMappingWriter,RDFMappingWriter
public interface IMappingWriter- Version:
- Nov 12, 2015
- Author:
- Mohamed Sherif (sherif@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(AMapping mapping, String outputFile)voidwrite(AMapping mapping, String outputFile, String format)
-
-
-
Method Detail
-
write
void write(AMapping mapping, String outputFile) throws IOException
- Throws:
IOException
-
write
void write(AMapping mapping, String outputFile, String format) throws IOException
- Throws:
IOException
-
-