Class WeaklyConnectedComponentsData
- java.lang.Object
-
- org.insa.graphs.algorithm.AbstractInputData
-
- org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentsData
-
public class WeaklyConnectedComponentsData extends AbstractInputData
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.insa.graphs.algorithm.AbstractInputData
AbstractInputData.Mode
-
-
Field Summary
-
Fields inherited from class org.insa.graphs.algorithm.AbstractInputData
arcInspector
-
-
Constructor Summary
Constructors Constructor Description WeaklyConnectedComponentsData(Graph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.insa.graphs.algorithm.AbstractInputData
getCost, getGraph, getMaximumSpeed, getMode, isAllowed
-
-
-
-
Constructor Detail
-
WeaklyConnectedComponentsData
public WeaklyConnectedComponentsData(Graph graph)
- Parameters:
graph
- Graph for which components should be retrieved.
-
-