Package com.algo.export
Class SingleSourceShortestPathExport
- java.lang.Object
-
- com.algo.export.ExportService
-
- com.algo.export.SingleSourceShortestPathExport
-
public class SingleSourceShortestPathExport extends ExportService
-
-
Constructor Summary
Constructors Constructor Description SingleSourceShortestPathExport(SingleSourceShortestPathModel singleSourceShortestPath, Structure structure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeToStream(java.lang.String filename)
-
-
-
Constructor Detail
-
SingleSourceShortestPathExport
public SingleSourceShortestPathExport(SingleSourceShortestPathModel singleSourceShortestPath, Structure structure) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
writeToStream
public void writeToStream(java.lang.String filename) throws java.lang.Exception
- Specified by:
writeToStream
in classExportService
- Throws:
java.lang.Exception
-
-