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