public class AlgosGraphStdProperties.AlgoMaxOutgoingDegreeDirected extends GraphAlgorithm
parameterTuple, signature| Constructor and Description | 
|---|
AlgoMaxOutgoingDegreeDirected()  | 
| 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, supportsVisualizationallLibsCompatible, checkGraphConfig, checkGraphDirected, getCompatibleLib, getCompatibleLibCount, getLibInstance, getStdLibInstance, isAlwaysConvertToDirected, isAlwaysCopy, isDirectedAllowed, isEmptyAllowed, isLoopFree, isLoopsAllowed, isStatusDeletion, setAllowedGraphConfig, setAlwaysConvertToDirected, setAlwaysCopy, setCompatibleLib, setCompatibleLibs, setStatusDeletiongetDescriptionFilename, getKeyAndAliases, getLineBreak, getMainKey, getParameters, getSignature, initialize, setDescFilename, toStringprotected <VertexType,EdgeType> ExecutionReturn execute(GraphLibrary<VertexType,EdgeType> graph, UserInterface userInterface, OperationArguments args)
GraphOperationexecute in class GraphOperationgraph - 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()
OperationgetSignatureString in class Operation