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()
OperationGroupgetOperations in class OperationGrouppublic java.lang.String getDescriptionFilename()
OperationDescFilegetDescriptionFilename in interface OperationDescFile