public class GrOpsGraphCreation extends OperationGroup implements OperationDescFile
Modifier and Type | Class and Description |
---|---|
class |
GrOpsGraphCreation.ExecCreateGraph |
class |
GrOpsGraphCreation.ExecGraphAsDIMACS |
class |
GrOpsGraphCreation.ExecNewGraph |
ALGODIR, CMDSDIR, GROPDIR
Constructor and Description |
---|
GrOpsGraphCreation() |
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.
|
static <VertexType,EdgeType> |
graphAsDIMACS(GraphLibrary<VertexType,EdgeType> graph) |
public static <VertexType,EdgeType> java.lang.String graphAsDIMACS(GraphLibrary<VertexType,EdgeType> graph)
public Operation[] getOperations()
OperationGroup
getOperations
in class OperationGroup
public java.lang.String getDescriptionFilename()
OperationDescFile
getDescriptionFilename
in interface OperationDescFile