CytoscapeWyamGenerator Class

Summary

Generate html for cyctoscape graphs of tasks
Assembly
Cake.Graph.dll
Namespace
Cake.Graph.Generators
Interfaces
Base Types
graph BT Type-->Base0["CytoscapeHtmlGenerator"] click Base0 "/api/Cake.Graph.Generators/CytoscapeHtmlGenerator" Base0-->Base1["Object"] Type-.->Interface0["ITaskGraphGenerator"] click Interface0 "/api/Cake.Graph.Generators/ITaskGraphGenerator" Type["CytoscapeWyamGenerator"] class Type type-node

Syntax

public class CytoscapeWyamGenerator : CytoscapeHtmlGenerator, ITaskGraphGenerator

Constructors

Fields

Name Constant Value Summary
extension
Inherited from CytoscapeHtmlGenerator
templateType
Which template to use
Inherited from CytoscapeHtmlGenerator

Properties

Name Value Summary
CytoscapeJsSource string
Url/path for the cytoscape js file
Inherited from CytoscapeHtmlGenerator
Extension string
The file extension to use for this type of graph file
Inherited from CytoscapeHtmlGenerator

Methods

Name Value Summary
SerializeAsync(ICakeContext, ICakeTaskInfo, IReadOnlyList<ICakeTaskInfo>) Task<string>
Converts the task to a graph and outputs the string for displaying
Inherited from CytoscapeHtmlGenerator

Extension Methods

Name Value Summary
Dump<CytoscapeWyamGenerator>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CytoscapeWyamGenerator>(CytoscapeWyamGenerator[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CytoscapeWyamGenerator>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<CytoscapeWyamGenerator>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<CytoscapeWyamGenerator>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<CytoscapeWyamGenerator>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin