Package com.algo.export
Class IterationsExport
- java.lang.Object
-
- com.algo.export.ExportService
-
- com.algo.export.IterationsExport
-
- Direct Known Subclasses:
AllPairShortestPathExport
,CYKAlgorithmsExport
,GraphTraversalExport
public class IterationsExport extends ExportService
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeToStream(java.lang.String filename)
-
-
-
Method Detail
-
writeToStream
public void writeToStream(java.lang.String filename) throws java.lang.Exception
- Specified by:
writeToStream
in classExportService
- Throws:
java.lang.Exception
-
-