Package com.algo.export
Class GraphTraversalExport
- java.lang.Object
-
- com.algo.export.ExportService
-
- com.algo.export.IterationsExport
-
- com.algo.export.GraphTraversalExport
-
public class GraphTraversalExport extends IterationsExport
-
-
Constructor Summary
Constructors Constructor Description GraphTraversalExport(java.lang.String algorithm, Structure structure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendChild(boolean[] visited, java.util.Collection<Vertex> collection)
-
Methods inherited from class com.algo.export.IterationsExport
writeToStream
-
-
-
-
Constructor Detail
-
GraphTraversalExport
public GraphTraversalExport(java.lang.String algorithm, Structure structure) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
appendChild
public void appendChild(boolean[] visited, java.util.Collection<Vertex> collection) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-