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 voidwriteToStream(java.lang.String filename)
-
-
-
Method Detail
-
writeToStream
public void writeToStream(java.lang.String filename) throws java.lang.Exception- Specified by:
writeToStreamin classExportService- Throws:
java.lang.Exception
-
-