public class AlgoConnectivity extends OperationGroup implements OperationDescFile
ALGODIR, CMDSDIR, GROPDIR| Constructor and Description |
|---|
AlgoConnectivity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptionFilename()
Returns the filename of the description file containing a help entry for the operation.
|
Operation[] |
getOperations()
Returns instances of all operations of the group.
|
<VertexType,EdgeType> |
maxFlow(GraphLibrary<VertexType,EdgeType> graph,
java.util.HashSet<java.lang.String> induced,
VertexType source,
VertexType sink,
java.util.HashMap<java.lang.String,java.lang.String> mapping) |
public <VertexType,EdgeType> java.lang.Double maxFlow(GraphLibrary<VertexType,EdgeType> graph, java.util.HashSet<java.lang.String> induced, VertexType source, VertexType sink, java.util.HashMap<java.lang.String,java.lang.String> mapping)
public java.lang.String getDescriptionFilename()
OperationDescFilegetDescriptionFilename in interface OperationDescFilepublic Operation[] getOperations()
OperationGroupgetOperations in class OperationGroup