public class AlgosTreewidth.AlgoTreewidthLowerBound extends GraphAlgorithm
parameterTuple, signature
Constructor and Description |
---|
AlgoTreewidthLowerBound() |
Modifier and Type | Method and Description |
---|---|
protected <VertexType,EdgeType> |
execute(GraphLibrary<VertexType,EdgeType> graph,
UserInterface userInterface,
OperationArguments args)
Called, whenever a valid operation invokation was done which means that general errors and warnings are caught
before the method is called.
|
protected java.lang.String |
getSignatureString()
Every operation must define a signature especially containing a unique key.
|
execute, getAlgorithmName, getOperationTypeAsString, setSupportsAlgorithmVisualization, supportsVisualization
allLibsCompatible, checkGraphConfig, checkGraphDirected, getCompatibleLib, getCompatibleLibCount, getLibInstance, getStdLibInstance, isAlwaysConvertToDirected, isAlwaysCopy, isDirectedAllowed, isEmptyAllowed, isLoopFree, isLoopsAllowed, isStatusDeletion, setAllowedGraphConfig, setAlwaysConvertToDirected, setAlwaysCopy, setCompatibleLib, setCompatibleLibs, setStatusDeletion
getDescriptionFilename, getKeyAndAliases, getLineBreak, getMainKey, getParameters, getSignature, initialize, setDescFilename, toString
protected <VertexType,EdgeType> ExecutionReturn execute(GraphLibrary<VertexType,EdgeType> graph, UserInterface userInterface, OperationArguments args)
GraphOperation
execute
in class GraphOperation
graph
- the graph on which the operation is to be applieduserInterface
- the user interfaceargs
- the arguments with which the operation was calledprotected java.lang.String getSignatureString()
Operation
getSignatureString
in class Operation