CytoscapeGraphGenerator Class

Summary

Generator which outputs cytoscape syntax
Namespace
Cake.Graph.Generators
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["ITaskGraphGenerator"]-.->Type click Interface0 "/Cake.Graph/api/Cake.Graph.Generators/ITaskGraphGenerator" Type["CytoscapeGraphGenerator"] class Type type-node

Syntax

public class CytoscapeGraphGenerator : ITaskGraphGenerator

Properties

Name Value Summary
Extension string
The file extension to use for this type of graph file

Methods

Name Value Summary
Serialize(ICakeContext, ICakeTaskInfo, IReadOnlyList<ICakeTaskInfo>) string
Converts the task to a graph and outputs the string for displaying