public class GrOpsGraphCreation.ExecGraphAsDIMACS extends GraphOperation
parameterTuple, signature
Constructor and Description |
---|
ExecGraphAsDIMACS() |
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.
|
allLibsCompatible, checkGraphConfig, checkGraphDirected, execute, getCompatibleLib, getCompatibleLibCount, getLibInstance, getOperationTypeAsString, 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