Add toString() for WWC input data.
This commit is contained in:
@@ -13,4 +13,9 @@ public class WeaklyConnectedComponentsData extends AbstractInputData {
|
||||
super(graph);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Weakly-connected components from #0.";
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user